summaryrefslogtreecommitdiffstats
path: root/examples/simple_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* keep the "lorem ipsum" topic of the example stringYann Collet2019-07-121-1/+1
| | | | but make it compressible
* print the compression ratioHamid Zare2019-07-111-1/+2
|
* changed the input text to something more compression friendlyHamid Zare2019-07-111-1/+1
|
* update simple_buffer exampleYann Collet2019-06-061-20/+25
| | | | there were a few tiny inaccuracies, especially in error conditions.
* fixed minor cppcheck warnings in examplesYann Collet2018-09-181-3/+2
|
* fixed minor scan-build warningYann Collet2017-06-081-0/+1
|
* refactored simple_buffer.c example (#363)Yann Collet2017-06-081-39/+42
|
* Several changes to address a few concerns from Yann. See Google Group LZ4c ↵KyleJHarper2015-10-301-0/+90
topic 'Reusing compression/decompression resources' for details.