summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_layered.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fsmitm_romfsbuild: optimize for data localityLiam2023-12-031-10/+11
* fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam2023-10-131-4/+4
* vfs_layered: avoid n^2 lookup in layeredfs buildingLiam2023-05-081-3/+6
* 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-10/+10
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-12/+12
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-3/+0
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash2018-09-261-7/+8
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-6/+9
* vfs_layered: Add LayeredVfsDirectoryZach Hilman2018-09-221-0/+128