summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixed minor Visual warningYann Collet2020-11-151-1/+1
* better visual conformanceYann Collet2020-11-153-20/+12
* LZ4IO_createDict() doesn't need prefsYann Collet2020-11-141-1/+1
* proper fullbench's LZ4_calloc()Yann Collet2020-11-091-1/+1
* changed LZ4_calloc() to a 2-arguments signatureYann Collet2020-11-091-1/+1
* fix fullbench's LZ4_free()Yann Collet2020-11-091-1/+1
* Merge branch 'dev' into customMemYann Collet2020-11-092-15/+56
|\
| * Merge pull request #943 from lz4/fullbench_decYann Collet2020-11-091-3/+44
| |\
| | * fullbench: added LZ4F_decompress_noHint()Yann Collet2020-11-081-0/+35
| | * added test for LZ4_decompress_safe_withPrefix64k()Yann Collet2020-11-081-3/+9
| * | attempt at silencing cppcheckYann Collet2020-11-091-12/+12
| |/
* | first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet2020-11-092-3/+14
|/
* added similar tests for LZ4_saveDict()Yann Collet2020-11-081-1/+17
* fix #926Yann Collet2020-11-081-2/+18
* unified alignment testYann Collet2020-11-061-28/+46
* fix minor explicit castYann Collet2020-10-311-1/+1
* reduce new test stack usageYann Collet2020-10-031-10/+12
* fix cppcheck unused variable warningYann Collet2020-10-021-0/+1
* added LZ4_streamHC_t init testYann Collet2020-10-021-2/+21
* define sentinelTestYann Collet2020-10-021-2/+3
* make it possible to select SCANBUILD binary on command lineYann Collet2020-10-021-1/+1
* add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet2020-10-021-1/+3
* fix minor static analyzer warningsYann Collet2020-09-302-12/+13
* Merge pull request #923 from lz4/fix784Yann Collet2020-09-282-23/+111
|\
| * improved last literals run on LZ4_compress_destSizeYann Collet2020-09-281-8/+10
| * ensure last match not too close to endYann Collet2020-09-281-6/+8
| * fix incorrect countingYann Collet2020-09-281-1/+1
| * fix efficiency of LZ4_compress_HC_destSize()Yann Collet2020-09-281-9/+93
* | fix compressing into NULLYann Collet2020-09-261-4/+13
|/
* fixed ubsan tests with dynamic libraryYann Collet2020-09-171-0/+1
* fixed lz4frame with blocks of size 1Yann Collet2020-09-171-2/+4
* Merge branch 'usan_null' of github.com:lz4/lz4 into usan_nullYann Collet2020-09-171-2/+5
|\
| * fix #847Yann Collet2020-09-151-2/+5
* | fix ubsan testYann Collet2020-09-171-1/+1
|/
* added test triggering NULL arithmetic with usanYann Collet2020-09-151-0/+8
* fixed minor pre-existing printf formattingYann Collet2020-08-271-2/+2
* fixed strict c90 supportYann Collet2020-08-271-2/+0
* fix #783Yann Collet2020-08-271-4/+4
* Merge branch 'dev' into extraInputYann Collet2020-08-271-81/+92
|\
| * fix test under non-interactive environmentYann Collet2020-08-251-1/+1
| * added more tests around --content-sizeYann Collet2020-08-251-1/+10
| * use variables for program invocationYann Collet2020-08-251-80/+82
* | Merge branch 'dev' into extraInputYann Collet2020-08-181-9/+21
|\ \ | |/
| * Clarifies and fix EndMarkYann Collet2020-08-131-9/+21
* | fix issue #783 (#862)BellaXlp2020-08-122-3/+60
* | added test decompress-partial with extraneous input bytesYann Collet2020-08-122-10/+19
|/
* Merge pull request #895 from lz4/hugefastYann Collet2020-08-101-0/+5
|\
| * add test that breaks --fastYann Collet2020-08-101-0/+5
* | Remove dirty Field From LZ4_stream_tW. Felix Handte2020-08-061-4/+0
|/
* Merge pull request #866 from sandyharvie/devYann Collet2020-07-141-0/+18
|\