Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add UTF and other utility unit tests | est31 | 2015-06-14 |
| | |||
* | Split ObjDef/ObjDefManager out to objdef.cpp | kwolekr | 2015-05-18 |
| | |||
* | Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler ↵ | kwolekr | 2015-05-16 |
| | | | | warnings | ||
* | Schematics: Add per-node force placement option | kwolekr | 2015-05-09 |
| | |||
* | Fix compilation for non-client builds, and fix signed comparison warning | kwolekr | 2015-05-08 |
| | |||
* | Tests: Add schematic unittests | kwolekr | 2015-05-08 |
| | | | | | Improve schematic file-saving interface Add ability to create temporary test files | ||
* | NodeResolver: Remove NodeResolveMethod | kwolekr | 2015-05-07 |
| | | | | This simplifies NodeResolver logic and makes some interfaces cleaner. | ||
* | Fix build on Debian broken by b45df9d (missing include, somehow?) | kwolekr | 2015-05-05 |
| | |||
* | NodeDefManager: Improve const-correctness of interfaces | kwolekr | 2015-05-05 |
| | | | | | | - Add ability to explicitly reset NodeResolve state (useful for unittesting) - Remove non-essential NodeResolve methods modifying state from INodeDefManager - Add const qualifier to NodeDefManager and ContentFeatures serialize | ||
* | Tests: Add NodeResolver unittests | kwolekr | 2015-05-05 |
| | | | | | | Minor misc. NodeResolver cleanups Prefix faux content type constants for testing with t_ to avoid confusion or name collisions | ||
* | Fix GCC compiler warning | ShadowNinja | 2015-05-04 |
| | |||
* | Tests: Add ObjDef unittests | kwolekr | 2015-05-03 |
| | |||
* | 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 |