summaryrefslogtreecommitdiffstats
path: root/tests/frametest.c
Commit message (Collapse)AuthorAgeFilesLines
...
* support dictionary compression with independent blocksYann Collet2017-08-101-0/+30
|
* dictionary compression correctly uses compression levelYann Collet2017-08-101-0/+24
| | | | Not obvious : copying the state was copying cdict's compression level
* implemented dictionary compression in lz4frameYann Collet2017-08-091-1/+27
| | | | | note : only compression API is implemented and tested still to do : decompression API
* added dictID inside LZ4F_frameInfo_tYann Collet2017-08-091-85/+76
| | | | | Compressor can set dictID on LZ4F_compressBegin() Decompressor can retrieve it using LZ4F_getFrameInfo()
* fix (minor) g++ compatibility for frametestYann Collet2017-05-111-1/+1
|
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-101-16/+29
|
* fixed c_standards testsYann Collet2017-05-101-1/+2
| | | | and added entry "make list"
* lz4frame : Added negative compression levelsYann Collet2017-04-091-1/+11
|
* added LZ4F_resetDecompressionContext()Yann Collet2017-03-291-22/+22
|
* Safer LZ4_getFrameInfo()Yann Collet2017-03-291-9/+17
| | | | | LZ4_getFrameInfo() is now guaranteed to keep dctx state clean, even in case of failure.
* Merge pull request #292 from inikep/devYann Collet2016-12-221-22/+4
|\ | | | | improved POSIX
| * util.h and platform.h based on zstdPrzemyslaw Skibinski2016-12-211-1/+1
| |
| * improved MinGW supportPrzemyslaw Skibinski2016-12-211-3/+3
| |
| * executables use basic types from util.hPrzemyslaw Skibinski2016-12-211-20/+2
| |
* | LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and ↵Yann Collet2016-12-211-0/+7
|/ | | | LZ4F_compressEnd() [#290, suggested by @vtermanis]
* fixed conversion warningsYann Collet2016-11-141-14/+12
|
* updated frametestYann Collet2016-11-111-136/+161
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
|
* test programs moved to tests/Przemyslaw Skibinski2016-11-031-0/+866