summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2015-10-26Took out the basics and placed them into basics.c. Added decompression and a...KyleJHarper3-76/+232
2015-10-23Final tests and reporting are done. As expected there isn't much to be gaine...KyleJHarper1-75/+148
2015-10-22Didn't add my file for some reason. Odd.KyleJHarper1-0/+155
2015-10-22Wrote the skeleton of the performance test. Need to finish tests for the res...KyleJHarper1-1/+4
2015-06-28Added static analyzer test in VisualYann Collet1-0/+0
2015-06-28minor example clarificationYann Collet2-5/+9
2015-06-25Merge pull request #122 from keszybz/masterYann Collet2-2/+174
2015-06-17Use lz4 binary to check outputZbigniew Jędrzejewski-Szmek1-0/+2
2015-06-17Add example which uses the frame api through the libraryZbigniew Jędrzejewski-Szmek2-2/+172
2015-06-15Make git ignore generated filesZbigniew Jędrzejewski-Szmek1-0/+8
2015-05-03Updated lz4hc APIYann Collet3-26/+19
2015-05-03Updated streaming examplesYann Collet2-4/+4
2015-04-13Replace obsolete functionsTakayuki MATSUOKA2-5/+6
2015-04-13Add snprintf macro for MSVCTakayuki MATSUOKA2-2/+8
2015-03-25Added : doc authorshipYann Collet3-1/+3
2015-03-25Add "Examples" subtreeTakayuki MATSUOKA1-2/+3
2015-03-25Add README.md as table of contentsTakayuki MATSUOKA1-0/+7
2015-03-25Add document for "Line by Line Text Compression" exampleTakayuki MATSUOKA1-0/+121
2015-03-25Add document for "Double Buffer" exampleTakayuki MATSUOKA1-0/+99
2015-03-25Add document : "Streaming API Basics"Takayuki MATSUOKA1-0/+87
2014-12-13Fixed : minor warnings under VisualYann Collet1-7/+3
2014-11-30New directory structure : library source files into /lib directoryYann Collet1-2/+2
2014-11-29Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet1-1/+1
2014-11-04Updated unsynchronized buffers testsYann Collet2-4/+4
2014-11-03Updated ring buffer examplesYann Collet2-17/+30
2014-10-25HC streaming : support small ringbuffer scenariosYann Collet2-28/+64
2014-10-22Added : HC streaming ring buffer exampleYann Collet2-2/+214
2014-09-22fixed : clang warningsYann Collet3-9/+9
2014-08-26Added : examples from Takayuki MatsuokaYann Collet5-1/+679
2014-08-22add new directory 'examples'Yann Collet1-0/+8