summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update Meson build to 1.9.4Tristan Partin2022-10-2013-283/+425
* added test able to catch bug #1167Yann Collet2022-09-151-0/+1
* add a test to catch issue #1164Yann Collet2022-09-141-0/+6
* added LZ4F_compressUpdate() in fullbenchYann Collet2022-09-081-0/+30
* Fix: replace strtoull with _strtoui64 for MSVC2010Takayuki Matsuoka2022-08-121-0/+8
* Fix: remove unused valueTakayuki Matsuoka2022-08-121-1/+0
* Suppress false positive warning from MSVC (fuzzer.c)Takayuki Matsuoka2022-08-121-2/+10
* Suppress false positive warning from MSVC (datagencli.c)Takayuki Matsuoka2022-08-121-28/+4
* Remove test-freestanding from tests/Makefile "all" and "test"Takayuki Matsuoka2022-08-081-2/+2
* Fix: Ignore exitcode of strace and ltraceTakayuki Matsuoka2022-08-071-2/+2
* Fix: implement empty _start and main for non-Linux or x86-64 platformsTakayuki Matsuoka2022-08-071-4/+6
* Fix: Add extern "C" to all standard C replacement functionsTakayuki Matsuoka2022-08-071-13/+16
* Fix for ctocpptestTakayuki Matsuoka2022-08-071-13/+16
* Add LZ4_FREESTANDING test on Linux x86-64 platformTakayuki Matsuoka2022-08-073-3/+244
* fix: various typosDominique Pelle2022-07-311-1/+1
* extend disabling checksum validation to normal lz4 CLI decompressionYann Collet2022-07-291-1/+1
* added options.skipChecksums to local fuzzer testYann Collet2022-07-291-0/+1
* introduced new `--no-crc` commandYann Collet2022-07-291-0/+2
* implement decoder-only benchmark modeYann Collet2022-07-292-1/+5
* test independence for parallel runYann Collet2022-07-171-206/+228
* Merge pull request #1115 from lz4/lz4f_customMemYann Collet2022-07-161-4/+63
|\
| * implemented LZ4F_createCDict_advanced()Yann Collet2022-07-131-2/+9
| * Merge branch 'dev' into lz4f_customMemYann Collet2022-07-131-3/+3
| |\
| * | implemented first custom memory manager interfaceYann Collet2022-07-131-4/+56
* | | Merge pull request #1119 from lz4/skipFramesYann Collet2022-07-153-3/+13
|\ \ \
| * | | support skippable frames within pipeYann Collet2022-07-153-3/+13
| | |/ | |/|
* | | fix decompress-partial-usingDict.cYann Collet2022-07-151-11/+26
|/ /
* | fix stricter enum type requirements for C++Yann Collet2022-07-131-3/+3
|/
* minor : specify min versions for library version identifiersYann Collet2022-07-121-0/+1
* generalize across all 3 ABI architecturesYann Collet2022-07-122-70/+85
* write liblz4 dynamic library versionYann Collet2022-07-123-13/+28
* first ABI compat testsYann Collet2022-07-124-1/+377
* Merge pull request #1099 from lz4/pr1094_frametestYann Collet2022-07-051-12/+26
|\
| * update frametest for new condition for uncompressedUpdateYann Collet2022-07-051-13/+10
| * added fuzzer test for LZ4F_uncompressedUpdate in frametestYann Collet2022-07-011-12/+29
* | clarify yet another time what dual-license meansYann Collet2022-07-041-2/+2
* | fixed minor leakYann Collet2022-07-011-1/+1
* | fixed -tmYann Collet2022-07-011-0/+5
* | fail on requesting to process 3+ file names in legacy modeYann Collet2022-07-011-5/+4
* | tests: add tests for `LZ4_decompress_safe_partial_usingDict`Qi Wang2022-06-075-8/+168
|/
* added target test-compile-with-lz4-memory-usageYann Collet2022-01-311-0/+8
* Introduce MIN and MAX bounds to LZ4_MEMORY_USAGEYann Collet2022-01-311-9/+10
* Merge pull request #1060 from gabrielstedman/list_test_fixYann Collet2022-01-291-42/+49
|\
| * Correctly use temp folder variableGabriel2022-01-291-1/+1
| * Convert all strings to fstrings && avoid usage of shell for PopenGabriel2022-01-291-40/+45
| * Ensure list test exits with appropiate exit code on failureGabriel2022-01-291-1/+3
* | --test and --list return an error when parsing invalid fileYann Collet2022-01-291-1/+1
|/
* 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
|/