summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag/Globals.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-10/+0
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* MCADefrag: Initial implementation.madmaxoft2014-02-131-0/+10
Partially implements #639. This only defragments the chunks, without recompressing them.