summaryrefslogtreecommitdiff
path: root/src/core/file_sys/fsmitm_romfsbuild.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-12-03fsmitm_romfsbuild: optimize for data localityLiam
2023-10-13fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam
2023-06-27fsmitm_romfsbuild: avoid full path lookupsLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-07-12fs: Fix RomFS building when zero byte files are presentMorph
2019-04-05file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash()Lioncash
2018-10-04fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman
2018-10-04fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFSZach Hilman
2018-09-26fsmitm_romfsbuild: std::move std::vector instances in Build()Lioncash
2018-09-26fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()Lioncash
2018-09-25fsmitm_romfsbuild: Avoid type truncation warningsLioncash
2018-09-25fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFS...Lioncash
2018-09-25fsmitm_romfsbuild: Remove unnecessary loops in Build()Lioncash
2018-09-25fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()Lioncash
2018-09-25vfs/etc: Append std:: to size_t usagesLioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21file_sys: Port Atmosphere-NX fs_mitm implementationZach Hilman