zig/lib/std/compress
Andrew Kelley 50eb7983cd remove most conditional compilation based on stage1
There are still a few occurrences of "stage1" in the standard library
and self-hosted compiler source, however, these instances need a bit
more careful inspection to ensure no breakage.
2022-12-06 20:38:54 -07:00
..
deflate remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00
deflate.zig Make CompressorOptions public 2022-10-12 04:04:43 -04:00
gzip.zig gzip: add missing fields to header parsing 2022-11-18 15:13:22 +02:00
rfc1951.txt std: Add DEFLATE and zlib decompressors 2020-09-07 14:59:46 -07:00
rfc1951.txt.fixed.z.9 std: Add DEFLATE and zlib decompressors 2020-09-07 14:59:46 -07:00
rfc1951.txt.z.0 std: Add DEFLATE and zlib decompressors 2020-09-07 14:59:46 -07:00
rfc1951.txt.z.9 std: Add DEFLATE and zlib decompressors 2020-09-07 14:59:46 -07:00
rfc1952.txt compress: remove sha256 checks from tests 2022-01-23 19:29:57 +01:00
rfc1952.txt.gz std: Add a gzip decoder 2020-09-11 20:02:41 -04:00
zlib.zig compress: add a deflate compressor 2022-01-23 19:30:06 +01:00