summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-1/+1
* Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-11-091-1/+1
|\
| * Remove fasttest when cleaningNick Terrell2016-11-091-1/+1
* | introduced LZ4_COMPILED_AS_DLLPrzemyslaw Skibinski2016-11-091-4/+12
|/
* VS project: added setargv.objPrzemyslaw Skibinski2016-11-081-2/+2
* added test-lz4-speed.pyPrzemyslaw Skibinski2016-11-081-0/+351
* 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