summaryrefslogtreecommitdiff
path: root/src/common/fs/file.h
AgeCommit message (Expand)Author
2024-01-20fs/file: Explicitly convert std::u8string to std::filesystem::pathMerry
2022-10-26concepts: Use the std::contiguous_iterator conceptMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19common: Reduce unused includesameerj
2022-02-01common/file: Remove [[nodiscard]] from Open()Lioncash
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