summaryrefslogtreecommitdiff
path: root/src/common/fs/file.h
AgeCommit message (Expand)Author
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph
2021-05-28common/fs/file: Explicitly delete copy constructorsLioncash
2021-05-28common/fs/file: Devirtualize destructorLioncash
2021-05-28common/fs/file: Default initialize IOFile membersLioncash
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph