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