Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix wrap_rows at inner byte of multibyte sequence | figec | 2015-06-18 |
| | | | | Also fix UTF-8 inner byte bounds and make unittest for case this fixes. | ||
* | Make wrap_rows not wrap inside utf-8 multibyte sequences | est31 | 2015-06-17 |
| | | | | | | Also count multibyte sequences as "one" character. Adds unittest for the bug reporter's case. Fixes #2796. | ||
* | Add UTF and other utility unit tests | est31 | 2015-06-14 |
| | |||
* | Fix several MSVC issues numeric.h | SmallJoker | 2015-05-01 |
| | | | | | -> Round negative numbers correctly CMakeLists.txt -> Link Json with the static run-time library | ||
* | 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 |