summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* android: Implement SAF support & migrate to SDK 31. (#4)bunnei2023-06-031-0/+38
* general: fix compile for Apple ClangLiam2022-11-231-0/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Fix clang/gcc build errorsameerj2022-03-201-0/+1
* common: Reduce unused includesameerj2022-03-191-2/+0
* common: fs: file: Revert Flush to its previous behavior and add CommitMorph2021-07-061-2/+24
* common: fs: file: Flush the file in GetSizeMorph2021-07-061-0/+3
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph2021-06-221-2/+2
* Merge pull request #6460 from Morph1984/fs-access-log-fixMorph2021-06-161-4/+0
|\
| * common: fs: file: Remove redundant call to WriteStringToFileMorph2021-06-161-4/+0
* | common: fs: file: Flush the file to the disk when Flush() is calledMorph2021-06-131-1/+5
|/
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-0/+392