summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fsmitm_romfsbuild.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-2/+2
* fsmitm_romfsbuild: optimize for data localityLiam2023-12-031-69/+65
* fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam2023-10-131-45/+39
* fsmitm_romfsbuild: avoid full path lookupsLiam2023-06-281-21/+17
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-23/+2
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-12/+13
* Revert "core: Fix clang build"bunnei2020-10-211-1/+1
* core: Fix clang buildLioncash2020-10-181-1/+1
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-4/+6
* fs: Fix RomFS building when zero byte files are presentMorph2020-07-121-2/+2
* file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash()Lioncash2019-04-051-1/+3
* fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman2018-10-041-15/+19
* fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFSZach Hilman2018-10-041-0/+14
* fsmitm_romfsbuild: std::move std::vector instances in Build()Lioncash2018-09-261-2/+2
* fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()Lioncash2018-09-261-12/+11
* fsmitm_romfsbuild: Avoid type truncation warningsLioncash2018-09-261-7/+10
* fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContextLioncash2018-09-261-5/+3
* fsmitm_romfsbuild: Remove unnecessary loops in Build()Lioncash2018-09-261-6/+0
* fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()Lioncash2018-09-261-1/+1
* vfs/etc: Append std:: to size_t usagesLioncash2018-09-261-1/+1
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-177/+181
* file_sys: Port Atmosphere-NX fs_mitm implementationZach Hilman2018-09-221-0/+368