summaryrefslogtreecommitdiffstats
path: root/src/StringCompression.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant initialisationsTiger Wang2022-06-021-2/+2
| | | | The static buffers here are immediately passed in to be overwritten.
* fix various compiler warnings (and some unwanted case statement fallthroughs)hle02022-04-121-2/+2
|
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-168/+177
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Fixed type-casting-related warnings.Mattes D2016-08-241-2/+2
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-13/+13
|
* Unified the doxy-comment format.Mattes D2015-07-311-2/+0
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-16/+16
|
* Anvil: switched inflate to stream mode.madmaxoft2014-09-031-0/+62
| | | | This removes the fixed-size buffer which could have caused #1307 and #1366.
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-7/+7
|
* Fixed StringCompression's GZIP handling for larger strings.madmaxoft2014-04-021-3/+5
|
* Added user setting compression factorTycho2014-01-171-2/+2
|
* More MSVC warning fixes.madmaxoft2014-01-071-2/+2
|
* Moved source to srcAlexander Harkness2013-11-241-0/+180