zstd/build/cmake
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
..
CMakeModules CMake improvements 2017-05-24 10:56:35 +02:00
contrib separate DDict logic into its own module 2018-10-23 17:25:49 -07:00
lib created zstd_decompress_block module 2018-10-25 16:28:41 -07:00
programs created zstd_decompress_block module 2018-10-25 16:28:41 -07:00
tests separate DDict logic into its own module 2018-10-23 17:25:49 -07:00
.gitignore fixed VS2017Community build script 2018-10-03 18:42:44 -07:00
CMakeLists.txt Cmake now builds with CMAKE_BUILD_TYPE=Release by default, both while 2018-08-13 20:28:52 -04:00