zstd/build/cmake/lib
Yann Collet 2b4914082e created zstd_decompress_block module
isolate all logic associated with block decompression
into its own module.

zstd_decompress is still in charge
of context creation/destruction,
frames, headers, streaming, special blocks, etc.

Compressed blocks themselves are now handled within zstd_decompress_block .
2018-10-25 16:28:41 -07:00
..
.gitignore ignore more cmake build artefacts 2017-04-21 10:59:36 -07:00
CMakeLists.txt created zstd_decompress_block module 2018-10-25 16:28:41 -07:00
cmake_uninstall.cmake.in CMake: various configure_file fixes to use CMAKE_CURRENT_SOURCE_DIR 2017-04-20 19:30:38 -07:00
pkgconfig.cmake Create and install pkg-config file with cmake 2017-04-19 21:34:17 +02:00