summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* improved test-lz4-opt-parserPrzemyslaw Skibinski2016-12-271-5/+10
* added test-lz4-opt-parserPrzemyslaw Skibinski2016-12-271-1/+9
* 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
* executables use basic types from util.hPrzemyslaw Skibinski2016-12-211-1/+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
* fixed #272 (compilation fails on gcc 4.4), reported by @totaamYann Collet2016-11-191-1/+1
* fixed versionsTestYann Collet2016-11-171-0/+1
* added v1.x.y to versions testsYann Collet2016-11-171-0/+1
* fix 32-bits mode.Yann Collet2016-11-171-114/+108
* 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-141-1/+2
* clang and g++ tests restricted to native only on Travis CI Ubuntu v12 environ...Yann Collet2016-11-141-4/+5
* enabled deprecation warnings on remaining obsolete functionsYann Collet2016-11-121-1/+1
* 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-091-4/+16
* DLL exports only functions defined in liblz4.defPrzemyslaw Skibinski2016-11-091-1/+1
* create DLL with MinGW/MSYSPrzemyslaw Skibinski2016-11-091-0/+8
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-1/+1
* Remove fasttest when cleaningNick Terrell2016-11-091-1/+1
* joined arm and aarch64 testsPrzemyslaw Skibinski2016-11-081-0/+2
* err0r(LZ4F_errorCodes code) uses ptrdiff_tPrzemyslaw Skibinski2016-11-081-1/+1
* test powerpc64Przemyslaw Skibinski2016-11-081-1/+2
* tests\Makefile: added test-platformPrzemyslaw Skibinski2016-11-081-2/+8
* added "make c_standards"Przemyslaw Skibinski2016-11-071-2/+2
* Fix LZ4_decompress_fast_continue() bugNick Terrell2016-11-051-1/+7
* Merge pull request #252 from inikep/devYann Collet2016-11-041-2/+1
|\
| * redefined VOID for Windows/MSYSPrzemyslaw Skibinski2016-11-041-2/+1
* | Return error if input file does not exist.Nick Terrell2016-11-041-0/+5
|/
* Fix tests for test modeNick Terrell2016-11-041-1/+4
* updated programs/README.mdPrzemyslaw Skibinski2016-11-031-1/+1
* versionsTests moved to tests/Przemyslaw Skibinski2016-11-031-1/+6
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* test programs moved to tests/Przemyslaw Skibinski2016-11-031-0/+280