summaryrefslogtreecommitdiff
path: root/src/common/hex_util.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-281-3/+3
* partition_data_manager: Make data arrays constexprGravatar Lioncash2020-08-061-34/+0
* common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash2019-06-121-7/+0
* ips_layer: Deduplicate resource usageGravatar Zach Hilman2018-10-041-1/+1
* hex_util: Add HexVectorToString and HexStringToVectorGravatar Zach Hilman2018-10-041-0/+19
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-2/+2
* hex_util: Replace logic_errors with LOG_CRITICALGravatar Zach Hilman2018-08-231-5/+17
* common: Namespace hex_util.h/.cppGravatar Lioncash2018-08-151-0/+4
* common: Move hex string processing to separate fileGravatar Zach Hilman2018-08-111-0/+27