summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix compilation error and assert.Nick Terrell2018-04-231-1/+0
* | Fix input size validation edge casesNick Terrell2018-04-231-0/+26
|/
* edited a few traces for debuggingYann Collet2018-04-171-3/+3
* fixed fuzzer testsYann Collet2018-04-161-15/+17
* Merge branch 'dev' into lowAddrYann Collet2018-04-162-10/+106
|\
| * Further Test that ExtDictCtx Mode Produces the Exact Same OutputW. Felix Handte2018-04-131-2/+21
| * Add Tests for LZ4_attach_dictionary and FriendsW. Felix Handte2018-04-131-0/+78
| * allow system-defined CPPFLAGS in /testsYann Collet2018-04-111-1/+1
| * reduced test time on circle-ciYann Collet2018-04-111-7/+6
* | modified a few traces for debugtest49732018-04-121-1/+3
* | fix minor conversion warningtest49732018-04-101-1/+1
* | noticed a bug when re-using hash tabletest49732018-04-061-30/+29
* | fixed lz4 compression starting at small addresstest49732018-04-051-1/+1
* | Merge branch 'dev' into lowAddrtest49732018-04-042-24/+32
|\ \ | |/
| * Add Dependency to Fix Parallel `make test` RunsW. Felix Handte2018-03-211-1/+1
| * Remove Framebench ToolW. Felix Handte2018-03-142-300/+1
| * Restore checkTag CleaningW. Felix Handte2018-03-131-1/+1
| * Renames and Comment FixesW. Felix Handte2018-03-121-1/+1
| * Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte2018-03-122-8/+13
| * Avoid Resetting the Context When PossibleW. Felix Handte2018-03-121-1/+1
| * Add Bounds Check to locateBuffDiffW. Felix Handte2018-03-121-3/+5