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 |
inikep
|
2a74609b90
|
zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions
|
2016-06-03 14:53:51 +02:00 |
inikep
|
3763c77f6b
|
defaultCustomNULL replaced with defaultCustomMem
|
2016-06-03 13:28:20 +02:00 |
inikep
|
db2f540414
|
added defaultCustomNULL
|
2016-06-03 12:56:56 +02:00 |
inikep
|
ff9114aee3
|
zlibWrapper: added support for custom memory allocation functions
|
2016-06-02 16:52:36 +02:00 |
inikep
|
c4807f4d2f
|
default custom allocation functions moved to zstd_internal.h
|
2016-06-02 15:11:39 +02:00 |
inikep
|
a6b942018d
|
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070
# Conflicts:
# .travis.yml
# Makefile
# lib/common/zstd_static.h
# programs/Makefile
# projects/VS2008/zstd/zstd.vcproj
# projects/VS2008/zstdlib/zstdlib.vcproj
# projects/cmake/lib/CMakeLists.txt
# projects/cmake/programs/CMakeLists.txt
|
2016-06-01 00:07:09 +02:00 |
inikep
|
f772bf54a5
|
support for skippable frames
|
2016-05-31 12:43:46 +02:00 |
Yann Collet
|
c46fb924df
|
added dictionary ID (incomplete)
|
2016-05-29 05:01:04 +02:00 |
inikep
|
fb5df613cf
|
zstd_stats.h included only in debug mode
|
2016-05-24 15:36:37 +02:00 |
inikep
|
35b891c5b0
|
zstd_stats.h updated to v0.6
|
2016-05-20 19:42:20 +02:00 |
Yann Collet
|
ddb8ebd5b3
|
Stricter gnu90 tests
|
2016-05-05 04:59:53 +02:00 |
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |