1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-07 16:12:26 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
4dffc35f2e Convert references to https from http 2022-12-14 06:58:35 -08:00
1e09cffd9b zlibWrapper: Update for zlib 1.2.12 (#3217)
In zlib 1.2.12 the OF macro was changed to _Z_OF breaking any
project that used zlibWrapper. To fix this the OF has been
changed to _Z_OF everywhere and _Z_OF is defined as OF in the
case it is not yet defined for zlib 1.2.11 and older.

Fixes: https://github.com/facebook/zstd/issues/3216
2022-07-29 12:22:10 -07:00
5aa9a1dd2d Fix minigzip in std=c99 mode 2018-09-28 15:52:25 -07:00
622d741a67 updated zlib copyright notice 2016-12-13 19:44:07 +01:00
0fa3447dee plainly marked altered files from zlib 2016-11-28 16:55:14 +01:00
37a00f2ac7 turn on test_gzio 2016-11-25 14:09:29 +01:00