Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-16 | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 1 | -3/+1 | |
* Make our CMake slightly less insane | |||||
2019-12-28 | Moved ProtocolBlockTypePalette functionality into BlockTypePalette. | Mattes D | 1 | -1/+0 | |
2019-09-22 | Add ProtocolBlockTypePalette (#4391) | E14 | 1 | -0/+1 | |
2019-08-05 | BlockTypeRegistry: Initial skeleton | Mattes D | 1 | -0/+1 | |
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. | |||||
2017-09-11 | Add a test for cUUID (#4021) | peterbell10 | 1 | -0/+1 | |
2017-05-04 | Gen: Moved tests to a separate folder, unified shared sources. | Mattes D | 1 | -2/+1 | |
2017-02-13 | PieceGenerator: Added rotation-aware vertical connectors. | Mattes D | 1 | -2/+1 | |
2017-01-15 | Tests: Added LuaState thread stress-test. | Mattes D | 1 | -0/+1 | |
2016-08-03 | Fixed cFastRandom Test. (#3291) | Alexander Harkness | 1 | -0/+1 | |
This resolves #3290 | |||||
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 | |
2016-06-26 | Self tests (#3242) | Mattes D | 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. | |||||
2016-06-18 | SelfTests: Moved BoundingBox test to a separate project. | Mattes D | 1 | -0/+1 | |
2016-06-18 | SelfTests: Moved SchematicFileSerializer test into a separate project. | Mattes D | 1 | -0/+1 | |
2016-06-18 | SelfTests: Moved cCompositeChat test to a separate project. | Mattes D | 1 | -0/+1 | |
2016-06-18 | SelfTests: Moved ByteBuffer test to a separate project. | Mattes D | 1 | -2/+3 | |
2016-03-01 | Added unit test for parsing HTTP request. | Mattes D | 1 | -0/+1 | |
2015-12-18 | Working coverage build | tycho | 1 | -0/+4 | |
2015-06-19 | Externalized cPrefabPiecePool self-test. | Mattes D | 1 | -0/+1 | |
2015-01-22 | Extracted Google connection test | Tycho | 1 | -0/+1 | |
2014-12-13 | Removed test | Tiger Wang | 1 | -1/+0 | |
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -0/+1 | |
2014-05-21 | Renamed cChunkBuffer to cChunkData | Tycho | 1 | -1/+1 | |
2014-05-03 | cCHunkBuffer that compiles with TestGlobals.h | Tycho | 1 | -0/+2 | |
2014-04-27 | Added Testing capability | Tycho | 1 | -0/+5 | |