1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-06 15:45:37 +02:00
Commit Graph

12 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
c69ed0f8d7 updated tests for zlibwrapper C90 strict compatibility 2019-10-02 17:32:19 -07:00
cb18fffe65 enforce C90 compatibility for zlibWrapper 2019-09-24 17:50:58 -07:00
da55865e47 ensure dependency for zlib wrapper 2018-08-15 16:43:13 -07:00
32fb407c9d updated a bunch of headers
for the new license
2017-08-18 16:52:05 -07:00
957a6d596b updated link to copyright notice 2017-01-18 19:04:00 +01:00
7f82aad187 gzlib.c updated to zlib 1.2.11 2017-01-18 12:08:08 +01:00
622d741a67 updated zlib copyright notice 2016-12-13 19:44:07 +01:00
f0d7da79de updated headers in gz* files 2016-11-29 18:02:34 +01:00
a1f60632cb gz_statep is union 2016-11-29 15:50:28 +01:00
3bf9a72d95 experimental support for gz* functions 2016-11-24 18:26:30 +01:00