lz4/examples
Yann Collet b2215f2a89 tried to clean another bunch of cppcheck warnings
so "funny" thing with cppcheck
is that no 2 versions give the same list of warnings.

On Mac, I'm using v1.81, which had all warnings fixed.
On Travis CI, it's v1.61, and it complains about a dozen more/different things.
On Linux, it's v1.72, and it finds a completely different list of a half dozen warnings.

Some of these seems to be bugs/limitations in cppcheck itself.
The TravisCI version v1.61 seems unable to understand %zu correctly, and seems to assume it means %u.
2018-09-19 12:12:49 -07:00
..
.gitignore refactored simple_buffer.c example (#363) 2017-06-08 12:51:56 -07:00
blockStreaming_doubleBuffer.c minor updates to examples 2017-11-24 17:18:46 -08:00
blockStreaming_doubleBuffer.md Added : doc authorship 2015-03-25 17:22:26 +01:00
blockStreaming_lineByLine.c fixed minor cppcheck warnings in examples 2018-09-18 16:30:31 -07:00
blockStreaming_lineByLine.md Added : doc authorship 2015-03-25 17:22:26 +01:00
blockStreaming_ringBuffer.c minor updates to examples 2017-11-24 17:18:46 -08:00
compress_functions.c fixed minor cppcheck warnings in examples 2018-09-18 16:30:31 -07:00
COPYING Clarified license (#115, #244) 2016-11-01 19:14:04 -07:00
dictionaryRandomAccess.c minor updates to examples 2017-11-24 17:18:46 -08:00
dictionaryRandomAccess.md Add dictionary random access example 2016-11-09 17:39:56 -08:00
frameCompress.c tried to clean another bunch of cppcheck warnings 2018-09-19 12:12:49 -07:00
HCStreaming_ringBuffer.c minor updates to examples 2017-11-24 17:18:46 -08:00
Makefile merge lz4opt.h into lz4hc.c 2018-02-25 00:32:09 -08:00
printVersion.c minor updates to examples 2017-11-24 17:18:46 -08:00
README.md Add dictionary random access example 2016-11-09 17:39:56 -08:00
simple_buffer.c fixed minor cppcheck warnings in examples 2018-09-18 16:30:31 -07:00
streaming_api_basics.md Remove whitespace from ends of lines 2016-02-12 22:49:52 -08:00

LZ4 examples

All examples are GPL-v2 licensed.

Documents