Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | hex_util: Replace logic_errors with LOG_CRITICAL | Zach Hilman | |
Makes it so malformed hex strings do not crash the entire program. | |||
2018-08-15 | common: Namespace hex_util.h/.cpp | Lioncash | |
It's in the common code, so it should be under the Common namespace like everything else. | |||
2018-08-11 | common: Move hex string processing to separate file | Zach Hilman | |