summaryrefslogtreecommitdiffstats
path: root/tests/fullbench.c
Commit message (Expand)AuthorAgeFilesLines
* 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