Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-02-01 | common/file: Remove [[nodiscard]] from Open() | Lioncash | 1 | -3/+2 |
2021-07-06 | common: fs: file: Revert Flush to its previous behavior and add Commit | Morph | 1 | -1/+10 |
2021-06-22 | common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile | Morph | 1 | -3/+5 |
2021-06-22 | common: fs: file: Remove [[nodiscard]] attribute from Flush | Morph | 1 | -2/+2 |
2021-06-16 | common: fs: file: Remove redundant call to WriteStringToFile | Morph | 1 | -2/+1 |
2021-05-28 | common/fs/file: Explicitly delete copy constructors | Lioncash | 1 | -1/+4 |
2021-05-28 | common/fs/file: Devirtualize destructor | Lioncash | 1 | -1/+1 |
2021-05-28 | common/fs/file: Default initialize IOFile members | Lioncash | 1 | -2/+2 |
2021-05-26 | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) | Morph | 1 | -0/+450 |