summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_vector.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* romfs: use vfs_cached for romfs outputLiam2023-06-031-4/+0
* vfs_vector: avoid n^2 lookup in layeredfs buildingLiam2023-05-071-0/+4
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-2/+2
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-4/+4
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-7/+7
* video_core: Resolve more variable shadowing scenarios pt.3Lioncash2020-12-051-6/+6
* vfs_vector: Make creation of array vfs files less verboseLioncash2020-08-051-1/+12
* file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman2018-11-231-1/+2
* vfs_vector: Add VFS backend for std::arrayZach Hilman2018-11-161-0/+52
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-3/+0
* vfs/etc: Append std:: to size_t usagesLioncash2018-09-261-4/+4
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-0/+1
* vfs_vector: Add VectorVfsFileZach Hilman2018-09-221-0/+24
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+1
* Merge pull request #1005 from DarkLordZach/registered-fmtbunnei2018-08-161-2/+2
|\
| * romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman2018-08-121-2/+2
* | vfs: Make type hierarchy objects classes instead of structsLioncash2018-08-121-1/+2
|/
* RomFS ExtractionZach Hilman2018-07-281-0/+44