summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_vector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* romfs: use vfs_cached for romfs outputLiam2023-06-031-19/+0
* vfs_vector: avoid n^2 lookup in layeredfs buildingLiam2023-05-071-0/+19
* 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-6/+6
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-6/+6
* file_sys/vfs_vector: Fix ignored offset on WriteFrederic L2019-02-251-1/+1
* file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman2018-11-231-1/+0
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-7/+0
* vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer listLioncash2018-09-261-1/+1
* vfs/etc: Append std:: to size_t usagesLioncash2018-09-261-2/+2
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-2/+5
* vfs_vector: Add VectorVfsFileZach Hilman2018-09-221-0/+51
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman2018-08-121-2/+2
* vfs_vector: Remove unused variable in FindAndRemoveVectorElement()Lioncash2018-08-021-2/+2
* vfs_vector: Avoid unnecessary copies where applicableLioncash2018-08-021-2/+5
* RomFS ExtractionZach Hilman2018-07-281-0/+83