summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fsmitm_romfsbuild.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-2/+2
2023-12-03fsmitm_romfsbuild: optimize for data localityLiam1-69/+65
2023-10-13fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam1-45/+39
2023-06-28fsmitm_romfsbuild: avoid full path lookupsLiam1-21/+17
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-23/+2
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-12/+13
2020-10-21Revert "core: Fix clang build"bunnei1-1/+1
2020-10-18core: Fix clang buildLioncash1-1/+1
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-4/+6
2020-07-12fs: Fix RomFS building when zero byte files are presentMorph1-2/+2
2019-04-05file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash()Lioncash1-1/+3
2018-10-04fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman1-15/+19
2018-10-04fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFSZach Hilman1-0/+14
2018-09-26fsmitm_romfsbuild: std::move std::vector instances in Build()Lioncash1-2/+2
2018-09-26fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()Lioncash1-12/+11
2018-09-26fsmitm_romfsbuild: Avoid type truncation warningsLioncash1-7/+10
2018-09-26fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContextLioncash1-5/+3
2018-09-26fsmitm_romfsbuild: Remove unnecessary loops in Build()Lioncash1-6/+0
2018-09-26fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()Lioncash1-1/+1
2018-09-26vfs/etc: Append std:: to size_t usagesLioncash1-1/+1
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-177/+181
2018-09-22file_sys: Port Atmosphere-NX fs_mitm implementationZach Hilman1-0/+368