summaryrefslogtreecommitdiffstats
path: root/src/common/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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