summaryrefslogtreecommitdiff
path: root/src/common/fs
AgeCommit message (Expand)Author
2022-11-22general: fix compile for Apple ClangLiam
2022-10-26concepts: Use the std::contiguous_iterator conceptMorph
2022-05-26path_util: Resolve `-Wpointer-bool-conversion` warninglat9nq
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19common: Reduce unused includesameerj
2022-02-13common: fs_util: Add buffer to string view utility functionsMorph
2022-02-01common/file: Remove [[nodiscard]] from Open()Lioncash
2021-10-11common/fs/path_util: Slightly refactor PathManagerImpl's constructorCreak
2021-09-18input_common/tas: Add swap controllergerman77
2021-09-18config: Move TAS options to it's own menugerman77
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide1
2021-09-18settings: File selector & other settingsMonsterDruide1
2021-07-27common: fs: fs_util: Add BufferToUTF8StringMorph
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph
2021-07-06common: fs: file: Flush the file in GetSizeMorph
2021-06-22common: fs: Add a description of a regular file in IsFileMorph
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-16Merge pull request #6460 from Morph1984/fs-access-log-fixMorph
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph
2021-06-15Merge pull request #6462 from Morph1984/proper-flushbunnei
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsMorph
2021-06-08common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilMorph
2021-06-02common: fs: fs_util: Add more string conversion functionsMorph
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