Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-06 22:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/compress
History
dweiller bd3360e03d convert s[start..start+len] to s[start..][0..len]
2023-05-07 15:55:21 +10:00
..
deflate
convert s[start..start+len] to s[start..][0..len]
2023-05-07 15:55:21 +10:00
lzma
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
lzma2
Implement std.io.Reader for LZMA1
2023-02-05 08:23:51 -08:00
testdata
std.compress: add zstandard decompressor
2023-02-20 09:09:05 +11:00
xz
std: update to use @memcpy directly
2023-04-28 13:24:43 -07:00
zstandard
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
deflate.zig
std: update to use @memcpy directly
2023-04-28 13:24:43 -07:00
gzip.zig
support xz compressed tarballs in the package manager
2023-01-24 15:24:19 -07:00
lzma2.zig
Delete redundant lzma/lzma2 prefix in function/struct names
2023-02-05 06:52:28 -08:00
lzma.zig
update codebase to use @memset and @memcpy
2023-04-28 13:24:43 -07:00
xz.zig
std.compress.xz: Avoid possible integer overflow in a few places
2023-02-05 06:08:35 -08:00
zlib.zig
update gitattributes and move test data into subdir
2022-12-18 16:28:30 -07:00
zstandard.zig
Improvements to docs and text
2023-04-23 21:06:21 +03:00