summaryrefslogtreecommitdiff
path: root/src/common/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-2510-0/+2913