summaryrefslogtreecommitdiff
path: root/thirdparty/zstd/decompress
AgeCommit message (Collapse)Author
2018-01-13zstd: Update to pristine 1.3.3Rémi Verschelde
2017-10-26Update zstd to 1.3.2.Ferenc Arn
2017-08-27zstd: Update to upstream version 1.3.1Rémi Verschelde
It is now dual-licensed BSD-3-Clause and GPL-2.0, we use the former. The PATENTS file is no longer applicable \o/ Also add zstd to COPYRIGHT.txt
2017-07-25zstd: Apply upstream patch to fix UWP ARM buildGeorge Marques
Following upstream commit f04deff4fc
2017-07-22zstd: Update to upstream version 1.3.0George Marques
2017-06-08Add zstd compression support.Ferenc Arn
zstd has much better compression speed and ratio, and better decompression speed than currently available methods. Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions.