summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* concepts: Use the std::contiguous_iterator conceptMorph2022-10-261-6/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Reduce unused includesameerj2022-03-191-2/+0
* common/file: Remove [[nodiscard]] from Open()Lioncash2022-02-011-3/+2
* common: fs: file: Revert Flush to its previous behavior and add CommitMorph2021-07-061-1/+10
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph2021-06-221-3/+5
* common: fs: file: Remove [[nodiscard]] attribute from FlushMorph2021-06-221-2/+2
* 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