]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip writer: initial support for zstandard compression (#2137)
authorMostyn Bramley-Moore <mostyn@antipode.se>
Tue, 22 Oct 2024 09:01:55 +0000 (11:01 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2024 09:01:55 +0000 (11:01 +0200)
commitae23713ceb5bb1c3c162c605a16aece8a8b1dcbc
tree3ca5f7983e4fbd6c79554c2e374f3432c3336d5e
parent15c686c55fc7dcac8452f6d6a7683d846ea1600c
7zip writer: initial support for zstandard compression (#2137)

This is intended to be compatible with:
* https://github.com/mcmilk/7-Zip-zstd
* https://github.com/tehmul/p7zip-zstd
CMakeLists.txt
README.md
build/cmake/config.h.in
configure.ac
libarchive/archive_write_set_format_7zip.c
libarchive/archive_write_set_options.3
libarchive/test/test_write_format_7zip.c
libarchive/test/test_write_format_7zip_large.c