]> git.ipfire.org Git - thirdparty/zstd.git/commit
[1.5.0] Deprecate some functions (#2582)
authorsen <senhuang96@fb.com>
Thu, 6 May 2021 21:59:32 +0000 (17:59 -0400)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 21:59:32 +0000 (17:59 -0400)
commit698f261b35eb256921d95a36ce5af0c29e4df45e
treec06d456426d5f6c39160063075b0d47ed74d771f
parente7e4b74b2b99016234e8a44b04764ab6305fe83c
[1.5.0] Deprecate some functions (#2582)

* Add deprecated macro to zstd.h, mark certain functions as deprecated

* Remove ZSTD_compress.c dependencies on deprecated functions
21 files changed:
TESTING.md
build/VS2008/fullbench/fullbench.vcproj
build/VS2008/fuzzer/fuzzer.vcproj
build/VS2010/fullbench-dll/fullbench-dll.vcxproj
build/VS2010/fullbench/fullbench.vcxproj
build/VS2010/fuzzer/fuzzer.vcxproj
build/cmake/lib/CMakeLists.txt
build/cmake/tests/CMakeLists.txt
build/meson/lib/meson.build
contrib/VS2005/zstdlib/zstdlib.vcproj
contrib/linux-kernel/test/Makefile
contrib/pzstd/Makefile
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
tests/Makefile
tests/README.md
tests/fuzzer.c
tests/zstreamtest.c
zlibWrapper/examples/zwrapbench.c
zlibWrapper/zstd_zlibwrapper.c