summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag/MCADefrag.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-30cIsThread cleanupTiger Wang1-1/+1
+ Semi-gracefully handle unexpected exceptions * No-one cared about the return values, remove them
2021-03-28Fix Windows XP to 7 compatibility (#5167)Tiger Wang1-1/+1
* Partially reverts 01a4e696b * Unify thread names - Remove use of GetThreadId API
2021-01-11zlib -> libdeflate (#5085)Tiger Wang1-34/+50
+ Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
2018-01-03Add the fmt library (#4065)peterbell101-0/+1
* 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-12-24Fix style of ToolsAlexander Lyons Harkness1-28/+24
2016-08-24Fixed type-casting-related warnings.Mattes D1-15/+20
2015-09-15Increase robustness of the logging subsystemtycho1-10/+10
2015-06-05Daemon support on Linux.Anthony Birkett1-1/+1
Added null console log listener, avoid printf() when stdout is closed.
2014-12-21MCADefrag: Added a sanity check for chunk size.Mattes D1-1/+1
Fixes CID 66448.
2014-08-12Renamed LoggersTycho1-9/+9
2014-08-10Fixed Tools to work with new logging frameworkTycho1-2/+14
2014-02-13MCADefrag: Implemented recompression.madmaxoft1-5/+105
This finalizes #639.
2014-02-13MCADefrag: Fixed bugs, now produces valid MCA files.madmaxoft1-1/+19
2014-02-13MCADefrag: Initial implementation.madmaxoft1-0/+303
Partially implements #639. This only defragments the chunks, without recompressing them.