Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-04 | make `_fast*()` decoder generate a deprecation warning | Yann Collet | |
updated modification | |||
2018-09-18 | fixed minor cppcheck warnings in examples | Yann Collet | |
2015-10-29 | Several changes to address a few concerns from Yann. See Google Group LZ4c ↵ | KyleJHarper | |
topic 'Reusing compression/decompression resources' for details. | |||
2015-10-28 | Finished the two example files. Decided to avoid adding anything to lz4.c/h ↵ | KyleJHarper | |
to expose LZ4_compress_generic(). | |||
2015-10-26 | Took out the basics and placed them into basics.c. Added decompression and ↵ | KyleJHarper | |
a wrapper for the generic call. I will likely break this file up into 2 examples before submission. |