Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Fix wrap_rows at inner byte of multibyte sequence | figec | |
Also fix UTF-8 inner byte bounds and make unittest for case this fixes. | |||
2015-06-17 | Make wrap_rows not wrap inside utf-8 multibyte sequences | est31 | |
Also count multibyte sequences as "one" character. Adds unittest for the bug reporter's case. Fixes #2796. | |||
2015-06-14 | Add UTF and other utility unit tests | est31 | |
2015-05-01 | Fix several MSVC issues numeric.h | SmallJoker | |
-> Round negative numbers correctly CMakeLists.txt -> Link Json with the static run-time library | |||
2015-04-26 | Tests: Modularize unit testing | kwolekr | |
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code |