summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixed minor warning in fuzzer.cYann Collet2018-09-101-1/+0
* Merge branch 'dev' into partialDecodeYann Collet2018-09-101-1/+1
|\
| * Add support for MidnightBSDLucas Holt2018-09-081-1/+1
* | fixed fuzzer testYann Collet2018-09-081-3/+4
* | first sketch for a byte-accurate partial decoderYann Collet2018-09-072-22/+32
|/
* Merge pull request #563 from lz4/docDictYann Collet2018-09-061-1/+2
|\
| * updated documentation regarding dictionary compressionYann Collet2018-09-052-2/+7
* | removed one assert() conditionYann Collet2018-09-051-5/+10
* | made roundTripTest fully generalYann Collet2018-09-051-28/+73
* | fix minor cast warning for C++ compilationYann Collet2018-09-052-4/+7
* | new test program : roundTripTestYann Collet2018-09-043-1/+208
|/
* Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu2018-06-271-2/+1
* Fixed invalid argument test and reformatted elseJennifer Liu2018-06-271-2/+2
* Fixed code based on comments from pull requestJennifer Liu2018-06-271-2/+7
* Fixed lz4 not found error part 2Jennifer Liu2018-06-261-3/+3
* Fixed lz4 not found errorJennifer Liu2018-06-261-3/+3
* Fixed bug about file to be compressed is not presentJennifer Liu2018-06-261-4/+3
* Added --fast command to cliJennifer Liu2018-06-261-0/+6
* Fix AIX 32 bit build problem of fuzzer.cNorm Green2018-06-011-1/+5
* Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte2018-05-221-1/+17
* Add Haiku as a validated target.fbrosson2018-05-171-1/+1
* Merge pull request #538 from lz4/frameTestErrorYann Collet2018-05-071-2/+7
|\
| * small extDict : fixed side-effectYann Collet2018-05-061-0/+1
| * fixed frametest errorYann Collet2018-05-061-2/+6
* | Attempt to fix travisNick Terrell2018-05-042-2/+4
* | Fix make installNick Terrell2018-05-042-1/+25
|/
* removed test that might be optimized awayYann Collet2018-05-021-2/+1
* introduce LZ4_decoderRingBufferSize()Yann Collet2018-05-021-36/+53
* added a test case for LZ4_decompress_fast_usingDictCyan49732018-04-291-12/+22
* Merge pull request #522 from svpv/refactorDecYann Collet2018-04-282-41/+82
|\
| * fuzzer.c: enabled ring buffer tests for decompress_fastAlexey Tourbin2018-04-271-40/+81
| * lz4.c: fixed the LZ4_decompress_safe_continue caseAlexey Tourbin2018-04-261-1/+1
* | Add _destSize() to FullbenchW. Felix Handte2018-04-261-6/+12
* | Multiply-Include Header to Check Guard Macro CorrectnessW. Felix Handte2018-04-241-0/+3
* | Change Over Includes in the ProjectW. Felix Handte2018-04-241-1/+2
* | Merge pull request #512 from lz4/HC_dictYann Collet2018-04-241-1/+49
|\ \
| * | Remove the Framebench ToolW. Felix Handte2018-04-242-417/+1
| * | Add Some Simple Fuzzer TestsW. Felix Handte2018-04-201-1/+49
| * | Fix Framebench Output Buffer SizingW. Felix Handte2018-04-201-0/+3
| * | Fix CastW. Felix Handte2018-04-201-2/+3
| * | Print Failure Message in FramebenchW. Felix Handte2018-04-201-2/+16
| * | Switch to Unaligned Samples to Compress Different Blobs Each TimeW. Felix Handte2018-04-201-32/+21
| * | Fix Framebench StatisticsW. Felix Handte2018-04-201-3/+3
| * | Add Run Name to Frame Bench OutputW. Felix Handte2018-04-201-6/+9
| * | Auto-Calculate Appropriate Repetition CountW. Felix Handte2018-04-201-38/+29
| * | Print More Detailed Results Inside bench(), Add Compression LevelsW. Felix Handte2018-04-201-52/+51
| * | Check Compressed Buffer is Correct in Frame BenchW. Felix Handte2018-04-201-14/+65
| * | Add HC Calls to FramebenchW. Felix Handte2018-04-201-17/+82
| * | Restore Framebench ToolW. Felix Handte2018-04-202-1/+301
| |/
* | fullbench compiled without assert()Cyan49732018-04-231-1/+2