summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1056 from lz4/fix_opt12Yann Collet2022-01-291-0/+1
|\
| * fixed bug in optimal parserYann Collet2022-01-291-0/+1
* | added testYann Collet2022-01-291-0/+1
|/
* Fix typos found by codespellDimitri Papadopoulos2021-11-252-2/+2
* Merge pull request #1022 from lz4/unameYann Collet2021-09-201-2/+2
|\
| * make UNAME externally definableYann Collet2021-08-161-2/+2
* | trim excess whitespacea13460542021-08-211-1/+1
* | fix warnings reported by shellcheck in shell scriptsa13460542021-08-212-2/+2
* | use the same style of hashbang for all filesa13460542021-08-212-2/+2
* | fix broken hashbangsa13460542021-08-212-2/+2
|/
* minor documentation for unicode_lintYann Collet2021-08-091-5/+9
* tests(tests/unicode_lint.sh): expand unicode lint to the ./tests/ directoryNate2021-08-081-1/+10
* nit(tests/unicode_lint.sh): standardize failure format messageNate2021-08-081-1/+1
* tests(unicode_lint.sh): create: lint source files in ./lib/ and ./programs/ f...Nate2021-08-081-0/+35
* fixed minor type, reported by @mwgameraYann Collet2021-08-061-2/+2
* Fix g++-4.4 warningTakayuki Matsuoka2021-05-301-1/+1
* fix UB lz4:988 and lz4:1178Yann Collet2021-05-281-1/+4
* fix strange printf formatting warningYann Collet2020-12-011-10/+11
* fix CFLAGS unexport issueYann Collet2020-12-011-1/+1
* updated license & header datesYann Collet2020-11-258-9/+9
* 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