Yann Collet
|
6c6e1751f6
|
use ZSTD_getParams() to simplify code
|
2016-06-27 15:28:45 +02:00 |
|
Yann Collet
|
3d2cd7f816
|
Introduced ZSTD_getParams()
bench now uses ZSTD_createCDict_advanced()
|
2016-06-27 15:12:26 +02:00 |
|
Yann Collet
|
529d9c7dee
|
updated version to v0.7.2
|
2016-06-27 10:03:10 +02:00 |
|
Yann Collet
|
a49e066b26
|
clarified comments on ZSTD_compressContinue()
|
2016-06-21 11:54:03 +02:00 |
|
Yann Collet
|
d4f38d0dcd
|
updated library to v0.7.1
|
2016-06-21 10:15:43 +02:00 |
|
Yann Collet
|
45c03c564f
|
fixed corruption with inter-blocks repeated offsets
|
2016-06-14 13:46:11 +02:00 |
|
Yann Collet
|
302fb53a76
|
Removed ZSTD_*_usingPrepared?Ctx() declaration from public space
|
2016-06-07 12:16:49 +02:00 |
|
Yann Collet
|
81e13ef7cf
|
first implementation of the new dictionary API (untested)
|
2016-06-07 00:51:51 +02:00 |
|
Yann Collet
|
673f0d7cdc
|
new frame format, allowing custom window size
|
2016-06-06 00:26:38 +02:00 |
|
Yann Collet
|
49bb0041af
|
removed ZSTD_highbit() from zstd_internal.h , as it is only used by zstd_compress.c
|
2016-06-04 20:17:38 +02:00 |
|
Yann Collet
|
d3b7f8d21f
|
Merged zstd_static.h into zstd.h . Now requires ZSTD_STATIC_LINKING_ONLY macro
|
2016-06-04 19:47:02 +02:00 |
|
Yann Collet
|
0c5e8b17ad
|
moved xxhash to lib/common
|
2016-05-29 01:06:30 +02:00 |
|
Yann Collet
|
de4d4da52d
|
changed version to 0.6.2
removed make-controlled version (now used from zstd.h)
removed std=c99 by default
added : c90/gno90/c99/gnu99/c11 tests
|
2016-05-20 12:20:12 +02:00 |
|
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
|