Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fullbench compiled without assert() | Cyan4973 | 2018-04-23 | 1 | -1/+2 |
| | | | | to better reflect release speed | ||||
* | Merge branch 'dev' into lowAddr | Yann Collet | 2018-04-16 | 1 | -8/+7 |
|\ | |||||
| * | allow system-defined CPPFLAGS in /tests | Yann Collet | 2018-04-11 | 1 | -1/+1 |
| | | |||||
| * | reduced test time on circle-ci | Yann Collet | 2018-04-11 | 1 | -7/+6 |
| | | |||||
* | | Merge branch 'dev' into lowAddr | test4973 | 2018-04-04 | 1 | -13/+16 |
|\ \ | |/ | |||||
| * | Add Dependency to Fix Parallel `make test` Runs | W. Felix Handte | 2018-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | When run with `-jN`, the `rm tmp*` can run in the middle of the `test-lz4-dict` job, which will then fail, finding its files to have been axed. This adds a dependency between the two. | ||||
| * | added target make check | Yann Collet | 2018-02-26 | 1 | -13/+16 |
| | | | | | | | | | | | | | | | | | | | | according to GNU Makefile conventions, the Makefile should feature a make check target to self-test the generated program: https://www.gnu.org/prep/standards/html_node/Standard-Targets.html . this is much less thorough and less taxing than `make test`, and can be run on any target in a reasonable timeframe (several seconds). | ||||
* | | added low address fuzzer tests | test4973 | 2018-03-21 | 1 | -1/+2 |
|/ | |||||
* | added checkTag | Yann Collet | 2018-01-15 | 1 | -1/+4 |
| | | | | | checkTag verifies that provided tag and library version match. It's started automatically in circleCI when a new tag is created. | ||||
* | object files in /tests | Yann Collet | 2017-12-27 | 1 | -5/+10 |
| | | | | | | object files created from /tests are compiled with specific flags (`-g -DLZ4_DEBUG=1`) which are not welcomed in release binary. `lib/*.o` files created from /tests are now stored in /tests, to avoid unintentional mix. | ||||
* | /tests programs compiled with LZ4_DEBUG=1 | Yann Collet | 2017-12-22 | 1 | -2/+3 |
| | | | | to enable assert() within /lib | ||||
* | Add some tests verifying command line dictionary functionality | W. Felix Handte | 2017-10-10 | 1 | -1/+28 |
| | |||||
* | removed test-fasttest | Yann Collet | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | fixed make recurrence from /tests | Yann Collet | 2017-08-25 | 1 | -9/+3 |
| | |||||
* | removed fasttest | Yann Collet | 2017-08-25 | 1 | -8/+2 |
| | |||||
* | minor : added header license | Yann Collet | 2017-08-24 | 1 | -2/+1 |
| | |||||
* | make test is compatible with parallel execution (-j#) | Yann Collet | 2017-08-21 | 1 | -128/+125 |
| | | | | each test section runs with its own set of files | ||||
* | cli : restored command -BX to enable block checksum (#322) | Yann Collet | 2017-08-12 | 1 | -0/+1 |
| | |||||
* | tests/Makefile: don't use LIBDIR as variable | Jussi Kukkonen | 2017-06-26 | 1 | -13/+13 |
| | | | | | LIBDIR may be overriden with a environment variable: In this case make clean breaks in tests/. Use another variable name. | ||||
* | report where decompression ends (#313) | Yann Collet | 2017-06-12 | 1 | -0/+3 |
| | | | | | suggested by @ehem note : only works for files < 2 GB | ||||
* | cli: add GNU separator -- specifying that all following arguments are files | Dmitry V. Levin | 2017-03-23 | 1 | -0/+8 |
| | | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility. | ||||
* | Fix test-lz4-basic | Dmitry V. Levin | 2017-03-05 | 1 | -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-lz4c32 | Przemyslaw Skibinski | 2017-02-16 | 1 | -1/+0 |
| | |||||
* | circle.yml: fixed lz4c32 target (2) | Przemyslaw Skibinski | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | circle.yml: fixed lz4c32 target | Przemyslaw Skibinski | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | improved Circle CI tests | Przemyslaw Skibinski | 2017-02-15 | 1 | -0/+1 |
| | |||||
* | Don't use "foo && false || true" | Eric Siegerman | 2017-02-14 | 1 | -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` OSes | Przemyslaw Skibinski | 2017-02-10 | 1 | -3/+3 |
| | |||||
* | added "This Makefile is validated for" | Przemyslaw Skibinski | 2017-01-19 | 1 | -0/+2 |
| | |||||
* | improved test-lz4-opt-parser | Przemyslaw Skibinski | 2016-12-27 | 1 | -5/+10 |
| | |||||
* | added test-lz4-opt-parser | Przemyslaw Skibinski | 2016-12-27 | 1 | -1/+9 |
| | |||||
* | Solaris: working "make install" | Przemyslaw Skibinski | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | "make test" is now compatible with Solaris | Przemyslaw Skibinski | 2016-12-22 | 1 | -16/+22 |
| | |||||
* | test Large File support for Mac OS-X in 32-bits mode | Przemyslaw Skibinski | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | executables use basic types from util.h | Przemyslaw Skibinski | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z) | Yann Collet | 2016-12-08 | 1 | -0/+5 |
| | |||||
* | fixed test-lz4c32 | Yann Collet | 2016-12-07 | 1 | -3/+3 |
| | |||||
* | fix #284, reported by @beiDei8z : added test cases for path/to/lz4cat | Yann Collet | 2016-12-07 | 1 | -3/+11 |
| | |||||
* | fix : invocation of path/to/unlz4 (#284), reported by @beiDei8z | Yann Collet | 2016-12-07 | 1 | -2/+13 |
| | |||||
* | fixed #272 (compilation fails on gcc 4.4), reported by @totaam | Yann Collet | 2016-11-19 | 1 | -1/+1 |
| | |||||
* | fixed versionsTest | Yann Collet | 2016-11-17 | 1 | -0/+1 |
| | |||||
* | added v1.x.y to versions tests | Yann Collet | 2016-11-17 | 1 | -0/+1 |
| | |||||
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -114/+108 |
| | | | | | | 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 all | Przemyslaw Skibinski | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | DLL dependencies moved to lib/dll/ | Przemyslaw Skibinski | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | fixed conversion warnings | Yann Collet | 2016-11-14 | 1 | -1/+2 |
| | |||||
* | clang and g++ tests restricted to native only on Travis CI Ubuntu v12 ↵ | Yann Collet | 2016-11-14 | 1 | -4/+5 |
| | | | | environment | ||||
* | enabled deprecation warnings on remaining obsolete functions | Yann Collet | 2016-11-12 | 1 | -1/+1 |
| | |||||
* | better MSYS/MinGW support | Przemyslaw Skibinski | 2016-11-10 | 1 | -0/+1 |
| | |||||
* | NB_LOOPS ?= -i1 | Przemyslaw Skibinski | 2016-11-10 | 1 | -1/+2 |
| |