summaryrefslogtreecommitdiffstats
path: root/src/common/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* path_util: Resolve `-Wpointer-bool-conversion` warninglat9nq2022-05-271-3/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-2310-30/+20
* general: Fix clang/gcc build errorsameerj2022-03-202-0/+3
* common: Reduce unused includesameerj2022-03-195-8/+0
* common: fs_util: Add buffer to string view utility functionsMorph2022-02-142-0/+26
* common/file: Remove [[nodiscard]] from Open()Lioncash2022-02-011-3/+2
* common/fs/path_util: Slightly refactor PathManagerImpl's constructorCreak2021-10-121-12/+15
* input_common/tas: Add swap controllergerman772021-09-181-1/+1
* config: Move TAS options to it's own menugerman772021-09-183-4/+3
* core: Hacky TAS syncing & load pausingMonsterDruide12021-09-182-2/+2
* settings: File selector & other settingsMonsterDruide12021-09-182-0/+4
* common: fs: fs_util: Add BufferToUTF8StringMorph2021-07-272-0/+15
* common: fs: file: Revert Flush to its previous behavior and add CommitMorph2021-07-062-3/+34
* common: fs: file: Flush the file in GetSizeMorph2021-07-061-0/+3
* common: fs: Add a description of a regular file in IsFileMorph2021-06-221-4/+6
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph2021-06-224-9/+12
* common: fs: file: Remove [[nodiscard]] attribute from FlushMorph2021-06-221-2/+2
* common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph2021-06-221-8/+8
* Merge pull request #6460 from Morph1984/fs-access-log-fixMorph2021-06-162-6/+1
|\
| * common: fs: file: Remove redundant call to WriteStringToFileMorph2021-06-162-6/+1
* | Merge pull request #6462 from Morph1984/proper-flushbunnei2021-06-161-1/+5
|\ \ | |/ |/|
| * common: fs: file: Flush the file to the disk when Flush() is calledMorph2021-06-131-1/+5
* | common: fs: Use the normal directory iterator in *Recursively functionsMorph2021-06-121-2/+16
|/
* common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash2021-06-091-1/+1
* common: fs: fs_util: Move PathToUTF8String to fs_utilMorph2021-06-024-15/+14
* common: fs: fs_util: Add more string conversion functionsMorph2021-06-022-0/+33
* common/fs/file: Explicitly delete copy constructorsLioncash2021-05-281-1/+4
* common/fs/file: Devirtualize destructorLioncash2021-05-281-1/+1
* common/fs/file: Default initialize IOFile membersLioncash2021-05-281-2/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-2610-0/+2913