summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: fs: file: Revert Flush to its previous behavior and add CommitMorph2021-07-061-1/+10
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph2021-06-221-3/+5
* common: fs: file: Remove [[nodiscard]] attribute from FlushMorph2021-06-221-2/+2
* common: fs: file: Remove redundant call to WriteStringToFileMorph2021-06-161-2/+1
* common/fs/file: Explicitly delete copy constructorsLioncash2021-05-281-1/+4
* common/fs/file: Devirtualize destructorLioncash2021-05-281-1/+1
* common/fs/file: Default initialize IOFile membersLioncash2021-05-281-2/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-0/+450