summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag (follow)
Commit message (Expand)AuthorAgeFilesLines
* cIsThread cleanupTiger Wang2021-03-301-1/+1
* Fix Windows XP to 7 compatibility (#5167)Tiger Wang2021-03-281-1/+1
* zlib -> libdeflate (#5085)Tiger Wang2021-01-115-225/+68
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-2/+0
* Address commentsTiger Wang2020-07-121-2/+3
* More CMake cleanupTiger Wang2020-07-121-9/+2
* Resolve IPO flags mismatchTiger Wang2020-05-311-1/+1
* Update logging code to reduce unnecessary string copying:Peter Bell2020-05-161-0/+1
* Cleanup unneeded globals (#4736)peterbell102020-05-101-44/+0
* Remove old Android leftovers (#4722)Mat2020-05-071-10/+0
* Update fmt to 6.2.0 (#4718)peterbell102020-05-051-1/+1
* Add the fmt library (#4065)peterbell102018-01-033-16/+4
* Fix style of ToolsAlexander Lyons Harkness2017-12-242-64/+56
* Fix tool builds on AppleClangpeterbell102017-10-211-36/+30
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+7
* Removed the LeakFinder for Windows. (#3777)Mattes D2017-06-191-4/+2
* Fixed type-casting-related warnings.Mattes D2016-08-243-30/+21
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-3/+0
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-191-2/+1
* Increase robustness of the logging subsystemtycho2015-09-151-10/+10
* Daemon support on Linux.Anthony Birkett2015-06-051-1/+1
* Fix other clang 3.6 committycho2015-05-241-1/+4
* Disable -Werror for warnings in tools.tycho2015-05-241-1/+2
* Disable warnings in MCADefrag, ProtoProxy and teststycho2015-05-231-2/+3
* Fixed tools compilation.Mattes D2014-12-252-0/+3
* MCADefrag: Added a sanity check for chunk size.Mattes D2014-12-211-1/+1
* Tools: Removed unused Timer.* file from CMakeLists.txt.Mattes D2014-12-041-2/+1
* Fixed MCADefrag compilation.Mattes D2014-11-291-0/+8
* Renamed LoggersTycho2014-08-122-11/+11
* Fixed Tools to work with new logging frameworkTycho2014-08-102-6/+16
* Made redundant semi not an error, fixed one more.archshift2014-07-241-1/+1
* Merge pull request #1011 from SphinxC0re/SomeWarningFixesMattes D2014-06-041-0/+1
|\
| * Update Globals.hJulian Laubstein2014-06-031-1/+1
| * Fixed some warningsJulian Laubstein2014-05-191-0/+1
* | Fixed MCADefrag compilation.madmaxoft2014-05-201-0/+15
|/
* Added macros support to toolsTycho2014-03-111-1/+4
* COnverted ProtoProxy to use library CMakeListsTycho2014-02-161-1/+1
* Allow building MCADefrag at the same time as MCServerTycho2014-02-161-4/+2
* CHange MCADefrag CMakelist to use zlib CMakeListTycho2014-02-161-9/+4
* rewrote MCADefrag CMakelist to use SetflagsTycho2014-02-161-56/+16
* MCADefrag: Implemented recompression.madmaxoft2014-02-132-5/+136
* MCADefrag: Fixed bugs, now produces valid MCA files.madmaxoft2014-02-132-3/+22
* MCADefrag: Initial implementation.madmaxoft2014-02-136-0/+799