summaryrefslogtreecommitdiffstats
path: root/src/common/hex_util.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+3
* partition_data_manager: Make data arrays constexprLioncash2020-08-061-34/+0
* common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2019-06-121-7/+0
* ips_layer: Deduplicate resource usageZach Hilman2018-10-041-1/+1
* hex_util: Add HexVectorToString and HexStringToVectorZach Hilman2018-10-041-0/+19
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
* hex_util: Replace logic_errors with LOG_CRITICALZach Hilman2018-08-231-5/+17
* common: Namespace hex_util.h/.cppLioncash2018-08-161-0/+4
* common: Move hex string processing to separate fileZach Hilman2018-08-121-0/+27