summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_vector.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-03romfs: use vfs_cached for romfs outputLiam1-19/+0
2023-05-07vfs_vector: avoid n^2 lookup in layeredfs buildingLiam1-0/+19
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-2/+2
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-6/+6
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-6/+6
2019-02-25file_sys/vfs_vector: Fix ignored offset on WriteFrederic L1-1/+1
2018-11-23file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman1-1/+0
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-7/+0
2018-09-26vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer listLioncash1-1/+1
2018-09-26vfs/etc: Append std:: to size_t usagesLioncash1-2/+2
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-2/+5
2018-09-22vfs_vector: Add VectorVfsFileZach Hilman1-0/+51
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-08-12romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman1-2/+2
2018-08-02vfs_vector: Remove unused variable in FindAndRemoveVectorElement()Lioncash1-2/+2
2018-08-02vfs_vector: Avoid unnecessary copies where applicableLioncash1-2/+5
2018-07-28RomFS ExtractionZach Hilman1-0/+83