]> git.ipfire.org Git - thirdparty/zstd.git/commit
separate DDict logic into its own module
authorYann Collet <cyan@fb.com>
Wed, 24 Oct 2018 00:25:49 +0000 (17:25 -0700)
committerYann Collet <cyan@fb.com>
Wed, 24 Oct 2018 00:25:49 +0000 (17:25 -0700)
commitccd2d426fca01d4dd75c4650d65e2515ff71e3ff
treed3f5562550aab76dcc2071175edf31e4f3de03e4
parentca46afd72b8f32734ac5eea7fad8a9dc500ea0ca
separate DDict logic into its own module

created zstd_ddict.c within lib/decompress
18 files changed:
build/VS2008/fullbench/fullbench.vcproj
build/VS2008/fuzzer/fuzzer.vcproj
build/VS2008/zstd/zstd.vcproj
build/VS2008/zstdlib/zstdlib.vcproj
build/VS2010/fullbench/fullbench.vcxproj
build/VS2010/fuzzer/fuzzer.vcxproj
build/VS2010/libzstd-dll/libzstd-dll.vcxproj
build/VS2010/libzstd/libzstd.vcxproj
build/VS2010/zstd/zstd.vcxproj
build/cmake/contrib/pzstd/CMakeLists.txt
build/cmake/lib/CMakeLists.txt
build/cmake/tests/CMakeLists.txt
lib/common/zstd_common.c
lib/common/zstd_internal.h
lib/decompress/zstd_ddict.c [new file with mode: 0644]
lib/decompress/zstd_ddict.h [new file with mode: 0644]
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_internal.h [new file with mode: 0644]