Azamat H. Hackimov
|
511743d4b3
|
Implementing new ddio_GetTmpFileName()
New function uses std::filesystem::path and generates result faster than ddio_GetTempFileName() (benchmarked on Linux).
|
2024-09-18 21:23:18 +03:00 |
|
Azamat H. Hackimov
|
306db747cc
|
Change signature of ddio_DoForeachFile()
There no return value usage across the project, change return type of function to void.
|
2024-08-15 11:50:36 +03:00 |
|
Azamat H. Hackimov
|
0805e97061
|
DDIO: New ddio_DoForeachFile() function
Cross-platform ddio_DoForeachFile() replaces platform-specific ddio_FindFileStart(), ddio_FindNextFile() and ddio_FindFileClose() functions.
|
2024-08-15 11:47:43 +03:00 |
|
Azamat H. Hackimov
|
b53e4a51a0
|
Refactoring ddio_*LockFile() functions
Cleanup, use C++ iostreams.
|
2024-06-17 22:30:42 +03:00 |
|
Azamat H. Hackimov
|
7db03a4ebf
|
Make lockfile functions cross-platform
Unify all ddio_*LockFile() functions using std::filesystem.
|
2024-06-17 21:32:01 +03:00 |
|