Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix several MSVC issues numeric.h | SmallJoker | 2015-05-01 |
| | | | | | -> Round negative numbers correctly CMakeLists.txt -> Link Json with the static run-time library | ||
* | Fix MSVC compatibility | kwolekr | 2015-04-29 |
| | | | | | | Make sure to include random unittests in android builds, too Use SWAP() macro Ensure that negative ranges are tested as well in random unittests | ||
* | Tests: Add random unittests | kwolekr | 2015-04-29 |
| | |||
* | 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 |