]> git.ipfire.org Git - thirdparty/zstd.git/commit
[1.5.0] Move `zstd_errors.h` and `zdict.h` to `lib/` root 2597/head
authorNick Terrell <terrelln@fb.com>
Fri, 30 Apr 2021 22:02:12 +0000 (15:02 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 30 Apr 2021 22:13:54 +0000 (15:13 -0700)
commit09149beaf85ec860c9a59ccc57541f0ef4a6e202
tree19a7ee85dbb0ca485bf244d6267bda90c1b1a1cf
parent0e2345b8594feccb9e63b8e400a94ef5bacb5a72
[1.5.0] Move `zstd_errors.h` and `zdict.h` to `lib/` root

`zstd_errors.h` and `zdict.h` are public headers, so they deserve to be
in the root `lib/` directory with `zstd.h`, not mixed in with our private
headers.
31 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/lib/CMakeLists.txt
build/meson/lib/meson.build
contrib/VS2005/fullbench/fullbench.vcproj
contrib/VS2005/fuzzer/fuzzer.vcproj
contrib/VS2005/zstd/zstd.vcproj
contrib/VS2005/zstdlib/zstdlib.vcproj
contrib/freestanding_lib/freestanding.py
contrib/linux-kernel/Makefile
lib/BUCK
lib/Makefile
lib/README.md
lib/common/error_private.h
lib/dictBuilder/cover.c
lib/dictBuilder/cover.h
lib/dictBuilder/fastcover.c
lib/dictBuilder/zdict.c
lib/zdict.h [moved from lib/dictBuilder/zdict.h with 100% similarity]
lib/zstd.h
lib/zstd_errors.h [moved from lib/common/zstd_errors.h with 100% similarity]
programs/benchzstd.c
programs/dibio.h
programs/fileio.c