summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add a Benchmarking Tool For Compression with Context Re-UseW. Felix Handte2018-03-122-2/+299
* added target make checkYann Collet2018-02-261-13/+16
* added checkTagYann Collet2018-01-153-1/+84
* object files in /testsYann Collet2017-12-271-5/+10
* lz4opt supports _destSizeYann Collet2017-12-221-7/+8
* /tests programs compiled with LZ4_DEBUG=1Yann Collet2017-12-222-25/+24
* unified HC levelsYann Collet2017-11-031-6/+6
* Add some tests verifying command line dictionary functionalityW. Felix Handte2017-10-101-1/+28
* removed test-fasttestYann Collet2017-08-251-1/+1
* fixed make recurrence from /testsYann Collet2017-08-251-9/+3
* removed fasttestYann Collet2017-08-252-163/+2
* minor : added header licenseYann Collet2017-08-242-8/+31
* make test is compatible with parallel execution (-j#)Yann Collet2017-08-211-128/+125
* cli : restored command -BX to enable block checksum (#322)Yann Collet2017-08-121-0/+1
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-2/+26
* implemented lz4frame decompression APIYann Collet2017-08-101-3/+64
* support dictionary compression with independent blocksYann Collet2017-08-101-0/+30
* dictionary compression correctly uses compression levelYann Collet2017-08-101-0/+24
* implemented dictionary compression in lz4frameYann Collet2017-08-091-1/+27
* added dictID inside LZ4F_frameInfo_tYann Collet2017-08-091-85/+76
* tests/Makefile: don't use LIBDIR as variableJussi Kukkonen2017-06-261-13/+13
* report where decompression ends (#313)Yann Collet2017-06-121-0/+3
* fix (minor) g++ compatibility for frametestYann Collet2017-05-111-1/+1
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-101-16/+29
* fixed c_standards testsYann Collet2017-05-101-1/+2
* lz4frame : Added negative compression levelsYann Collet2017-04-091-1/+11
* added LZ4F_resetDecompressionContext()Yann Collet2017-03-291-22/+22
* Safer LZ4_getFrameInfo()Yann Collet2017-03-291-9/+17
* cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin2017-03-231-0/+8
* added `extern C` for lz4.h static sectionYann Collet2017-03-171-1/+1
* LZ4_compress_HC_continue_destSize() works as intended up to level 10Yann Collet2017-03-161-1/+1
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-29/+55
* created LZ4_HC_STATIC_LINKING_ONLY sectionYann Collet2017-03-161-3/+4
* tests: fuzzer: Add test for LZ4_compressHC_destSizeremittor2017-03-081-2/+38
* Fix test-lz4-basicDmitry V. Levin2017-03-051-3/+3
* remove MOREFLAGS from test-lz4c32Przemyslaw Skibinski2017-02-161-1/+0
* circle.yml: fixed lz4c32 target (2)Przemyslaw Skibinski2017-02-151-1/+1
* circle.yml: fixed lz4c32 targetPrzemyslaw Skibinski2017-02-151-1/+1
* improved Circle CI testsPrzemyslaw Skibinski2017-02-151-0/+1
* Don't use "foo && false || true"Eric Siegerman2017-02-141-19/+19