aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-09-10fixed minor warning in fuzzer.cYann Collet
2018-09-10Merge branch 'dev' into partialDecodeYann Collet
2018-09-08Add support for MidnightBSDLucas Holt
2018-09-07fixed fuzzer testYann Collet
2018-09-07first sketch for a byte-accurate partial decoderYann Collet
2018-09-06Merge pull request #563 from lz4/docDictYann Collet
2018-09-05updated documentation regarding dictionary compressionYann Collet
2018-09-05removed one assert() conditionYann Collet
2018-09-05made roundTripTest fully generalYann Collet
2018-09-04fix minor cast warning for C++ compilationYann Collet
2018-09-04new test program : roundTripTestYann Collet
2018-06-27Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu
2018-06-26Fixed invalid argument test and reformatted elseJennifer Liu
2018-06-26Fixed code based on comments from pull requestJennifer Liu
2018-06-26Fixed lz4 not found error part 2Jennifer Liu
2018-06-26Fixed lz4 not found errorJennifer Liu
2018-06-25Fixed bug about file to be compressed is not presentJennifer Liu
2018-06-25Added --fast command to cliJennifer Liu
2018-06-01Fix AIX 32 bit build problem of fuzzer.cNorm Green
2018-05-21Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte
2018-05-17Add Haiku as a validated target.fbrosson
2018-05-07Merge pull request #538 from lz4/frameTestErrorYann Collet
2018-05-05small extDict : fixed side-effectYann Collet
2018-05-05fixed frametest errorYann Collet
2018-05-04Attempt to fix travisNick Terrell
2018-05-04Fix make installNick Terrell
2018-05-02removed test that might be optimized awayYann Collet
2018-05-02introduce LZ4_decoderRingBufferSize()Yann Collet
2018-04-29added a test case for LZ4_decompress_fast_usingDictCyan4973
2018-04-27Merge pull request #522 from svpv/refactorDecYann Collet
2018-04-27fuzzer.c: enabled ring buffer tests for decompress_fastAlexey Tourbin
2018-04-26Add _destSize() to FullbenchW. Felix Handte
2018-04-26lz4.c: fixed the LZ4_decompress_safe_continue caseAlexey Tourbin
2018-04-24Multiply-Include Header to Check Guard Macro CorrectnessW. Felix Handte
2018-04-24Change Over Includes in the ProjectW. Felix Handte
2018-04-24Merge pull request #512 from lz4/HC_dictYann Collet
2018-04-24Remove the Framebench ToolW. Felix Handte
2018-04-23fullbench compiled without assert()Cyan4973
2018-04-23Fix compilation error and assert.Nick Terrell
2018-04-23Fix input size validation edge casesNick Terrell
2018-04-20Add Some Simple Fuzzer TestsW. Felix Handte
2018-04-19Fix Framebench Output Buffer SizingW. Felix Handte
2018-04-19Fix CastW. Felix Handte
2018-04-19Print Failure Message in FramebenchW. Felix Handte
2018-04-19Switch to Unaligned Samples to Compress Different Blobs Each TimeW. Felix Handte
2018-04-19Fix Framebench StatisticsW. Felix Handte
2018-04-19Add Run Name to Frame Bench OutputW. Felix Handte
2018-04-19Auto-Calculate Appropriate Repetition CountW. Felix Handte
2018-04-19Print More Detailed Results Inside bench(), Add Compression LevelsW. Felix Handte
2018-04-19Check Compressed Buffer is Correct in Frame BenchW. Felix Handte