summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add dictionary random access exampleNick Terrell2016-11-101-6/+10
|
* use gnu c99 to get both c99 and POSIXGeorg Sauthoff2016-08-271-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 Wiederhake2016-07-071-1/+1
|
* Several changes to address a few concerns from Yann. See Google Group LZ4c ↵KyleJHarper2015-10-301-2/+2
| | | | topic 'Reusing compression/decompression resources' for details.
* Took out the basics and placed them into basics.c. Added decompression and ↵KyleJHarper2015-10-261-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 ↵KyleJHarper2015-10-221-1/+4
| | | | rest of the call stack and then my own copy of generic().
* minor example clarificationYann Collet2015-06-281-1/+1
|
* Use lz4 binary to check outputZbigniew Jędrzejewski-Szmek2015-06-181-0/+2
|
* Add example which uses the frame api through the libraryZbigniew Jędrzejewski-Szmek2015-06-181-2/+7
|
* Updated lz4hc APIYann Collet2015-05-031-18/+7
|
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-2/+2
|
* Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet2014-11-291-1/+1
|
* HC streaming : support small ringbuffer scenariosYann Collet2014-10-251-1/+1
|
* Added : HC streaming ring buffer exampleYann Collet2014-10-221-2/+6
|
* Added : examples from Takayuki MatsuokaYann Collet2014-08-261-0/+85