summaryrefslogtreecommitdiff
path: root/src/common/hex_util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hex_util: Replace logic_errors with LOG_CRITICALGravatar Zach Hilman2018-08-231-5/+17
| | | | Makes it so malformed hex strings do not crash the entire program.
* common: Namespace hex_util.h/.cppGravatar Lioncash2018-08-151-0/+4
| | | | | It's in the common code, so it should be under the Common namespace like everything else.
* common: Move hex string processing to separate fileGravatar Zach Hilman2018-08-111-0/+27