summaryrefslogtreecommitdiff
path: root/src/core/file_sys/ips_layer.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-28ips_layer: prevent out of bounds access with offset exceeding module sizeLiam
2023-09-13ips_layer: Remove uncaught usage of stoul/lllat9nq
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2022-08-21core/file_sys: fix alignment of BuildIdLiam
2022-08-19core/file_sys: fix BuildId paddingLiam
2022-08-12ips_layer: Delimit parsed hex value stringMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-22ips_layer: Eliminate a redundant copy in Parse()Lioncash
2019-06-15Merge pull request #2581 from lioncash/hexZach Hilman
2019-06-12file_sys/ips_layer: Remove unnecessary reserve() callLioncash
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-25ips_layer: Use rle_size instead of data_size in RLE patch applicationZach Hilman
2018-10-09Merge pull request #1461 from lioncash/warnbunnei
2018-10-09ips_layer: Avoid constructing std::vector instances where not necessaryLioncash
2018-10-09ips_layer: Remove unnecessary explicit std::pair constructor in std::arrayLioncash
2018-10-09ips_layer: Add missing includesLioncash
2018-10-09ips_layer: std::move data within PatchIPS() and Apply()Lioncash
2018-10-09ips_layer: Silence truncation and conversion warningsLioncash
2018-10-04ips_layer: Fix inaccuracies with comments and flagsZach Hilman
2018-10-04ips_layer: Deduplicate resource usageZach Hilman
2018-10-04ips_layer: Add support for escape sequences and midline commentsZach Hilman
2018-10-04ips_layer: Add IPSwitchCompiler to process IPSwitch formatZach Hilman
2018-10-01file_sys: Implement function to apply IPS patchesZach Hilman