summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin2017-03-231-0/+8
* added `extern C` for lz4.h static sectionYann Collet2017-03-171-1/+1
* LZ4_compress_HC_continue_destSize() works as intended up to level 10Yann Collet2017-03-161-1/+1
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-29/+55
* created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet2017-03-161-3/+4
* tests: fuzzer: Add test for LZ4_compressHC_destSizeremittor2017-03-081-2/+38
* Fix test-lz4-basicDmitry V. Levin2017-03-051-3/+3
* remove MOREFLAGS from test-lz4c32Przemyslaw Skibinski2017-02-161-1/+0
* circle.yml: fixed lz4c32 target (2)Przemyslaw Skibinski2017-02-151-1/+1
* circle.yml: fixed lz4c32 targetPrzemyslaw Skibinski2017-02-151-1/+1
* improved Circle CI testsPrzemyslaw Skibinski2017-02-151-0/+1
* Don't use "foo && false || true"Eric Siegerman2017-02-141-19/+19
* added OpenBSD NetBSD SunOS to list of supported `make install` OSesPrzemyslaw Skibinski2017-02-101-3/+3
* added "This Makefile is validated for"Przemyslaw Skibinski2017-01-191-0/+2
* fuzzer: tests more compression levelsPrzemyslaw Skibinski2016-12-281-17/+17
* LZ4HC_getSearchNumPrzemyslaw Skibinski2016-12-281-1/+1
* added FUZ_CLEVEL_DEFAULTPrzemyslaw Skibinski2016-12-281-7/+8
* improved test-lz4-opt-parserPrzemyslaw Skibinski2016-12-271-5/+10
* added test-lz4-opt-parserPrzemyslaw Skibinski2016-12-271-1/+9
* Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-12-271-0/+7
|\
| * Merge pull request #292 from inikep/devYann Collet2016-12-225-120/+18
| |\
| * | LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...Yann Collet2016-12-211-0/+7
* | | Solaris: working "make install"Przemyslaw Skibinski2016-12-221-1/+1
* | | "make test" is now compatible with SolarisPrzemyslaw Skibinski2016-12-221-16/+22
| |/ |/|
* | test Large File support for Mac OS-X in 32-bits modePrzemyslaw Skibinski2016-12-211-1/+1
* | util.h and platform.h based on zstdPrzemyslaw Skibinski2016-12-213-2/+4
* | fixed gcc 4.4 supportPrzemyslaw Skibinski2016-12-211-4/+12
* | improved MinGW supportPrzemyslaw Skibinski2016-12-211-3/+3
* | executables use basic types from util.hPrzemyslaw Skibinski2016-12-215-106/+8
* | executables use platform.hPrzemyslaw Skibinski2016-12-201-15/+1
|/
* fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z)Yann Collet2016-12-081-0/+5
* fixed test-lz4c32Yann Collet2016-12-071-3/+3
* fix #284, reported by @beiDei8z : added test cases for path/to/lz4catYann Collet2016-12-071-3/+11
* fix : invocation of path/to/unlz4 (#284), reported by @beiDei8zYann Collet2016-12-071-2/+13
* fix #283 : implement LZ4_versionString().Yann Collet2016-12-041-1/+1
* fix minor analyzer warningYann Collet2016-11-221-1/+1
* added a few datesYann Collet2016-11-211-1/+1
* fixed #272 (compilation fails on gcc 4.4), reported by @totaamYann Collet2016-11-191-1/+1
* fixed strict aliasing warnings in fasttestYann Collet2016-11-171-9/+2
* fixed versionsTestYann Collet2016-11-172-2/+3
* added v1.x.y to versions testsYann Collet2016-11-173-1/+5
* fix 32-bits mode.Yann Collet2016-11-173-180/+120
* MinGW doesn't require the import library at allPrzemyslaw Skibinski2016-11-161-1/+1
* DLL dependencies moved to lib/dll/Przemyslaw Skibinski2016-11-151-1/+1