.gitignore
.gitmodules
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
install.sh
requirements.txt
setup.cfg
setup.py
pybind11/.appveyor.yml
pybind11/.clang-format
pybind11/.clang-tidy
pybind11/.cmake-format.yaml
pybind11/.codespell-ignore-lines
pybind11/.git
pybind11/.gitattributes
pybind11/.gitignore
pybind11/.pre-commit-config.yaml
pybind11/.readthedocs.yml
pybind11/CMakeLists.txt
pybind11/LICENSE
pybind11/MANIFEST.in
pybind11/README.rst
pybind11/SECURITY.md
pybind11/noxfile.py
pybind11/pyproject.toml
pybind11/setup.cfg
pybind11/setup.py
pybind11/.github/CODEOWNERS
pybind11/.github/CONTRIBUTING.md
pybind11/.github/dependabot.yml
pybind11/.github/labeler.yml
pybind11/.github/labeler_merged.yml
pybind11/.github/pull_request_template.md
pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
pybind11/.github/ISSUE_TEMPLATE/config.yml
pybind11/.github/matchers/pylint.json
pybind11/.github/workflows/ci.yml
pybind11/.github/workflows/configure.yml
pybind11/.github/workflows/format.yml
pybind11/.github/workflows/labeler.yml
pybind11/.github/workflows/pip.yml
pybind11/.github/workflows/upstream.yml
pybind11/docs/Doxyfile
pybind11/docs/Makefile
pybind11/docs/basics.rst
pybind11/docs/benchmark.py
pybind11/docs/benchmark.rst
pybind11/docs/changelog.rst
pybind11/docs/classes.rst
pybind11/docs/compiling.rst
pybind11/docs/conf.py
pybind11/docs/faq.rst
pybind11/docs/index.rst
pybind11/docs/installing.rst
pybind11/docs/limitations.rst
pybind11/docs/pybind11-logo.png
pybind11/docs/pybind11_vs_boost_python1.png
pybind11/docs/pybind11_vs_boost_python1.svg
pybind11/docs/pybind11_vs_boost_python2.png
pybind11/docs/pybind11_vs_boost_python2.svg
pybind11/docs/reference.rst
pybind11/docs/release.rst
pybind11/docs/requirements.in
pybind11/docs/requirements.txt
pybind11/docs/upgrade.rst
pybind11/docs/_static/css/custom.css
pybind11/docs/advanced/classes.rst
pybind11/docs/advanced/embedding.rst
pybind11/docs/advanced/exceptions.rst
pybind11/docs/advanced/functions.rst
pybind11/docs/advanced/misc.rst
pybind11/docs/advanced/smart_ptrs.rst
pybind11/docs/advanced/cast/chrono.rst
pybind11/docs/advanced/cast/custom.rst
pybind11/docs/advanced/cast/eigen.rst
pybind11/docs/advanced/cast/functional.rst
pybind11/docs/advanced/cast/index.rst
pybind11/docs/advanced/cast/overview.rst
pybind11/docs/advanced/cast/stl.rst
pybind11/docs/advanced/cast/strings.rst
pybind11/docs/advanced/pycpp/index.rst
pybind11/docs/advanced/pycpp/numpy.rst
pybind11/docs/advanced/pycpp/object.rst
pybind11/docs/advanced/pycpp/utilities.rst
pybind11/docs/cmake/index.rst
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/gil.h
pybind11/include/pybind11/gil_safe_call_once.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/type_caster_pyobject_ptr.h
pybind11/include/pybind11/typing.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/type_caster_base.h
pybind11/include/pybind11/detail/typeid.h
pybind11/include/pybind11/eigen/common.h
pybind11/include/pybind11/eigen/matrix.h
pybind11/include/pybind11/eigen/tensor.h
pybind11/include/pybind11/stl/filesystem.h
pybind11/pybind11/__init__.py
pybind11/pybind11/__main__.py
pybind11/pybind11/_version.py
pybind11/pybind11/commands.py
pybind11/pybind11/py.typed
pybind11/pybind11/setup_helpers.py
pybind11/tests/CMakeLists.txt
pybind11/tests/conftest.py
pybind11/tests/constructor_stats.h
pybind11/tests/cross_module_gil_utils.cpp
pybind11/tests/cross_module_interleaved_error_already_set.cpp
pybind11/tests/eigen_tensor_avoid_stl_array.cpp
pybind11/tests/env.py
pybind11/tests/local_bindings.h
pybind11/tests/object.h
pybind11/tests/pybind11_cross_module_tests.cpp
pybind11/tests/pybind11_tests.cpp
pybind11/tests/pybind11_tests.h
pybind11/tests/pytest.ini
pybind11/tests/requirements.txt
pybind11/tests/test_async.cpp
pybind11/tests/test_async.py
pybind11/tests/test_buffers.cpp
pybind11/tests/test_buffers.py
pybind11/tests/test_builtin_casters.cpp
pybind11/tests/test_builtin_casters.py
pybind11/tests/test_call_policies.cpp
pybind11/tests/test_call_policies.py
pybind11/tests/test_callbacks.cpp
pybind11/tests/test_callbacks.py
pybind11/tests/test_chrono.cpp
pybind11/tests/test_chrono.py
pybind11/tests/test_class.cpp
pybind11/tests/test_class.py
pybind11/tests/test_const_name.cpp
pybind11/tests/test_const_name.py
pybind11/tests/test_constants_and_functions.cpp
pybind11/tests/test_constants_and_functions.py
pybind11/tests/test_copy_move.cpp
pybind11/tests/test_copy_move.py
pybind11/tests/test_custom_type_casters.cpp
pybind11/tests/test_custom_type_casters.py
pybind11/tests/test_custom_type_setup.cpp
pybind11/tests/test_custom_type_setup.py
pybind11/tests/test_docstring_options.cpp
pybind11/tests/test_docstring_options.py
pybind11/tests/test_eigen_matrix.cpp
pybind11/tests/test_eigen_matrix.py
pybind11/tests/test_eigen_tensor.cpp
pybind11/tests/test_eigen_tensor.inl
pybind11/tests/test_eigen_tensor.py
pybind11/tests/test_enum.cpp
pybind11/tests/test_enum.py
pybind11/tests/test_eval.cpp
pybind11/tests/test_eval.py
pybind11/tests/test_eval_call.py
pybind11/tests/test_exceptions.cpp
pybind11/tests/test_exceptions.h
pybind11/tests/test_exceptions.py
pybind11/tests/test_factory_constructors.cpp
pybind11/tests/test_factory_constructors.py
pybind11/tests/test_gil_scoped.cpp
pybind11/tests/test_gil_scoped.py
pybind11/tests/test_iostream.cpp
pybind11/tests/test_iostream.py
pybind11/tests/test_kwargs_and_defaults.cpp
pybind11/tests/test_kwargs_and_defaults.py
pybind11/tests/test_local_bindings.cpp
pybind11/tests/test_local_bindings.py
pybind11/tests/test_methods_and_attributes.cpp
pybind11/tests/test_methods_and_attributes.py
pybind11/tests/test_modules.cpp
pybind11/tests/test_modules.py
pybind11/tests/test_multiple_inheritance.cpp
pybind11/tests/test_multiple_inheritance.py
pybind11/tests/test_numpy_array.cpp
pybind11/tests/test_numpy_array.py
pybind11/tests/test_numpy_dtypes.cpp
pybind11/tests/test_numpy_dtypes.py
pybind11/tests/test_numpy_vectorize.cpp
pybind11/tests/test_numpy_vectorize.py
pybind11/tests/test_opaque_types.cpp
pybind11/tests/test_opaque_types.py
pybind11/tests/test_operator_overloading.cpp
pybind11/tests/test_operator_overloading.py
pybind11/tests/test_pickling.cpp
pybind11/tests/test_pickling.py
pybind11/tests/test_python_multiple_inheritance.cpp
pybind11/tests/test_python_multiple_inheritance.py
pybind11/tests/test_pytypes.cpp
pybind11/tests/test_pytypes.py
pybind11/tests/test_sequences_and_iterators.cpp
pybind11/tests/test_sequences_and_iterators.py
pybind11/tests/test_smart_ptr.cpp
pybind11/tests/test_smart_ptr.py
pybind11/tests/test_stl.cpp
pybind11/tests/test_stl.py
pybind11/tests/test_stl_binders.cpp
pybind11/tests/test_stl_binders.py
pybind11/tests/test_tagbased_polymorphic.cpp
pybind11/tests/test_tagbased_polymorphic.py
pybind11/tests/test_thread.cpp
pybind11/tests/test_thread.py
pybind11/tests/test_type_caster_pyobject_ptr.cpp
pybind11/tests/test_type_caster_pyobject_ptr.py
pybind11/tests/test_union.cpp
pybind11/tests/test_union.py
pybind11/tests/test_unnamed_namespace_a.cpp
pybind11/tests/test_unnamed_namespace_a.py
pybind11/tests/test_unnamed_namespace_b.cpp
pybind11/tests/test_unnamed_namespace_b.py
pybind11/tests/test_vector_unique_ptr_member.cpp
pybind11/tests/test_vector_unique_ptr_member.py
pybind11/tests/test_virtual_functions.cpp
pybind11/tests/test_virtual_functions.py
pybind11/tests/valgrind-numpy-scipy.supp
pybind11/tests/valgrind-python.supp
pybind11/tests/extra_python_package/pytest.ini
pybind11/tests/extra_python_package/test_files.py
pybind11/tests/extra_setuptools/pytest.ini
pybind11/tests/extra_setuptools/test_setuphelper.py
pybind11/tests/test_cmake_build/CMakeLists.txt
pybind11/tests/test_cmake_build/embed.cpp
pybind11/tests/test_cmake_build/main.cpp
pybind11/tests/test_cmake_build/test.py
pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
pybind11/tests/test_embed/CMakeLists.txt
pybind11/tests/test_embed/catch.cpp
pybind11/tests/test_embed/external_module.cpp
pybind11/tests/test_embed/test_interpreter.cpp
pybind11/tests/test_embed/test_interpreter.py
pybind11/tests/test_embed/test_trampoline.py
pybind11/tools/FindCatch.cmake
pybind11/tools/FindEigen3.cmake
pybind11/tools/FindPythonLibsNew.cmake
pybind11/tools/JoinPaths.cmake
pybind11/tools/check-style.sh
pybind11/tools/cmake_uninstall.cmake.in
pybind11/tools/codespell_ignore_lines_from_errors.py
pybind11/tools/libsize.py
pybind11/tools/make_changelog.py
pybind11/tools/pybind11.pc.in
pybind11/tools/pybind11Common.cmake
pybind11/tools/pybind11Config.cmake.in
pybind11/tools/pybind11GuessPythonExtSuffix.cmake
pybind11/tools/pybind11NewTools.cmake
pybind11/tools/pybind11Tools.cmake
pybind11/tools/pyproject.toml
pybind11/tools/setup_global.py.in
pybind11/tools/setup_main.py.in
pybind11/tools/test-pybind11GuessPythonExtSuffix.cmake
src/cuda_float_compress.egg-info/PKG-INFO
src/cuda_float_compress.egg-info/SOURCES.txt
src/cuda_float_compress.egg-info/dependency_links.txt
src/cuda_float_compress.egg-info/not-zip-safe
src/cuda_float_compress.egg-info/requires.txt
src/cuda_float_compress.egg-info/top_level.txt
zstd/.buckconfig
zstd/.buckversion
zstd/.cirrus.yml
zstd/.git
zstd/.gitattributes
zstd/.gitignore
zstd/CHANGELOG
zstd/CODE_OF_CONDUCT.md
zstd/CONTRIBUTING.md
zstd/COPYING
zstd/LICENSE
zstd/Makefile
zstd/Package.swift
zstd/README.md
zstd/SECURITY.md
zstd/TESTING.md
zstd/.circleci/config.yml
zstd/.circleci/images/primary/Dockerfile
zstd/.github/dependabot.yml
zstd/.github/ISSUE_TEMPLATE/bug_report.md
zstd/.github/ISSUE_TEMPLATE/feature_request.md
zstd/.github/workflows/commit.yml
zstd/.github/workflows/dev-long-tests.yml
zstd/.github/workflows/dev-short-tests.yml
zstd/.github/workflows/nightly.yml
zstd/.github/workflows/publish-release-artifacts.yml
zstd/.github/workflows/scorecards.yml
zstd/.github/workflows/windows-artifacts.yml
zstd/build/.gitignore
zstd/build/LICENSE
zstd/build/README.md
zstd/build/VS2008/zstd.sln
zstd/build/VS2008/fullbench/fullbench.vcproj
zstd/build/VS2008/fuzzer/fuzzer.vcproj
zstd/build/VS2008/zstd/zstd.vcproj
zstd/build/VS2008/zstdlib/zstdlib.vcproj
zstd/build/VS2010/CompileAsCpp.props
zstd/build/VS2010/zstd.sln
zstd/build/VS2010/datagen/datagen.vcxproj
zstd/build/VS2010/fullbench/fullbench.vcxproj
zstd/build/VS2010/fullbench-dll/fullbench-dll.vcxproj
zstd/build/VS2010/fuzzer/fuzzer.vcxproj
zstd/build/VS2010/libzstd/libzstd.vcxproj
zstd/build/VS2010/libzstd-dll/libzstd-dll.rc
zstd/build/VS2010/libzstd-dll/libzstd-dll.vcxproj
zstd/build/VS2010/zstd/zstd.rc
zstd/build/VS2010/zstd/zstd.vcxproj
zstd/build/VS_scripts/README.md
zstd/build/VS_scripts/build.VS2010.cmd
zstd/build/VS_scripts/build.VS2012.cmd
zstd/build/VS_scripts/build.VS2013.cmd
zstd/build/VS_scripts/build.VS2015.cmd
zstd/build/VS_scripts/build.VS2017.cmd
zstd/build/VS_scripts/build.VS2017Community.cmd
zstd/build/VS_scripts/build.VS2017Enterprise.cmd
zstd/build/VS_scripts/build.VS2017Professional.cmd
zstd/build/VS_scripts/build.generic.cmd
zstd/build/cmake/.gitignore
zstd/build/cmake/CMakeLists.txt
zstd/build/cmake/README.md
zstd/build/cmake/zstdConfig.cmake.in
zstd/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake
zstd/build/cmake/CMakeModules/FindLibLZ4.cmake
zstd/build/cmake/CMakeModules/GetZstdLibraryVersion.cmake
zstd/build/cmake/CMakeModules/JoinPaths.cmake
zstd/build/cmake/contrib/CMakeLists.txt
zstd/build/cmake/contrib/gen_html/CMakeLists.txt
zstd/build/cmake/contrib/pzstd/CMakeLists.txt
zstd/build/cmake/lib/.gitignore
zstd/build/cmake/lib/CMakeLists.txt
zstd/build/cmake/lib/cmake_uninstall.cmake.in
zstd/build/cmake/programs/.gitignore
zstd/build/cmake/programs/CMakeLists.txt
zstd/build/cmake/tests/.gitignore
zstd/build/cmake/tests/CMakeLists.txt
zstd/build/meson/GetZstdLibraryVersion.py
zstd/build/meson/InstallSymlink.py
zstd/build/meson/README.md
zstd/build/meson/meson.build
zstd/build/meson/meson_options.txt
zstd/build/meson/contrib/meson.build
zstd/build/meson/contrib/gen_html/meson.build
zstd/build/meson/contrib/pzstd/meson.build
zstd/build/meson/lib/meson.build
zstd/build/meson/programs/meson.build
zstd/build/meson/tests/meson.build
zstd/build/meson/tests/valgrindTest.py
zstd/build/single_file_libs/.gitignore
zstd/build/single_file_libs/README.md
zstd/build/single_file_libs/build_decoder_test.sh
zstd/build/single_file_libs/build_library_test.sh
zstd/build/single_file_libs/combine.py
zstd/build/single_file_libs/combine.sh
zstd/build/single_file_libs/create_single_file_decoder.sh
zstd/build/single_file_libs/create_single_file_library.sh
zstd/build/single_file_libs/zstd-in.c
zstd/build/single_file_libs/zstddeclib-in.c
zstd/build/single_file_libs/examples/README.md
zstd/build/single_file_libs/examples/emscripten.c
zstd/build/single_file_libs/examples/roundtrip.c
zstd/build/single_file_libs/examples/shell.html
zstd/build/single_file_libs/examples/simple.c
zstd/build/single_file_libs/examples/testcard-dxt1.inl
zstd/build/single_file_libs/examples/testcard-zstd.inl
zstd/build/single_file_libs/examples/testcard.png
zstd/contrib/cleanTabs
zstd/contrib/VS2005/README.md
zstd/contrib/VS2005/zstd.sln
zstd/contrib/VS2005/fullbench/fullbench.vcproj
zstd/contrib/VS2005/fuzzer/fuzzer.vcproj
zstd/contrib/VS2005/zstd/zstd.vcproj
zstd/contrib/VS2005/zstdlib/zstdlib.vcproj
zstd/contrib/diagnose_corruption/.gitignore
zstd/contrib/diagnose_corruption/Makefile
zstd/contrib/diagnose_corruption/check_flipped_bits.c
zstd/contrib/docker/Dockerfile
zstd/contrib/docker/README.md
zstd/contrib/externalSequenceProducer/.gitignore
zstd/contrib/externalSequenceProducer/Makefile
zstd/contrib/externalSequenceProducer/README.md
zstd/contrib/externalSequenceProducer/main.c
zstd/contrib/externalSequenceProducer/sequence_producer.c
zstd/contrib/externalSequenceProducer/sequence_producer.h
zstd/contrib/freestanding_lib/freestanding.py
zstd/contrib/gen_html/.gitignore
zstd/contrib/gen_html/Makefile
zstd/contrib/gen_html/README.md
zstd/contrib/gen_html/gen-zstd-manual.sh
zstd/contrib/gen_html/gen_html.cpp
zstd/contrib/largeNbDicts/.gitignore
zstd/contrib/largeNbDicts/Makefile
zstd/contrib/largeNbDicts/README.md
zstd/contrib/largeNbDicts/largeNbDicts.c
zstd/contrib/linux-kernel/.gitignore
zstd/contrib/linux-kernel/Makefile
zstd/contrib/linux-kernel/README.md
zstd/contrib/linux-kernel/btrfs-benchmark.sh
zstd/contrib/linux-kernel/btrfs-extract-benchmark.sh
zstd/contrib/linux-kernel/decompress_sources.h
zstd/contrib/linux-kernel/linux.mk
zstd/contrib/linux-kernel/linux_zstd.h
zstd/contrib/linux-kernel/mem.h
zstd/contrib/linux-kernel/squashfs-benchmark.sh
zstd/contrib/linux-kernel/zstd_common_module.c
zstd/contrib/linux-kernel/zstd_compress_module.c
zstd/contrib/linux-kernel/zstd_decompress_module.c
zstd/contrib/linux-kernel/zstd_deps.h
zstd/contrib/linux-kernel/test/Makefile
zstd/contrib/linux-kernel/test/macro-test.sh
zstd/contrib/linux-kernel/test/static_test.c
zstd/contrib/linux-kernel/test/test.c
zstd/contrib/linux-kernel/test/include/asm/unaligned.h
zstd/contrib/linux-kernel/test/include/linux/compiler.h
zstd/contrib/linux-kernel/test/include/linux/errno.h
zstd/contrib/linux-kernel/test/include/linux/kernel.h
zstd/contrib/linux-kernel/test/include/linux/limits.h
zstd/contrib/linux-kernel/test/include/linux/math64.h
zstd/contrib/linux-kernel/test/include/linux/module.h
zstd/contrib/linux-kernel/test/include/linux/printk.h
zstd/contrib/linux-kernel/test/include/linux/stddef.h
zstd/contrib/linux-kernel/test/include/linux/swab.h
zstd/contrib/linux-kernel/test/include/linux/types.h
zstd/contrib/linux-kernel/test/include/linux/xxhash.h
zstd/contrib/match_finders/README.md
zstd/contrib/match_finders/zstd_edist.c
zstd/contrib/match_finders/zstd_edist.h
zstd/contrib/premake/premake4.lua
zstd/contrib/premake/zstd.lua
zstd/contrib/pzstd/.gitignore
zstd/contrib/pzstd/BUCK
zstd/contrib/pzstd/ErrorHolder.h
zstd/contrib/pzstd/Logging.h
zstd/contrib/pzstd/Makefile
zstd/contrib/pzstd/Options.cpp
zstd/contrib/pzstd/Options.h
zstd/contrib/pzstd/Pzstd.cpp
zstd/contrib/pzstd/Pzstd.h
zstd/contrib/pzstd/README.md
zstd/contrib/pzstd/SkippableFrame.cpp
zstd/contrib/pzstd/SkippableFrame.h
zstd/contrib/pzstd/main.cpp
zstd/contrib/pzstd/images/Cspeed.png
zstd/contrib/pzstd/images/Dspeed.png
zstd/contrib/pzstd/test/BUCK
zstd/contrib/pzstd/test/OptionsTest.cpp
zstd/contrib/pzstd/test/PzstdTest.cpp
zstd/contrib/pzstd/test/RoundTrip.h
zstd/contrib/pzstd/test/RoundTripTest.cpp
zstd/contrib/pzstd/utils/BUCK
zstd/contrib/pzstd/utils/Buffer.h
zstd/contrib/pzstd/utils/FileSystem.h
zstd/contrib/pzstd/utils/Likely.h
zstd/contrib/pzstd/utils/Portability.h
zstd/contrib/pzstd/utils/Range.h
zstd/contrib/pzstd/utils/ResourcePool.h
zstd/contrib/pzstd/utils/ScopeGuard.h
zstd/contrib/pzstd/utils/ThreadPool.h
zstd/contrib/pzstd/utils/WorkQueue.h
zstd/contrib/pzstd/utils/test/BUCK
zstd/contrib/pzstd/utils/test/BufferTest.cpp
zstd/contrib/pzstd/utils/test/RangeTest.cpp
zstd/contrib/pzstd/utils/test/ResourcePoolTest.cpp
zstd/contrib/pzstd/utils/test/ScopeGuardTest.cpp
zstd/contrib/pzstd/utils/test/ThreadPoolTest.cpp
zstd/contrib/pzstd/utils/test/WorkQueueTest.cpp
zstd/contrib/recovery/Makefile
zstd/contrib/recovery/recover_directory.c
zstd/contrib/seekable_format/README.md
zstd/contrib/seekable_format/zstd_seekable.h
zstd/contrib/seekable_format/zstd_seekable_compression_format.md
zstd/contrib/seekable_format/zstdseek_compress.c
zstd/contrib/seekable_format/zstdseek_decompress.c
zstd/contrib/seekable_format/examples/.gitignore
zstd/contrib/seekable_format/examples/Makefile
zstd/contrib/seekable_format/examples/parallel_compression.c
zstd/contrib/seekable_format/examples/parallel_processing.c
zstd/contrib/seekable_format/examples/seekable_compression.c
zstd/contrib/seekable_format/examples/seekable_decompression.c
zstd/contrib/seekable_format/examples/seekable_decompression_mem.c
zstd/contrib/seekable_format/tests/.gitignore
zstd/contrib/seekable_format/tests/Makefile
zstd/contrib/seekable_format/tests/seekable_tests.c
zstd/contrib/seqBench/Makefile
zstd/contrib/seqBench/seqBench.c
zstd/contrib/snap/snapcraft.yaml
zstd/doc/README.md
zstd/doc/decompressor_errata.md
zstd/doc/decompressor_permissive.md
zstd/doc/zstd_compression_format.md
zstd/doc/zstd_manual.html
zstd/doc/educational_decoder/.gitignore
zstd/doc/educational_decoder/Makefile
zstd/doc/educational_decoder/README.md
zstd/doc/educational_decoder/harness.c
zstd/doc/educational_decoder/zstd_decompress.c
zstd/doc/educational_decoder/zstd_decompress.h
zstd/doc/images/CSpeed2.png
zstd/doc/images/DCspeed5.png
zstd/doc/images/DSpeed3.png
zstd/doc/images/cdict_v136.png
zstd/doc/images/dict-cr.png
zstd/doc/images/dict-cs.png
zstd/doc/images/dict-ds.png
zstd/doc/images/zstd_cdict_v1_3_5.png
zstd/doc/images/zstd_logo86.png
zstd/examples/.gitignore
zstd/examples/Makefile
zstd/examples/README.md
zstd/examples/common.h
zstd/examples/dictionary_compression.c
zstd/examples/dictionary_decompression.c
zstd/examples/multiple_simple_compression.c
zstd/examples/multiple_streaming_compression.c
zstd/examples/simple_compression.c
zstd/examples/simple_decompression.c
zstd/examples/streaming_compression.c
zstd/examples/streaming_compression_thread_pool.c
zstd/examples/streaming_decompression.c
zstd/examples/streaming_memory_usage.c
zstd/lib/.gitignore
zstd/lib/BUCK
zstd/lib/Makefile
zstd/lib/README.md
zstd/lib/libzstd.mk
zstd/lib/libzstd.pc.in
zstd/lib/module.modulemap
zstd/lib/zdict.h
zstd/lib/zstd.h
zstd/lib/zstd_errors.h
zstd/lib/common/allocations.h
zstd/lib/common/bits.h
zstd/lib/common/bitstream.h
zstd/lib/common/compiler.h
zstd/lib/common/cpu.h
zstd/lib/common/debug.c
zstd/lib/common/debug.h
zstd/lib/common/entropy_common.c
zstd/lib/common/error_private.c
zstd/lib/common/error_private.h
zstd/lib/common/fse.h
zstd/lib/common/fse_decompress.c
zstd/lib/common/huf.h
zstd/lib/common/mem.h
zstd/lib/common/pool.c
zstd/lib/common/pool.h
zstd/lib/common/portability_macros.h
zstd/lib/common/threading.c
zstd/lib/common/threading.h
zstd/lib/common/xxhash.c
zstd/lib/common/xxhash.h
zstd/lib/common/zstd_common.c
zstd/lib/common/zstd_deps.h
zstd/lib/common/zstd_internal.h
zstd/lib/common/zstd_trace.h
zstd/lib/compress/clevels.h
zstd/lib/compress/fse_compress.c
zstd/lib/compress/hist.c
zstd/lib/compress/hist.h
zstd/lib/compress/huf_compress.c
zstd/lib/compress/zstd_compress.c
zstd/lib/compress/zstd_compress_internal.h
zstd/lib/compress/zstd_compress_literals.c
zstd/lib/compress/zstd_compress_literals.h
zstd/lib/compress/zstd_compress_sequences.c
zstd/lib/compress/zstd_compress_sequences.h
zstd/lib/compress/zstd_compress_superblock.c
zstd/lib/compress/zstd_compress_superblock.h
zstd/lib/compress/zstd_cwksp.h
zstd/lib/compress/zstd_double_fast.c
zstd/lib/compress/zstd_double_fast.h
zstd/lib/compress/zstd_fast.c
zstd/lib/compress/zstd_fast.h
zstd/lib/compress/zstd_lazy.c
zstd/lib/compress/zstd_lazy.h
zstd/lib/compress/zstd_ldm.c
zstd/lib/compress/zstd_ldm.h
zstd/lib/compress/zstd_ldm_geartab.h
zstd/lib/compress/zstd_opt.c
zstd/lib/compress/zstd_opt.h
zstd/lib/compress/zstdmt_compress.c
zstd/lib/compress/zstdmt_compress.h
zstd/lib/decompress/huf_decompress.c
zstd/lib/decompress/huf_decompress_amd64.S
zstd/lib/decompress/zstd_ddict.c
zstd/lib/decompress/zstd_ddict.h
zstd/lib/decompress/zstd_decompress.c
zstd/lib/decompress/zstd_decompress_block.c
zstd/lib/decompress/zstd_decompress_block.h
zstd/lib/decompress/zstd_decompress_internal.h
zstd/lib/deprecated/zbuff.h
zstd/lib/deprecated/zbuff_common.c
zstd/lib/deprecated/zbuff_compress.c
zstd/lib/deprecated/zbuff_decompress.c
zstd/lib/dictBuilder/cover.c
zstd/lib/dictBuilder/cover.h
zstd/lib/dictBuilder/divsufsort.c
zstd/lib/dictBuilder/divsufsort.h
zstd/lib/dictBuilder/fastcover.c
zstd/lib/dictBuilder/zdict.c
zstd/lib/dll/example/Makefile
zstd/lib/dll/example/README.md
zstd/lib/dll/example/build_package.bat
zstd/lib/dll/example/fullbench-dll.sln
zstd/lib/dll/example/fullbench-dll.vcxproj
zstd/lib/legacy/zstd_legacy.h
zstd/lib/legacy/zstd_v01.c
zstd/lib/legacy/zstd_v01.h
zstd/lib/legacy/zstd_v02.c
zstd/lib/legacy/zstd_v02.h
zstd/lib/legacy/zstd_v03.c
zstd/lib/legacy/zstd_v03.h
zstd/lib/legacy/zstd_v04.c
zstd/lib/legacy/zstd_v04.h
zstd/lib/legacy/zstd_v05.c
zstd/lib/legacy/zstd_v05.h
zstd/lib/legacy/zstd_v06.c
zstd/lib/legacy/zstd_v06.h
zstd/lib/legacy/zstd_v07.c
zstd/lib/legacy/zstd_v07.h
zstd/programs/.gitignore
zstd/programs/BUCK
zstd/programs/Makefile
zstd/programs/README.md
zstd/programs/benchfn.c
zstd/programs/benchfn.h
zstd/programs/benchzstd.c
zstd/programs/benchzstd.h
zstd/programs/datagen.c
zstd/programs/datagen.h
zstd/programs/dibio.c
zstd/programs/dibio.h
zstd/programs/fileio.c
zstd/programs/fileio.h
zstd/programs/fileio_asyncio.c
zstd/programs/fileio_asyncio.h
zstd/programs/fileio_common.h
zstd/programs/fileio_types.h
zstd/programs/lorem.c
zstd/programs/lorem.h
zstd/programs/platform.h
zstd/programs/timefn.c
zstd/programs/timefn.h
zstd/programs/util.c
zstd/programs/util.h
zstd/programs/zstd.1
zstd/programs/zstd.1.md
zstd/programs/zstdcli.c
zstd/programs/zstdcli_trace.c
zstd/programs/zstdcli_trace.h
zstd/programs/zstdgrep
zstd/programs/zstdgrep.1
zstd/programs/zstdgrep.1.md
zstd/programs/zstdless
zstd/programs/zstdless.1
zstd/programs/zstdless.1.md
zstd/programs/windres/verrsrc.h
zstd/programs/windres/zstd.rc
zstd/programs/windres/zstd32.res
zstd/programs/windres/zstd64.res
zstd/tests/.gitignore
zstd/tests/DEPRECATED-test-zstd-speed.py
zstd/tests/Makefile
zstd/tests/README.md
zstd/tests/automated_benchmarking.py
zstd/tests/bigdict.c
zstd/tests/checkTag.c
zstd/tests/check_size.py
zstd/tests/datagencli.c
zstd/tests/decodecorpus.c
zstd/tests/external_matchfinder.c
zstd/tests/external_matchfinder.h
zstd/tests/fullbench.c
zstd/tests/fuzzer.c
zstd/tests/invalidDictionaries.c
zstd/tests/legacy.c
zstd/tests/libzstd_builds.sh
zstd/tests/longmatch.c
zstd/tests/loremOut.c
zstd/tests/loremOut.h
zstd/tests/paramgrill.c
zstd/tests/playTests.sh
zstd/tests/poolTests.c
zstd/tests/rateLimiter.py
zstd/tests/roundTripCrash.c
zstd/tests/seqgen.c
zstd/tests/seqgen.h
zstd/tests/test-license.py
zstd/tests/test-variants.sh
zstd/tests/test-zstd-versions.py
zstd/tests/zstreamtest.c
zstd/tests/cli-tests/.gitignore
zstd/tests/cli-tests/README.md
zstd/tests/cli-tests/run.py
zstd/tests/cli-tests/basic/args.sh
zstd/tests/cli-tests/basic/args.sh.exit
zstd/tests/cli-tests/basic/args.sh.stderr.glob
zstd/tests/cli-tests/basic/help.sh
zstd/tests/cli-tests/basic/help.sh.stdout.glob
zstd/tests/cli-tests/basic/memlimit.sh
zstd/tests/cli-tests/basic/memlimit.sh.stderr.exact
zstd/tests/cli-tests/basic/memlimit.sh.stdout.exact
zstd/tests/cli-tests/basic/output_dir.sh
zstd/tests/cli-tests/basic/output_dir.sh.stderr.exact
zstd/tests/cli-tests/basic/output_dir.sh.stdout.exact
zstd/tests/cli-tests/basic/version.sh
zstd/tests/cli-tests/basic/version.sh.stdout.glob
zstd/tests/cli-tests/bin/cmp_size
zstd/tests/cli-tests/bin/datagen
zstd/tests/cli-tests/bin/die
zstd/tests/cli-tests/bin/println
zstd/tests/cli-tests/bin/unzstd
zstd/tests/cli-tests/bin/zstd
zstd/tests/cli-tests/bin/zstdcat
zstd/tests/cli-tests/bin/zstdgrep
zstd/tests/cli-tests/bin/zstdless
zstd/tests/cli-tests/cltools/setup
zstd/tests/cli-tests/cltools/zstdgrep.sh
zstd/tests/cli-tests/cltools/zstdgrep.sh.exit
zstd/tests/cli-tests/cltools/zstdgrep.sh.stderr.exact
zstd/tests/cli-tests/cltools/zstdgrep.sh.stdout.glob
zstd/tests/cli-tests/cltools/zstdless.sh
zstd/tests/cli-tests/cltools/zstdless.sh.stderr.exact
zstd/tests/cli-tests/cltools/zstdless.sh.stdout.glob
zstd/tests/cli-tests/common/format.sh
zstd/tests/cli-tests/common/mtime.sh
zstd/tests/cli-tests/common/permissions.sh
zstd/tests/cli-tests/common/platform.sh
zstd/tests/cli-tests/compression/adapt.sh
zstd/tests/cli-tests/compression/basic.sh
zstd/tests/cli-tests/compression/compress-literals.sh
zstd/tests/cli-tests/compression/format.sh
zstd/tests/cli-tests/compression/golden.sh
zstd/tests/cli-tests/compression/gzip-compat.sh
zstd/tests/cli-tests/compression/levels.sh
zstd/tests/cli-tests/compression/levels.sh.stderr.exact
zstd/tests/cli-tests/compression/long-distance-matcher.sh
zstd/tests/cli-tests/compression/multi-threaded.sh
zstd/tests/cli-tests/compression/multi-threaded.sh.stderr.exact
zstd/tests/cli-tests/compression/multiple-files.sh
zstd/tests/cli-tests/compression/multiple-files.sh.stdout.exact
zstd/tests/cli-tests/compression/row-match-finder.sh
zstd/tests/cli-tests/compression/setup
zstd/tests/cli-tests/compression/stream-size.sh
zstd/tests/cli-tests/compression/verbose-wlog.sh
zstd/tests/cli-tests/compression/verbose-wlog.sh.stderr.glob
zstd/tests/cli-tests/compression/verbose-wlog.sh.stdout.glob
zstd/tests/cli-tests/compression/window-resize.sh
zstd/tests/cli-tests/compression/window-resize.sh.stderr.ignore
zstd/tests/cli-tests/compression/window-resize.sh.stdout.glob
zstd/tests/cli-tests/decompression/detectErrors.sh
zstd/tests/cli-tests/decompression/golden.sh
zstd/tests/cli-tests/decompression/pass-through.sh
zstd/tests/cli-tests/decompression/pass-through.sh.stderr.exact
zstd/tests/cli-tests/decompression/pass-through.sh.stdout.exact
zstd/tests/cli-tests/dict-builder/empty-input.sh
zstd/tests/cli-tests/dict-builder/empty-input.sh.stderr.exact
zstd/tests/cli-tests/dict-builder/no-inputs.sh
zstd/tests/cli-tests/dict-builder/no-inputs.sh.exit
zstd/tests/cli-tests/dict-builder/no-inputs.sh.stderr.exact
zstd/tests/cli-tests/dictionaries/dictionary-mismatch.sh
zstd/tests/cli-tests/dictionaries/dictionary-mismatch.sh.stderr.exact
zstd/tests/cli-tests/dictionaries/golden.sh
zstd/tests/cli-tests/dictionaries/setup
zstd/tests/cli-tests/dictionaries/setup_once
zstd/tests/cli-tests/file-handling/directory-mirror.sh
zstd/tests/cli-tests/file-handling/directory-mirror.sh.stderr.exact
zstd/tests/cli-tests/file-handling/directory-mirror.sh.stdout.exact
zstd/tests/cli-tests/file-stat/compress-file-to-dir-without-write-perm.sh
zstd/tests/cli-tests/file-stat/compress-file-to-dir-without-write-perm.sh.stderr.exact
zstd/tests/cli-tests/file-stat/compress-file-to-file.sh
zstd/tests/cli-tests/file-stat/compress-file-to-file.sh.stderr.exact
zstd/tests/cli-tests/file-stat/compress-file-to-stdout.sh
zstd/tests/cli-tests/file-stat/compress-file-to-stdout.sh.stderr.exact
zstd/tests/cli-tests/file-stat/compress-stdin-to-file.sh
zstd/tests/cli-tests/file-stat/compress-stdin-to-file.sh.stderr.exact
zstd/tests/cli-tests/file-stat/compress-stdin-to-stdout.sh
zstd/tests/cli-tests/file-stat/compress-stdin-to-stdout.sh.stderr.exact
zstd/tests/cli-tests/file-stat/decompress-file-to-file.sh
zstd/tests/cli-tests/file-stat/decompress-file-to-file.sh.stderr.exact
zstd/tests/cli-tests/file-stat/decompress-file-to-stdout.sh
zstd/tests/cli-tests/file-stat/decompress-file-to-stdout.sh.stderr.exact
zstd/tests/cli-tests/file-stat/decompress-stdin-to-file.sh
zstd/tests/cli-tests/file-stat/decompress-stdin-to-file.sh.stderr.exact
zstd/tests/cli-tests/file-stat/decompress-stdin-to-stdout.sh
zstd/tests/cli-tests/file-stat/decompress-stdin-to-stdout.sh.stderr.exact
zstd/tests/cli-tests/progress/no-progress.sh
zstd/tests/cli-tests/progress/no-progress.sh.stderr.glob
zstd/tests/cli-tests/progress/progress.sh
zstd/tests/cli-tests/progress/progress.sh.stderr.glob
zstd/tests/cli-tests/zstd-symlinks/setup
zstd/tests/cli-tests/zstd-symlinks/zstdcat.sh
zstd/tests/cli-tests/zstd-symlinks/zstdcat.sh.stdout.exact
zstd/tests/dict-files/zero-weight-dict
zstd/tests/fuzz/.gitignore
zstd/tests/fuzz/Makefile
zstd/tests/fuzz/README.md
zstd/tests/fuzz/block_decompress.c
zstd/tests/fuzz/block_round_trip.c
zstd/tests/fuzz/decompress_cross_format.c
zstd/tests/fuzz/decompress_dstSize_tooSmall.c
zstd/tests/fuzz/dictionary_decompress.c
zstd/tests/fuzz/dictionary_loader.c
zstd/tests/fuzz/dictionary_round_trip.c
zstd/tests/fuzz/dictionary_stream_round_trip.c
zstd/tests/fuzz/fse_read_ncount.c
zstd/tests/fuzz/fuzz.h
zstd/tests/fuzz/fuzz.py
zstd/tests/fuzz/fuzz_data_producer.c
zstd/tests/fuzz/fuzz_data_producer.h
zstd/tests/fuzz/fuzz_helpers.c
zstd/tests/fuzz/fuzz_helpers.h
zstd/tests/fuzz/fuzz_third_party_seq_prod.h
zstd/tests/fuzz/generate_sequences.c
zstd/tests/fuzz/huf_decompress.c
zstd/tests/fuzz/huf_round_trip.c
zstd/tests/fuzz/raw_dictionary_round_trip.c
zstd/tests/fuzz/regression_driver.c
zstd/tests/fuzz/seekable_roundtrip.c
zstd/tests/fuzz/sequence_compression_api.c
zstd/tests/fuzz/simple_compress.c
zstd/tests/fuzz/simple_decompress.c
zstd/tests/fuzz/simple_round_trip.c
zstd/tests/fuzz/stream_decompress.c
zstd/tests/fuzz/stream_round_trip.c
zstd/tests/fuzz/zstd_frame_info.c
zstd/tests/fuzz/zstd_helpers.c
zstd/tests/fuzz/zstd_helpers.h
zstd/tests/fuzz/seq_prod_fuzz_example/Makefile
zstd/tests/fuzz/seq_prod_fuzz_example/README.md
zstd/tests/fuzz/seq_prod_fuzz_example/example_seq_prod.c
zstd/tests/golden-compression/PR-3517-block-splitter-corruption-test
zstd/tests/golden-compression/http
zstd/tests/golden-compression/huffman-compressed-larger
zstd/tests/golden-compression/large-literal-and-match-lengths
zstd/tests/golden-decompression/block-128k.zst
zstd/tests/golden-decompression/empty-block.zst
zstd/tests/golden-decompression/rle-first-block.zst
zstd/tests/golden-decompression/zeroSeq_2B.zst
zstd/tests/golden-decompression-errors/.gitignore
zstd/tests/golden-decompression-errors/off0.bin.zst
zstd/tests/golden-decompression-errors/zeroSeq_extraneous.zst
zstd/tests/golden-dictionaries/http-dict-missing-symbols
zstd/tests/gzip/Makefile
zstd/tests/gzip/gzip-env.sh
zstd/tests/gzip/helin-segv.sh
zstd/tests/gzip/help-version.sh
zstd/tests/gzip/hufts-segv.gz
zstd/tests/gzip/hufts.sh
zstd/tests/gzip/init.cfg
zstd/tests/gzip/init.sh
zstd/tests/gzip/keep.sh
zstd/tests/gzip/list.sh
zstd/tests/gzip/memcpy-abuse.sh
zstd/tests/gzip/mixed.sh
zstd/tests/gzip/null-suffix-clobber.sh
zstd/tests/gzip/stdin.sh
zstd/tests/gzip/test-driver.sh
zstd/tests/gzip/trailing-nul.sh
zstd/tests/gzip/unpack-invalid.sh
zstd/tests/gzip/z-suffix.sh
zstd/tests/gzip/zdiff.sh
zstd/tests/gzip/zgrep-context.sh
zstd/tests/gzip/zgrep-f.sh
zstd/tests/gzip/zgrep-signal.sh
zstd/tests/gzip/znew-k.sh
zstd/tests/regression/.gitignore
zstd/tests/regression/Makefile
zstd/tests/regression/README.md
zstd/tests/regression/config.c
zstd/tests/regression/config.h
zstd/tests/regression/data.c
zstd/tests/regression/data.h
zstd/tests/regression/levels.h
zstd/tests/regression/method.c
zstd/tests/regression/method.h
zstd/tests/regression/result.c
zstd/tests/regression/result.h
zstd/tests/regression/results.csv
zstd/tests/regression/test.c
zstd/zlibWrapper/.gitignore
zstd/zlibWrapper/BUCK
zstd/zlibWrapper/Makefile
zstd/zlibWrapper/README.md
zstd/zlibWrapper/gzclose.c
zstd/zlibWrapper/gzcompatibility.h
zstd/zlibWrapper/gzguts.h
zstd/zlibWrapper/gzlib.c
zstd/zlibWrapper/gzread.c
zstd/zlibWrapper/gzwrite.c
zstd/zlibWrapper/zstd_zlibwrapper.c
zstd/zlibWrapper/zstd_zlibwrapper.h
zstd/zlibWrapper/examples/example.c
zstd/zlibWrapper/examples/example_original.c
zstd/zlibWrapper/examples/fitblk.c
zstd/zlibWrapper/examples/fitblk_original.c
zstd/zlibWrapper/examples/minigzip.c
zstd/zlibWrapper/examples/zwrapbench.c