summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed type-casting-related warnings.Mattes D2016-08-241-9/+1
|
* 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
|
* 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-251-0/+2
| | | | Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5.
* 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-121-2/+2
|
* Fixed Tools to work with new logging frameworkTycho2014-08-101-4/+2
|
* 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: Initial implementation.madmaxoft2014-02-131-0/+144
Partially implements #639. This only defragments the chunks, without recompressing them.