summaryrefslogtreecommitdiffstats
path: root/examples/dictionaryRandomAccess.c
Commit message (Collapse)AuthorAgeFilesLines
* Add cast operator for compatibility with C++Takayuki Matsuoka2021-09-061-2/+2
|
* Fix -Wshorten-64-to-32 warningTakayuki Matsuoka2021-05-271-1/+1
|
* created LZ4_initStream()Yann Collet2019-04-051-2/+2
| | | | | | | | | | - 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
* Add dictionary random access exampleNick Terrell2016-11-101-0/+280