summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-20fs/file: Explicitly convert std::u8string to std::filesystem::pathMerry1-1/+1
2022-10-26concepts: Use the std::contiguous_iterator conceptMorph1-6/+6
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19common: Reduce unused includesameerj1-2/+0
2022-02-01common/file: Remove [[nodiscard]] from Open()Lioncash1-3/+2
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