Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add more robust error checking to deSerialize*String routines | kwolekr | 2015-07-13 |
| | | | | | Add serializeHexString() Clean up util/serialize.cpp | ||
* | Use UTF-8 instead of narrow | est31 | 2015-07-08 |
| | | | | | Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit. | ||
* | Tests: Modularize unit testing | kwolekr | 2015-04-26 |
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code |