summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed conversion warningsYann Collet2016-11-142-19/+4
* clang and g++ tests restricted to native only on Travis CI Ubuntu v12 environ...Yann Collet2016-11-141-4/+5
* fixed conversion warningsYann Collet2016-11-142-22/+20
* fixed uintptr_t on pre-c99 compilersYann Collet2016-11-141-1/+2
* minor code refactoringYann Collet2016-11-141-31/+25
* fuzzer code refactoringYann Collet2016-11-131-106/+88
* fixed fuzzer errorYann Collet2016-11-121-1/+1
* enabled deprecation warnings on remaining obsolete functionsYann Collet2016-11-124-54/+60
* updated frametestYann Collet2016-11-111-136/+161
* Fixed #178 fullbench on small inputYann Collet2016-11-101-1/+3
* udated README.mdPrzemyslaw Skibinski2016-11-101-0/+48
* better MSYS/MinGW supportPrzemyslaw Skibinski2016-11-101-0/+1
* NB_LOOPS ?= -i1Przemyslaw Skibinski2016-11-101-1/+2
* changed FUZZER_TIMEPrzemyslaw Skibinski2016-11-101-1/+1
* fixed multiples files on lz4cat (#184, by @libor-m)Yann Collet2016-11-101-4/+4
* fixed synthetic benchmark modeYann Collet2016-11-091-1/+4
* fixed lz4catYann Collet2016-11-092-4/+20
* DLL exports only functions defined in liblz4.defPrzemyslaw Skibinski2016-11-091-1/+1
* create DLL with MinGW/MSYSPrzemyslaw Skibinski2016-11-091-0/+8
* LZ4_DLL_IMPORTPrzemyslaw Skibinski2016-11-091-4/+4