aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_vector.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2019-02-25file_sys/vfs_vector: Fix ignored offset on WriteFrederic L
2018-11-22file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-09-25vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi...Lioncash
2018-09-25vfs/etc: Append std:: to size_t usagesLioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21vfs_vector: Add VectorVfsFileZach Hilman
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-08-11romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman
2018-08-02vfs_vector: Remove unused variable in FindAndRemoveVectorElement()Lioncash
2018-08-02vfs_vector: Avoid unnecessary copies where applicableLioncash
2018-07-27RomFS ExtractionZach Hilman