Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 1 | -1/+0 | |
Add check for number of empty lines between functions and fix the corresponding failures | |||||
2018-02-05 | Deal with covered switches consistently (#4161) | peterbell10 | 1 | -4/+1 | |
* Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message() | |||||
2016-08-04 | Fixed RasPi builds of unit tests. | Mattes D | 1 | -1/+3 | |
On RasPi with gcc 4.8.2, the asserts wouldn't compile when tests were enabled. Enforced the assumption that ASSERT code is generated only in Debug builds. | |||||
2016-03-01 | Renamed HTTPServer folder to HTTP. | Mattes D | 1 | -0/+0 | |
It contains client code as well. | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -15/+15 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -1/+1 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -1/+1 | |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -1/+1 | |
2014-04-01 | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 1 | -4/+4 | |
2014-01-06 | Fixed a few MSVC warnings. | madmaxoft | 1 | -1/+0 | |
2013-12-20 | Fixed warnings in HTTP parser. | madmaxoft | 1 | -4/+6 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-10-04 | Added cNameValueParser. | madmaxoft | 1 | -0/+412 | |