26 Commits (04d2d2ef5fdd56baa0ecf60e59ea4e915262161d)

Author SHA1 Message Date
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam 518317b717 core/file_sys: fix alignment of BuildId 3 years ago
Liam 39cf6abd94 core/file_sys: fix BuildId padding 3 years ago
Morph a44da3c14d ips_layer: Delimit parsed hex value string 3 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 5 years ago
Lioncash a881efbf26 ips_layer: Eliminate a redundant copy in Parse() 5 years ago
Lioncash 18c1d91920
file_sys/ips_layer: Remove unnecessary reserve() call 7 years ago
Lioncash a62088539e
common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman 9a87ece837 ips_layer: Use rle_size instead of data_size in RLE patch application 7 years ago
Lioncash 465175cdf5 ips_layer: Avoid constructing std::vector instances where not necessary 7 years ago
Lioncash 9ff743bc0a ips_layer: Remove unnecessary explicit std::pair constructor in std::array 7 years ago
Lioncash f7d2889fb4 ips_layer: Add missing includes 7 years ago
Lioncash 93ac8d0fea ips_layer: std::move data within PatchIPS() and Apply() 7 years ago
Lioncash 567e818440 ips_layer: Silence truncation and conversion warnings 7 years ago
Zach Hilman 110d578470 ips_layer: Fix inaccuracies with comments and flags 7 years ago
Zach Hilman 70bd2bb1d3 ips_layer: Deduplicate resource usage 7 years ago
Zach Hilman 9669cdb710 ips_layer: Add support for escape sequences and midline comments 7 years ago
Zach Hilman 306739c2c4 ips_layer: Add IPSwitchCompiler to process IPSwitch format 7 years ago
Zach Hilman 21b2411c44 file_sys: Implement function to apply IPS patches 7 years ago