Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-12 | Address comments | Tiger Wang | 1 | -3/+3 | |
2020-07-12 | More CMake cleanup | Tiger Wang | 1 | -12/+2 | |
2020-05-31 | Resolve IPO flags mismatch | Tiger Wang | 1 | -1/+0 | |
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -0/+3 | |
* 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-06-19 | Removed the LeakFinder for Windows. (#3777) | Mattes D | 1 | -4/+2 | |
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 1 | -8/+1 | |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -3/+0 | |
2016-05-29 | Added GrownBiomeGenVisualiser. | Mattes D | 1 | -10/+6 | |
2015-12-19 | Added HTTPS links wherever they are supported. | Alexander Harkness | 1 | -2/+1 | |
2015-05-24 | Fix other clang 3.6 commit | tycho | 1 | -1/+4 | |
2015-05-24 | Disable -Werror for warnings in tools. | tycho | 1 | -1/+2 | |
2015-05-23 | Disable warnings in MCADefrag, ProtoProxy and tests | tycho | 1 | -2/+3 | |
2014-12-25 | Fixed tools compilation. | Mattes D | 1 | -0/+2 | |
Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5. | |||||
2014-12-04 | Tools: Removed unused Timer.* file from CMakeLists.txt. | Mattes D | 1 | -2/+1 | |
2014-11-29 | Fixed MCADefrag compilation. | Mattes D | 1 | -0/+8 | |
2014-10-21 | Compile fix? | Tiger Wang | 1 | -2/+0 | |
2014-08-12 | Renamed Loggers | Tycho | 1 | -2/+2 | |
2014-08-10 | Fixed Tools to work with new logging framework | Tycho | 1 | -4/+2 | |
2014-02-16 | COnverted ProtoProxy to use library CMakeLists | Tycho | 1 | -1/+1 | |
2014-02-16 | Allow building MCADefrag at the same time as MCServer | Tycho | 1 | -4/+2 | |
2014-02-16 | CHange MCADefrag CMakelist to use zlib CMakeList | Tycho | 1 | -9/+4 | |
2014-02-16 | rewrote MCADefrag CMakelist to use Setflags | Tycho | 1 | -56/+16 | |
2014-02-13 | MCADefrag: Initial implementation. | madmaxoft | 1 | -19/+6 | |
Partially implements #639. This only defragments the chunks, without recompressing them. | |||||
2014-01-25 | ProtoProxy: Modified to use PolarSSL. | madmaxoft | 1 | -7/+11 | |
2014-01-17 | ProtoProxy: Compiles under Linux. | madmaxoft | 1 | -2/+2 | |
2014-01-15 | ProtoProxy: use CMake to generate the MSVC project files. | madmaxoft | 1 | -0/+153 | |