summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph1-1/+10
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph1-3/+5
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph1-2/+2
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph1-2/+1
2021-05-28common/fs/file: Explicitly delete copy constructorsLioncash1-1/+4
2021-05-28common/fs/file: Devirtualize destructorLioncash1-1/+1
2021-05-28common/fs/file: Default initialize IOFile membersLioncash1-2/+2
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-0/+450