Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 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. | ||||
* | Add a test for cUUID (#4021) | peterbell10 | 2017-09-11 | 1 | -0/+1 |
| | |||||
* | Gen: Moved tests to a separate folder, unified shared sources. | Mattes D | 2017-05-04 | 1 | -2/+1 |
| | |||||
* | PieceGenerator: Added rotation-aware vertical connectors. | Mattes D | 2017-02-13 | 1 | -2/+1 |
| | |||||
* | Tests: Added LuaState thread stress-test. | Mattes D | 2017-01-15 | 1 | -0/+1 |
| | |||||
* | Fixed cFastRandom Test. (#3291) | Alexander Harkness | 2016-08-03 | 1 | -0/+1 |
| | | | This resolves #3290 | ||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | Self tests (#3242) | Mattes D | 2016-06-26 | 1 | -0/+1 |
| | | | | | | | | * SelfTests: Added a cEvent stress-test. * cNetwork: Fixed startup event hang. The original code used to hang with a ~ 1:50000 chance, because on Linux the cEvent was destroyed before its "Set()" returned. | ||||
* | SelfTests: Moved BoundingBox test to a separate project. | Mattes D | 2016-06-18 | 1 | -0/+1 |
| | |||||
* | SelfTests: Moved SchematicFileSerializer test into a separate project. | Mattes D | 2016-06-18 | 1 | -0/+1 |
| | |||||
* | SelfTests: Moved cCompositeChat test to a separate project. | Mattes D | 2016-06-18 | 1 | -0/+1 |
| | |||||
* | SelfTests: Moved ByteBuffer test to a separate project. | Mattes D | 2016-06-18 | 1 | -2/+3 |
| | |||||
* | Added unit test for parsing HTTP request. | Mattes D | 2016-03-01 | 1 | -0/+1 |
| | |||||
* | Working coverage build | tycho | 2015-12-18 | 1 | -0/+4 |
| | |||||
* | Externalized cPrefabPiecePool self-test. | Mattes D | 2015-06-19 | 1 | -0/+1 |
| | |||||
* | Extracted Google connection test | Tycho | 2015-01-22 | 1 | -0/+1 |
| | |||||
* | Removed test | Tiger Wang | 2014-12-13 | 1 | -1/+0 |
| | |||||
* | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -0/+1 |
| | |||||
* | Renamed cChunkBuffer to cChunkData | Tycho | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | cCHunkBuffer that compiles with TestGlobals.h | Tycho | 2014-05-03 | 1 | -0/+2 |
| | |||||
* | Added Testing capability | Tycho | 2014-04-27 | 1 | -0/+5 |