aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-04-09lz4frame : Added negative compression levelsYann Collet
2017-03-28added LZ4F_resetDecompressionContext()Yann Collet
2017-03-28Safer LZ4_getFrameInfo()Yann Collet
2017-03-23cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin
2017-03-17added `extern C` for lz4.h static sectionYann Collet
2017-03-16LZ4_compress_HC_continue_destSize() works as intended up to level 10Yann Collet
2017-03-16LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet
2017-03-16created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet
2017-03-08tests: fuzzer: Add test for LZ4_compressHC_destSizeremittor
2017-03-05Fix test-lz4-basicDmitry V. Levin
2017-02-16remove MOREFLAGS from test-lz4c32Przemyslaw Skibinski
2017-02-15circle.yml: fixed lz4c32 target (2)Przemyslaw Skibinski
2017-02-15circle.yml: fixed lz4c32 targetPrzemyslaw Skibinski
2017-02-15improved Circle CI testsPrzemyslaw Skibinski
2017-02-14Don't use "foo && false || true"Eric Siegerman
2017-02-10added OpenBSD NetBSD SunOS to list of supported `make install` OSesPrzemyslaw Skibinski
2017-01-19added "This Makefile is validated for"Przemyslaw Skibinski
2016-12-28fuzzer: tests more compression levelsPrzemyslaw Skibinski
2016-12-28LZ4HC_getSearchNumPrzemyslaw Skibinski
2016-12-28added FUZ_CLEVEL_DEFAULTPrzemyslaw Skibinski
2016-12-27improved test-lz4-opt-parserPrzemyslaw Skibinski
2016-12-27added test-lz4-opt-parserPrzemyslaw Skibinski
2016-12-27Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski
2016-12-23Solaris: working "make install"Przemyslaw Skibinski
2016-12-22"make test" is now compatible with SolarisPrzemyslaw Skibinski
2016-12-22Merge pull request #292 from inikep/devYann Collet
2016-12-21test Large File support for Mac OS-X in 32-bits modePrzemyslaw Skibinski
2016-12-21util.h and platform.h based on zstdPrzemyslaw Skibinski
2016-12-21LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...Yann Collet
2016-12-21fixed gcc 4.4 supportPrzemyslaw Skibinski
2016-12-21improved MinGW supportPrzemyslaw Skibinski
2016-12-21executables use basic types from util.hPrzemyslaw Skibinski
2016-12-20executables use platform.hPrzemyslaw Skibinski
2016-12-08fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z)Yann Collet
2016-12-07fixed test-lz4c32Yann Collet
2016-12-07fix #284, reported by @beiDei8z : added test cases for path/to/lz4catYann Collet
2016-12-07fix : invocation of path/to/unlz4 (#284), reported by @beiDei8zYann Collet
2016-12-04fix #283 : implement LZ4_versionString().Yann Collet
2016-11-21fix minor analyzer warningYann Collet
2016-11-21added a few datesYann Collet
2016-11-18fixed #272 (compilation fails on gcc 4.4), reported by @totaamYann Collet
2016-11-17fixed strict aliasing warnings in fasttestYann Collet
2016-11-17fixed versionsTestYann Collet
2016-11-17added v1.x.y to versions testsYann Collet
2016-11-17fix 32-bits mode.Yann Collet
2016-11-16MinGW doesn't require the import library at allPrzemyslaw Skibinski
2016-11-15DLL dependencies moved to lib/dll/Przemyslaw Skibinski
2016-11-14fixed conversion warningsYann Collet
2016-11-14clang and g++ tests restricted to native only on Travis CI Ubuntu v12 environ...Yann Collet
2016-11-14fixed conversion warningsYann Collet