summaryrefslogtreecommitdiffstats
path: root/tests/fullbench.c
Commit message (Expand)AuthorAgeFilesLines
* implement decoder-only benchmark modeYann Collet2022-07-291-1/+2
* tests: add tests for `LZ4_decompress_safe_partial_usingDict`Qi Wang2022-06-071-6/+33
* updated license & header datesYann Collet2020-11-251-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-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
* | first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet2020-11-091-0/+8
|/
* fix minor static analyzer warningsYann Collet2020-09-301-12/+12
* travisCI: added ASAN fuzzer testsYann Collet2019-06-291-7/+9
* fullbench: ensure decompressionFunction and dName are initializedYann Collet2019-05-311-4/+14
* replaced while(1)Yann Collet2019-05-311-3/+2
* fullbench: added test scenario LZ4F_decompress_followHintYann Collet2019-05-311-13/+51
* address a few minor Visual warningsYann Collet2019-04-181-2/+2
* fixed minor Visual conversion warningsYann Collet2019-04-131-1/+1
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-091-1/+1
* fullbench: assert lz4_stream_t initializationYann Collet2019-04-081-2/+4
* created LZ4_initStream()Yann Collet2019-04-051-2/+2
* created LZ4_initStreamHC()Yann Collet2019-04-051-6/+9
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-041-0/+1
* added cppcheckYann Collet2018-09-181-2/+2
* first sketch for a byte-accurate partial decoderYann Collet2018-09-071-11/+21
* Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte2018-05-221-1/+17
* added a test case for LZ4_decompress_fast_usingDictCyan49732018-04-291-12/+22
* Merge pull request #522 from svpv/refactorDecYann Collet2018-04-281-1/+1
|\
| * lz4.c: fixed the LZ4_decompress_safe_continue caseAlexey Tourbin2018-04-261-1/+1
* | Add _destSize() to FullbenchW. Felix Handte2018-04-261-6/+12
|/
* util.h and platform.h based on zstdPrzemyslaw Skibinski2016-12-211-0/+1
* executables use basic types from util.hPrzemyslaw Skibinski2016-12-211-44/+2
* executables use platform.hPrzemyslaw Skibinski2016-12-201-15/+1
* fix minor analyzer warningYann Collet2016-11-221-1/+1
* fix 32-bits mode.Yann Collet2016-11-171-59/+4
* enabled deprecation warnings on remaining obsolete functionsYann Collet2016-11-121-13/+23
* Fixed #178 fullbench on small inputYann Collet2016-11-101-1/+3
* LZ4_DLL_IMPORTPrzemyslaw Skibinski2016-11-091-4/+4
* introduced LZ4_COMPILED_AS_DLLPrzemyslaw Skibinski2016-11-091-4/+12
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* test programs moved to tests/Przemyslaw Skibinski2016-11-031-0/+813