zstd/lib/compress
Yann Collet fa41bcc2c2 grouped debug functions into debug.h
There were 2 competing set of debug functions
within zstd_internal.h and bitstream.h.
They were mostly duplicate, and required care to avoid messing with each other.

There is now a single implementation, shared by both.

Significant change :
The macro variable ZSTD_DEBUG does no longer exist,
it has been replaced by DEBUGLEVEL,
which required modifying several source files.
2018-06-13 15:43:09 -04:00
..
fse_compress.c grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
huf_compress.c grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
zstd_compress_internal.h grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
zstd_compress.c Merge pull request #1174 from duc0/document_default_level 2018-06-12 12:09:01 -07:00
zstd_double_fast.c changed a few variable names 2018-06-04 17:10:50 -07:00
zstd_double_fast.h Skeleton for In-Place Impl for ZSTD_dfast 2018-05-25 13:13:28 -04:00
zstd_fast.c support targetlen==0 with strategy==ZSTD_fast 2018-06-07 15:49:01 -07:00
zstd_fast.h Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff 2018-05-23 17:53:03 -04:00
zstd_lazy.c Split the window state into substructure 2018-02-26 13:29:57 -08:00
zstd_lazy.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstd_ldm.c Merge branch 'dev' into staticDictCost 2018-05-24 16:21:02 -07:00
zstd_ldm.h Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff 2018-05-23 17:53:03 -04:00
zstd_opt.c minor update of literal cost function 2018-05-29 15:34:50 -07:00
zstd_opt.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstdmt_compress.c grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
zstdmt_compress.h Merge branch 'dev' into advancedDecompress 2018-03-21 06:08:28 -07:00