summaryrefslogtreecommitdiff
path: root/src/common/fs/file.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* concepts: Use the std::contiguous_iterator conceptGravatar Morph2022-10-261-6/+6
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: Reduce unused includesGravatar ameerj2022-03-191-2/+0
* common/file: Remove [[nodiscard]] from Open()Gravatar Lioncash2022-02-011-3/+2
* common: fs: file: Revert Flush to its previous behavior and add CommitGravatar Morph2021-07-061-1/+10
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph2021-06-221-3/+5
* common: fs: file: Remove [[nodiscard]] attribute from FlushGravatar Morph2021-06-221-2/+2
* common: fs: file: Remove redundant call to WriteStringToFileGravatar Morph2021-06-161-2/+1
* common/fs/file: Explicitly delete copy constructorsGravatar Lioncash2021-05-281-1/+4
* common/fs/file: Devirtualize destructorGravatar Lioncash2021-05-281-1/+1
* common/fs/file: Default initialize IOFile membersGravatar Lioncash2021-05-281-2/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-0/+450