Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -0/+2 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 1 | -5/+0 | |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 | |
2016-06-18 | SelfTests: Organized into solution folders. | Mattes D | 1 | -0/+17 | |
2015-05-24 | Disable -Werror for warnings in tests. | tycho | 1 | -2/+1 | |
2015-05-19 | Fix tests | tycho | 1 | -0/+7 | |
2014-05-30 | Added a cChunkData::CopyBlockTypes() unit test. | Mattes D | 1 | -0/+3 | |
2014-05-30 | Test failures are reported verbosely and into the debug console on Win. | madmaxoft | 1 | -1/+1 | |
2014-05-24 | inject TestGlobals.h correctly | Tycho | 1 | -0/+1 | |
2014-05-21 | Renamed cChunkBuffer to cChunkData | Tycho | 1 | -1/+1 | |
2014-05-11 | Added several more testsfor arrays and coordinates | Tycho | 1 | -0/+5 | |
2014-05-10 | Added new test | Tycho | 1 | -0/+4 | |
2014-05-03 | cCHunkBuffer that compiles with TestGlobals.h | Tycho | 1 | -0/+6 | |
2014-04-27 | Added Testing capability | Tycho | 1 | -0/+10 | |