summaryrefslogtreecommitdiffstats
path: root/examples/blockStreaming_doubleBuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* created LZ4_initStream()Yann Collet2019-04-051-1/+1
| | | | | | | | | | - promoted LZ4_resetStream_fast() to stable - moved LZ4_resetStream() into deprecate, but without triggering a compiler warning - update all sources to no longer rely on LZ4_resetStream() note : LZ4_initStream() proposal is slightly different : it's able to initialize any buffer, provided that it's large enough. To this end, it accepts a void*, and returns an LZ4_stream_t*.
* minor updates to examplesYann Collet2017-11-251-1/+1
| | | | see https://github.com/lz4/lz4/commit/810e2ca27b3561e0f6bfa7a88e0fde6faf807064#commitcomment-25810887
* Remove whitespace from ends of linesJulius Werner2016-02-131-1/+1
| | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org>
* Updated lz4hc APIYann Collet2015-05-031-2/+6
|
* Updated streaming examplesYann Collet2015-05-031-2/+2
|
* Replace obsolete functionsTakayuki MATSUOKA2015-04-131-2/+2
|
* Add snprintf macro for MSVCTakayuki MATSUOKA2015-04-131-1/+4
|
* fixed : clang warningsYann Collet2014-09-221-3/+3
|
* Added : examples from Takayuki MatsuokaYann Collet2014-08-261-0/+195