summaryrefslogtreecommitdiffstats
path: root/src/common/hex_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda1-3/+3
2020-08-06partition_data_manager: Make data arrays constexprLioncash1-34/+0
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-7/+0
2018-10-04ips_layer: Deduplicate resource usageZach Hilman1-1/+1
2018-10-04hex_util: Add HexVectorToString and HexStringToVectorZach Hilman1-0/+19
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-2/+2
2018-08-23hex_util: Replace logic_errors with LOG_CRITICALZach Hilman1-5/+17
2018-08-16common: Namespace hex_util.h/.cppLioncash1-0/+4
2018-08-12common: Move hex string processing to separate fileZach Hilman1-0/+27