aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2018-02-25merge lz4opt.h into lz4hc.cYann Collet
2018-02-01modified decompression part of frameCompress.cYann Collet
2018-02-01refactored ressource allocation to avoid gotoYann Collet
2018-01-31examples/Makefile : changed dependency orderYann Collet
2018-01-31refactored frameCompress.c example codeYann Collet
2018-01-31fixed read size, as noticed by @terrellnYann Collet
2018-01-31ensure proper dependencies are built for /examplesYann Collet
2018-01-31refactored frameCompress exampleYann Collet
2017-11-24minor updates to examplesYann Collet
2017-09-11minor improvements to examplesYann Collet
2017-09-07bench : made decompression speed evaluation same time as compressionYann Collet
2017-08-24Fix: Add return statement to main functionMarkus Hennecke
2017-08-11restored block checksum capability at lz4frame API levelYann Collet
2017-08-09fixed frameCompress exampleYann Collet
2017-06-08fixed minor scan-build warningYann Collet
2017-06-08refactored simple_buffer.c example (#363)Yann Collet
2016-11-21minor warning fixYann Collet
2016-11-21fix minor analyzer warningYann Collet
2016-11-21fixed minor analyzer warningYann Collet
2016-11-21added examples to make allYann Collet
2016-11-11Add frame decompression exampleNick Terrell
2016-11-09Add dictionary random access exampleNick Terrell
2016-11-01Clarified license (#115, #244)Yann Collet
2016-08-27use gnu c99 to get both c99 and POSIXGeorg Sauthoff
2016-07-08Correctly reference self (github, not googlecode)Ben Wiederhake
2016-02-12Remove whitespace from ends of linesJulius Werner
2015-10-30Forgot to make clean before commiting. Removing binary.KyleJHarper
2015-10-29Several changes to address a few concerns from Yann. See Google Group LZ4c t...KyleJHarper
2015-10-28Added a note about why char* is used. Also removed a binary that wasn't supp...KyleJHarper
2015-10-28Finished the two example files. Decided to avoid adding anything to lz4.c/h ...KyleJHarper
2015-10-26Took out the basics and placed them into basics.c. Added decompression and a...KyleJHarper
2015-10-23Final tests and reporting are done. As expected there isn't much to be gaine...KyleJHarper
2015-10-22Didn't add my file for some reason. Odd.KyleJHarper
2015-10-22Wrote the skeleton of the performance test. Need to finish tests for the res...KyleJHarper
2015-06-28Added static analyzer test in VisualYann Collet
2015-06-28minor example clarificationYann Collet
2015-06-25Merge pull request #122 from keszybz/masterYann Collet
2015-06-17Use lz4 binary to check outputZbigniew Jędrzejewski-Szmek
2015-06-17Add example which uses the frame api through the libraryZbigniew Jędrzejewski-Szmek
2015-06-15Make git ignore generated filesZbigniew Jędrzejewski-Szmek
2015-05-03Updated lz4hc APIYann Collet
2015-05-03Updated streaming examplesYann Collet
2015-04-13Replace obsolete functionsTakayuki MATSUOKA
2015-04-13Add snprintf macro for MSVCTakayuki MATSUOKA
2015-03-25Added : doc authorshipYann Collet
2015-03-25Add "Examples" subtreeTakayuki MATSUOKA
2015-03-25Add README.md as table of contentsTakayuki MATSUOKA
2015-03-25Add document for "Line by Line Text Compression" exampleTakayuki MATSUOKA
2015-03-25Add document for "Double Buffer" exampleTakayuki MATSUOKA
2015-03-25Add document : "Streaming API Basics"Takayuki MATSUOKA