aboutsummaryrefslogtreecommitdiff
path: root/tests/fullbench.c
AgeCommit message (Expand)Author
2020-11-25updated license & header datesYann Collet
2020-11-09proper fullbench's LZ4_calloc()Yann Collet
2020-11-09changed LZ4_calloc() to a 2-arguments signatureYann Collet
2020-11-09fix fullbench's LZ4_free()Yann Collet
2020-11-08Merge branch 'dev' into customMemYann Collet
2020-11-08first proposal for LZ4_USER_MEMORY_FUNCTIONSYann Collet
2020-11-08fullbench: added LZ4F_decompress_noHint()Yann Collet
2020-11-08added test for LZ4_decompress_safe_withPrefix64k()Yann Collet
2020-09-29fix minor static analyzer warningsYann Collet
2019-06-28travisCI: added ASAN fuzzer testsYann Collet
2019-05-31fullbench: ensure decompressionFunction and dName are initializedYann Collet
2019-05-31replaced while(1)Yann Collet
2019-05-30fullbench: added test scenario LZ4F_decompress_followHintYann Collet
2019-04-18address a few minor Visual warningsYann Collet
2019-04-12fixed minor Visual conversion warningsYann Collet
2019-04-09modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet
2019-04-08fullbench: assert lz4_stream_t initializationYann Collet
2019-04-05created LZ4_initStream()Yann Collet
2019-04-04created LZ4_initStreamHC()Yann Collet
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet
2018-09-18added cppcheckYann Collet
2018-09-07first sketch for a byte-accurate partial decoderYann Collet
2018-05-21Test Linking C-Compiled Library and C++-Compiled TestsW. Felix Handte
2018-04-29added a test case for LZ4_decompress_fast_usingDictCyan4973
2018-04-27Merge pull request #522 from svpv/refactorDecYann Collet
2018-04-26Add _destSize() to FullbenchW. Felix Handte
2018-04-26lz4.c: fixed the LZ4_decompress_safe_continue caseAlexey Tourbin
2016-12-21util.h and platform.h based on zstdPrzemyslaw Skibinski
2016-12-21executables use basic types from util.hPrzemyslaw Skibinski
2016-12-20executables use platform.hPrzemyslaw Skibinski
2016-11-21fix minor analyzer warningYann Collet
2016-11-17fix 32-bits mode.Yann Collet
2016-11-12enabled deprecation warnings on remaining obsolete functionsYann Collet
2016-11-10Fixed #178 fullbench on small inputYann Collet
2016-11-09LZ4_DLL_IMPORTPrzemyslaw Skibinski
2016-11-09introduced LZ4_COMPILED_AS_DLLPrzemyslaw Skibinski
2016-11-03updated links to LZ4 repositoryPrzemyslaw Skibinski
2016-11-03test programs moved to tests/Przemyslaw Skibinski