Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use gnu c99 to get both c99 and POSIX | Georg Sauthoff | 2016-08-27 | 1 | -1/+1 |
| | | | | | | when compiling with gcc fixes fileno() implicitly defined on Linx and compile error on Solaris 10 | ||||
* | Correctly reference self (github, not googlecode) | Ben Wiederhake | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | Several changes to address a few concerns from Yann. See Google Group LZ4c ↵ | KyleJHarper | 2015-10-30 | 1 | -2/+2 |
| | | | | topic 'Reusing compression/decompression resources' for details. | ||||
* | Took out the basics and placed them into basics.c. Added decompression and ↵ | KyleJHarper | 2015-10-26 | 1 | -1/+4 |
| | | | | a wrapper for the generic call. I will likely break this file up into 2 examples before submission. | ||||
* | Wrote the skeleton of the performance test. Need to finish tests for the ↵ | KyleJHarper | 2015-10-22 | 1 | -1/+4 |
| | | | | rest of the call stack and then my own copy of generic(). | ||||
* | minor example clarification | Yann Collet | 2015-06-28 | 1 | -1/+1 |
| | |||||
* | Use lz4 binary to check output | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 1 | -0/+2 |
| | |||||
* | Add example which uses the frame api through the library | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 1 | -2/+7 |
| | |||||
* | Updated lz4hc API | Yann Collet | 2015-05-03 | 1 | -18/+7 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | Fixed : decompression issue on 32-bits CPU without unaligned memory access | Yann Collet | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | HC streaming : support small ringbuffer scenarios | Yann Collet | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Added : HC streaming ring buffer example | Yann Collet | 2014-10-22 | 1 | -2/+6 |
| | |||||
* | Added : examples from Takayuki Matsuoka | Yann Collet | 2014-08-26 | 1 | -0/+85 |