aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_vector.h
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
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-08-05vfs_vector: Make creation of array vfs files less verboseLioncash
2018-11-22file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman
2018-11-15vfs_vector: Add VFS backend for std::arrayZach Hilman
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
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-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash
2018-08-11romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman
2018-07-27RomFS ExtractionZach Hilman