summaryrefslogtreecommitdiff
path: root/src/common/hex_util.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-12common/hex_util: Reserve std::string memory ahead of timeGravatar Lioncash1-0/+5
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash1-4/+7
2018-10-04ips_layer: Deduplicate resource usageGravatar Zach Hilman1-1/+1
2018-10-04hex_util: Add HexVectorToString and HexStringToVectorGravatar Zach Hilman1-0/+5
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi1-6/+6
2018-08-15common: Namespace hex_util.h/.cppGravatar Lioncash1-0/+4
2018-08-11file_sys: Comply to style guidelinesGravatar Zach Hilman1-0/+2
2018-08-11common: Move hex string processing to separate fileGravatar Zach Hilman1-0/+35