summaryrefslogtreecommitdiff
path: root/src/common/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: fs: Expand android macrosGravatar t8952024-02-082-134/+91
* fs/file: Explicitly convert std::u8string to std::filesystem::pathGravatar Merry2024-01-201-1/+1
* path_util: copy output for GetParentPathGravatar Liam2023-12-172-4/+4
* Improve path splitting speedGravatar BreadFish642023-12-052-11/+33
* android: Fix resolving android URIs in native codeGravatar Charles Lombardo2023-10-303-0/+58
* Merge pull request #11689 from liamwhite/breakpadGravatar liamwhite2023-10-293-0/+3
|\
| * qt: implement automatic crash dump supportGravatar Liam2023-10-083-0/+3
* | Merge pull request #11705 from FearlessTobi/windows-scGravatar liamwhite2023-10-083-0/+3
|\ \
| * | yuzu: Add desktop shortcut support for WindowsGravatar FearlessTobi2023-10-073-0/+3
| |/
* | Merge pull request #10519 from mdmrk/masterGravatar liamwhite2023-10-083-0/+3
|\ \ | |/ |/|
| * yuzu-qt: Track play timeGravatar Mario2023-08-263-0/+3
* | add std::error_code for std::filesystem exceptionsGravatar Squall-Leonhart2023-09-151-6/+9
* | add a compile time option to allow disabling portable modeGravatar xcfrg2023-09-061-2/+4
|/
* android: Fix size check for content urisGravatar Charles Lombardo2023-06-261-0/+6
* vfs_real: misc optimizationsGravatar Liam2023-06-162-5/+5
* android: fs: Fix Exists / IsFile for SAF.Gravatar bunnei2023-06-152-1/+31
* service: nfc: Add backup supportGravatar german772023-06-063-0/+3
* android: Implement SAF support & migrate to SDK 31. (#4)Gravatar bunnei2023-06-035-9/+228
* common: fs: Implement for Android.Gravatar bunnei2023-06-031-0/+7
* general: fix compile for Apple ClangGravatar Liam2022-11-223-0/+4
* concepts: Use the std::contiguous_iterator conceptGravatar Morph2022-10-261-6/+6
* path_util: Resolve `-Wpointer-bool-conversion` warningGravatar lat9nq2022-05-261-3/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-2310-30/+20
* general: Fix clang/gcc build errorsGravatar ameerj2022-03-202-0/+3
* common: Reduce unused includesGravatar ameerj2022-03-195-8/+0
* common: fs_util: Add buffer to string view utility functionsGravatar Morph2022-02-132-0/+26
* common/file: Remove [[nodiscard]] from Open()Gravatar Lioncash2022-02-011-3/+2
* common/fs/path_util: Slightly refactor PathManagerImpl's constructorGravatar Creak2021-10-111-12/+15
* input_common/tas: Add swap controllerGravatar german772021-09-181-1/+1
* config: Move TAS options to it's own menuGravatar german772021-09-183-4/+3
* core: Hacky TAS syncing & load pausingGravatar MonsterDruide12021-09-182-2/+2
* settings: File selector & other settingsGravatar MonsterDruide12021-09-182-0/+4
* common: fs: fs_util: Add BufferToUTF8StringGravatar Morph2021-07-272-0/+15
* common: fs: file: Revert Flush to its previous behavior and add CommitGravatar Morph2021-07-062-3/+34
* common: fs: file: Flush the file in GetSizeGravatar Morph2021-07-061-0/+3
* common: fs: Add a description of a regular file in IsFileGravatar Morph2021-06-221-4/+6
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph2021-06-224-9/+12
* common: fs: file: Remove [[nodiscard]] attribute from FlushGravatar Morph2021-06-221-2/+2
* common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph2021-06-221-8/+8
* Merge pull request #6460 from Morph1984/fs-access-log-fixGravatar Morph2021-06-162-6/+1
|\
| * common: fs: file: Remove redundant call to WriteStringToFileGravatar Morph2021-06-162-6/+1
* | Merge pull request #6462 from Morph1984/proper-flushGravatar bunnei2021-06-151-1/+5
|\ \ | |/ |/|
| * common: fs: file: Flush the file to the disk when Flush() is calledGravatar Morph2021-06-131-1/+5
* | common: fs: Use the normal directory iterator in *Recursively functionsGravatar Morph2021-06-121-2/+16
|/
* common/fs/path_util: Remove [[nodiscard]] from function with void returnGravatar Lioncash2021-06-081-1/+1
* common: fs: fs_util: Move PathToUTF8String to fs_utilGravatar Morph2021-06-024-15/+14
* common: fs: fs_util: Add more string conversion functionsGravatar Morph2021-06-022-0/+33
* common/fs/file: Explicitly delete copy constructorsGravatar Lioncash2021-05-281-1/+4
* common/fs/file: Devirtualize destructorGravatar Lioncash2021-05-281-1/+1
* common/fs/file: Default initialize IOFile membersGravatar Lioncash2021-05-281-2/+2