koolkdev
koolkdev
I added the functions: FSA_ChangeOwner, FSA_OpenFileEx, FSA_ReadFileWithPos, FSA_WriteFileWithPos, FSA_AppendFile, FSA_AppendFileEx, FSA_FlushFile, FSA_TruncateFile, FSA_GetPosFile, FSA_IsEof, FSA_RollbackVolume, FSA_GetCwd, FSA_MakeQuota, FSA_FlushQuota, FSA_RollbackQuota, FSA_RollbackQuotaForce, FSA_Rename, FSA_ChangeModeEx I did some "space" optimization to be able...
Hi, I saw your TODO list in the last release. I am pretty familiar with the file system internals, so here is some information that may be useful. There is...
Replaced every range | std::ranges::to() pipeline with plain function calls like std::ranges::to(range) so clang 21’s stricter concept checks no longer blow up, keeping our range-to-container conversions intact without the adaptor...