| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common/hex_util: Combine HexVectorToString() and HexArrayToString() | 2019-06-12 | 1 | -7/+0 | |
| | | | | | | | These can be generified together by using a concept type to designate them. This also has the benefit of not making copies of potentially very large arrays. | ||||
| * | ips_layer: Deduplicate resource usage | 2018-10-04 | 1 | -1/+1 | |
| | | |||||
| * | hex_util: Add HexVectorToString and HexStringToVector | 2018-10-04 | 1 | -0/+19 | |
| | | | | | Converts between bytes and strings when the size is not known at compile time. | ||||
| * | Port #4182 from Citra: "Prefix all size_t with std::" | 2018-09-15 | 1 | -2/+2 | |
| | | |||||
| * | hex_util: Replace logic_errors with LOG_CRITICAL | 2018-08-23 | 1 | -5/+17 | |
| | | | | | Makes it so malformed hex strings do not crash the entire program. | ||||
| * | common: Namespace hex_util.h/.cpp | 2018-08-15 | 1 | -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 file | 2018-08-11 | 1 | -0/+27 | |