aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-08-13Fix: replace strtoull with _strtoui64 for MSVC2010Takayuki Matsuoka
2022-08-13Fix: remove unused valueTakayuki Matsuoka
2022-08-13Suppress false positive warning from MSVC (fuzzer.c)Takayuki Matsuoka
2022-08-13Suppress false positive warning from MSVC (datagencli.c)Takayuki Matsuoka
2022-08-08Remove test-freestanding from tests/Makefile "all" and "test"Takayuki Matsuoka
2022-08-07Fix: Ignore exitcode of strace and ltraceTakayuki Matsuoka
2022-08-07Fix: implement empty _start and main for non-Linux or x86-64 platformsTakayuki Matsuoka
2022-08-07Fix: Add extern "C" to all standard C replacement functionsTakayuki Matsuoka
2022-08-07Fix for ctocpptestTakayuki Matsuoka
2022-08-07Add LZ4_FREESTANDING test on Linux x86-64 platformTakayuki Matsuoka
2022-07-31fix: various typosDominique Pelle
2022-07-29extend disabling checksum validation to normal lz4 CLI decompressionYann Collet
2022-07-29added options.skipChecksums to local fuzzer testYann Collet
2022-07-29introduced new `--no-crc` commandYann Collet
2022-07-29implement decoder-only benchmark modeYann Collet
2022-07-17test independence for parallel runYann Collet
2022-07-15Merge pull request #1115 from lz4/lz4f_customMemYann Collet
2022-07-15Merge pull request #1119 from lz4/skipFramesYann Collet
2022-07-15support skippable frames within pipeYann Collet
2022-07-15fix decompress-partial-usingDict.cYann Collet
2022-07-14implemented LZ4F_createCDict_advanced()Yann Collet
2022-07-13Merge branch 'dev' into lz4f_customMemYann Collet
2022-07-13implemented first custom memory manager interfaceYann Collet
2022-07-13fix stricter enum type requirements for C++Yann Collet
2022-07-12minor : specify min versions for library version identifiersYann Collet
2022-07-12generalize across all 3 ABI architecturesYann Collet
2022-07-12write liblz4 dynamic library versionYann Collet
2022-07-12first ABI compat testsYann Collet
2022-07-05Merge pull request #1099 from lz4/pr1094_frametestYann Collet
2022-07-05update frametest for new condition for uncompressedUpdateYann Collet
2022-07-04clarify yet another time what dual-license meansYann Collet
2022-07-01added fuzzer test for LZ4F_uncompressedUpdate in frametestYann Collet
2022-07-01fixed minor leakYann Collet
2022-07-01fixed -tmYann Collet
2022-06-30fail on requesting to process 3+ file names in legacy modeYann Collet
2022-06-07tests: add tests for `LZ4_decompress_safe_partial_usingDict`Qi Wang
2022-01-31added target test-compile-with-lz4-memory-usageYann Collet
2022-01-30Introduce MIN and MAX bounds to LZ4_MEMORY_USAGEYann Collet
2022-01-29Merge pull request #1060 from gabrielstedman/list_test_fixYann Collet
2022-01-29Correctly use temp folder variableGabriel
2022-01-29Convert all strings to fstrings && avoid usage of shell for PopenGabriel
2022-01-29Ensure list test exits with appropiate exit code on failureGabriel
2022-01-28--test and --list return an error when parsing invalid fileYann Collet
2022-01-28Merge pull request #1056 from lz4/fix_opt12Yann Collet
2022-01-28added testYann Collet
2022-01-28fixed bug in optimal parserYann Collet
2021-11-25Fix typos found by codespellDimitri Papadopoulos
2021-09-20Merge pull request #1022 from lz4/unameYann Collet
2021-08-21trim excess whitespacea1346054
2021-08-21fix warnings reported by shellcheck in shell scriptsa1346054