summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
Commit message (Expand)AuthorAgeFilesLines
* merge lz4opt.h into lz4hc.cYann Collet2018-02-251-1/+1
* examples/Makefile : changed dependency orderYann Collet2018-02-011-9/+9
* ensure proper dependencies are built for /examplesYann Collet2018-02-011-19/+25
* minor improvements to examplesYann Collet2017-09-111-6/+14
* refactored simple_buffer.c example (#363)Yann Collet2017-06-081-4/+7
* Add dictionary random access exampleNick Terrell2016-11-101-6/+10
* use gnu c99 to get both c99 and POSIXGeorg Sauthoff2016-08-271-1/+1
* 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 t...KyleJHarper2015-10-301-2/+2
* Took out the basics and placed them into basics.c. Added decompression and a...KyleJHarper2015-10-261-1/+4
* Wrote the skeleton of the performance test. Need to finish tests for the res...KyleJHarper2015-10-221-1/+4
* 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