summaryrefslogtreecommitdiffstats
path: root/src/common/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-27path_util: Resolve `-Wpointer-bool-conversion` warninglat9nq1-3/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph10-30/+20
2022-03-20general: Fix clang/gcc build errorsameerj2-0/+3
2022-03-19common: Reduce unused includesameerj5-8/+0
2022-02-14common: fs_util: Add buffer to string view utility functionsMorph2-0/+26
2022-02-01common/file: Remove [[nodiscard]] from Open()Lioncash1-3/+2
2021-10-12common/fs/path_util: Slightly refactor PathManagerImpl's constructorCreak1-12/+15
2021-09-18input_common/tas: Add swap controllergerman771-1/+1
2021-09-18config: Move TAS options to it's own menugerman773-4/+3
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide12-2/+2
2021-09-18settings: File selector & other settingsMonsterDruide12-0/+4
2021-07-27common: fs: fs_util: Add BufferToUTF8StringMorph2-0/+15
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph2-3/+34
2021-07-06common: fs: file: Flush the file in GetSizeMorph1-0/+3
2021-06-22common: fs: Add a description of a regular file in IsFileMorph1-4/+6
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph4-9/+12
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph1-2/+2
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph1-8/+8
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph2-6/+1
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph1-1/+5
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsMorph1-2/+16
2021-06-09common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash1-1/+1
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilMorph4-15/+14
2021-06-02common: fs: fs_util: Add more string conversion functionsMorph2-0/+33
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)Morph10-0/+2913