zstd/lib/dictBuilder
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
..
cover.c [cover] Small compression ratio improvement 2018-05-18 16:15:27 -07:00
divsufsort.c separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ 2016-04-22 12:43:18 +02:00
divsufsort.h fixed multiple minor warnings for XCode 2016-08-26 01:43:47 +02:00
zdict.c grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
zdict.h bumped version number to v1.3.4 2018-01-27 22:23:26 -08:00