summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix test-lz4-basicDmitry V. Levin2017-03-051-3/+3
| | | | | | | | | When no output filename is specified and stdout is not a terminal, lz4 doesn't attempt to guess an output filename and uses stdout for output. This change fixes test-lz4-basic when run without a terminal by specifying output filenames.
* 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
| | | | | | | | | Replace it with either: test ! -f $FILE_THAT_SHOULD_NOT_EXIST or: ! $COMMAND_THAT_SHOULD_FAIL as appropriate.
* 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
|\ | | | | | | | | # Conflicts: # lib/Makefile
| * Merge pull request #292 from inikep/devYann Collet2016-12-225-120/+18
| |\ | | | | | | improved POSIX
| * | LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and ↵Yann Collet2016-12-211-0/+7
| | | | | | | | | | | | LZ4F_compressEnd() [#290, suggested by @vtermanis]
* | | 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
| | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode
* 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 ↵Yann Collet2016-11-141-4/+5
| | | | environment
* 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
| | | | fix g++ conversion warning
* 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
|