summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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