Commit Graph

17 Commits

Author SHA1 Message Date
6b09f6e6d9 zstd: Update to 1.5.7
Adds supports for x86_64 assembly for Windows/MinGW builds.
2025-06-05 16:03:14 +02:00
a88b4a4d56 zstd: Update to upstream version 1.5.6
Release notes:
- https://github.com/facebook/zstd/releases/tag/v1.5.6
2024-04-05 11:22:55 +02:00
6100b4bd33 zstd: Update to upstream version 1.5.5
Release notes:
- https://github.com/facebook/zstd/releases/tag/v1.5.3
- https://github.com/facebook/zstd/releases/tag/v1.5.4
- https://github.com/facebook/zstd/releases/tag/v1.5.5
2023-05-22 14:32:14 +02:00
39ed39900e zstd: Update to upstream version 1.5.2
Release notes:
- https://github.com/facebook/zstd/releases/tag/v1.5.1
- https://github.com/facebook/zstd/releases/tag/v1.5.2
2022-06-28 14:10:07 +02:00
5bea1370f0 zstd: Update to upstream version 1.5.0
Release notes: https://github.com/facebook/zstd/releases/tag/v1.5.0
2021-11-19 13:01:58 +01:00
3645c9c80c zstd: Update to upstream version 1.4.8 2021-01-08 11:21:43 +01:00
914591c9ae zstd: Update to upstream version 1.4.5 2020-09-18 21:47:12 +02:00
55afd6e784 Update zstd to 1.4.4 2019-11-09 23:20:49 -06:00
b81fa47f38 zstd: Update to upstream version 1.4.1 2019-07-20 20:47:07 +02:00
88cb9bd27f zstd: Update to upstream 1.4.0
One step towards fixing #17374 as most experimental APIs we use are now
part of the stable 1.4.0.
2019-04-18 12:39:11 +02:00
e64391f47b Update zstd to 1.3.8 2019-01-03 22:35:20 -02:00
5c5918a52d Update zstd to 1.3.4 2018-05-16 02:45:22 +09:00
53c65ae761 zstd: Update to pristine 1.3.3 2018-01-13 13:50:59 +01:00
01815e9b5f Update zstd to 1.3.2. 2017-10-26 16:41:47 -04:00
c3ab9eb590 zstd: Update to upstream version 1.3.1
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-08-27 12:05:39 +02:00
2c1764d5a9 zstd: Update to upstream version 1.3.0 2017-07-22 18:46:05 -03:00
f177c15347 Add zstd compression support.
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.
2017-06-08 23:48:14 -05:00