summaryrefslogtreecommitdiff
path: root/src/common/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-26path_util: Resolve `-Wpointer-bool-conversion` warningGravatar lat9nq1-3/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph10-30/+20
2022-03-20general: Fix clang/gcc build errorsGravatar ameerj2-0/+3
2022-03-19common: Reduce unused includesGravatar ameerj5-8/+0
2022-02-13common: fs_util: Add buffer to string view utility functionsGravatar Morph2-0/+26
2022-02-01common/file: Remove [[nodiscard]] from Open()Gravatar Lioncash1-3/+2
2021-10-11common/fs/path_util: Slightly refactor PathManagerImpl's constructorGravatar Creak1-12/+15
2021-09-18input_common/tas: Add swap controllerGravatar german771-1/+1
2021-09-18config: Move TAS options to it's own menuGravatar german773-4/+3
2021-09-18core: Hacky TAS syncing & load pausingGravatar MonsterDruide12-2/+2
2021-09-18settings: File selector & other settingsGravatar MonsterDruide12-0/+4
2021-07-27common: fs: fs_util: Add BufferToUTF8StringGravatar Morph2-0/+15
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitGravatar Morph2-3/+34
2021-07-06common: fs: file: Flush the file in GetSizeGravatar Morph1-0/+3
2021-06-22common: fs: Add a description of a regular file in IsFileGravatar Morph1-4/+6
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph4-9/+12
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushGravatar Morph1-2/+2
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph1-8/+8
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileGravatar Morph2-6/+1
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledGravatar Morph1-1/+5
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsGravatar Morph1-2/+16
2021-06-08common/fs/path_util: Remove [[nodiscard]] from function with void returnGravatar Lioncash1-1/+1
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilGravatar Morph4-15/+14
2021-06-02common: fs: fs_util: Add more string conversion functionsGravatar Morph2-0/+33
2021-05-28common/fs/file: Explicitly delete copy constructorsGravatar Lioncash1-1/+4
2021-05-28common/fs/file: Devirtualize destructorGravatar Lioncash1-1/+1
2021-05-28common/fs/file: Default initialize IOFile membersGravatar Lioncash1-2/+2
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph10-0/+2913