summaryrefslogtreecommitdiffstats
path: root/thirdparty/zstd/common/threading.c
Commit message (Collapse)AuthorAgeFilesLines
* zstd: Update to upstream version 1.4.8Rémi Verschelde2021-01-081-5/+6
|
* zstd: Update to upstream version 1.4.5Rémi Verschelde2020-09-181-3/+4
|
* Update zstd to 1.4.4Jonathan Mannancheril2019-11-091-1/+46
|
* zstd: Update to upstream 1.4.0Rémi Verschelde2019-04-181-2/+2
| | | | | One step towards fixing #17374 as most experimental APIs we use are now part of the stable 1.4.0.
* Update zstd to 1.3.2.Ferenc Arn2017-10-261-15/+11
|
* zstd: Update to upstream version 1.3.0George Marques2017-07-221-1/+0
|
* Add zstd compression support.Ferenc Arn2017-06-081-0/+80
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.