Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several changes to address a few concerns from Yann. See Google Group LZ4c ↵ | KyleJHarper | 2015-10-30 | 1 | -21/+73 |
| | | | | topic 'Reusing compression/decompression resources' for details. | ||||
* | Finished the two example files. Decided to avoid adding anything to lz4.c/h ↵ | KyleJHarper | 2015-10-29 | 1 | -52/+65 |
| | | | | to expose LZ4_compress_generic(). | ||||
* | Took out the basics and placed them into basics.c. Added decompression and ↵ | KyleJHarper | 2015-10-26 | 1 | -0/+298 |
a wrapper for the generic call. I will likely break this file up into 2 examples before submission. |