summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2018-09-19tried to clean another bunch of cppcheck warningsYann Collet1-6/+7
2018-09-18fixed minor cppcheck warnings in examplesYann Collet3-17/+15
2018-09-13avoid final trailing comma for enum listsYann Collet1-4/+4
2018-09-05frameCompress : added an error detection caseYann Collet1-2/+13
2018-09-05Merge branch 'dev' into lz4f_initYann Collet1-1/+1
2018-09-05Introduced constants LZ4F_INIT_*Yann Collet1-10/+11
2018-07-02Fix bug in frame decompress exampleCedric De Brito1-1/+1
2018-04-26fixed a number of minor cast warningsYann Collet1-1/+2
2018-02-25merge lz4opt.h into lz4hc.cYann Collet1-1/+1
2018-02-01modified decompression part of frameCompress.cYann Collet1-99/+138
2018-02-01refactored ressource allocation to avoid gotoYann Collet1-23/+12
2018-01-31examples/Makefile : changed dependency orderYann Collet1-9/+9
2018-01-31refactored frameCompress.c example codeYann Collet1-51/+81
2018-01-31fixed read size, as noticed by @terrellnYann Collet1-1/+1
2018-01-31ensure proper dependencies are built for /examplesYann Collet1-19/+25
2018-01-31refactored frameCompress exampleYann Collet1-68/+82
2017-11-24minor updates to examplesYann Collet7-61/+62
2017-09-11minor improvements to examplesYann Collet2-10/+18
2017-09-07bench : made decompression speed evaluation same time as compressionYann Collet1-28/+17
2017-08-24Fix: Add return statement to main functionMarkus Hennecke1-0/+2
2017-08-11restored block checksum capability at lz4frame API levelYann Collet1-3/+3
2017-08-09fixed frameCompress exampleYann Collet1-268/+269
2017-06-08fixed minor scan-build warningYann Collet1-0/+1
2017-06-08refactored simple_buffer.c example (#363)Yann Collet3-43/+50
2016-11-21minor warning fixYann Collet1-30/+19
2016-11-21fix minor analyzer warningYann Collet1-14/+9
2016-11-21fixed minor analyzer warningYann Collet1-11/+9
2016-11-21added examples to make allYann Collet2-6/+8
2016-11-11Add frame decompression exampleNick Terrell1-50/+199
2016-11-09Add dictionary random access exampleNick Terrell5-6/+359
2016-11-01Clarified license (#115, #244)Yann Collet2-0/+341
2016-08-27use gnu c99 to get both c99 and POSIXGeorg Sauthoff1-1/+1
2016-07-08Correctly reference self (github, not googlecode)Ben Wiederhake1-1/+1
2016-02-12Remove whitespace from ends of linesJulius Werner2-2/+2
2015-10-30Forgot to make clean before commiting. Removing binary.KyleJHarper1-0/+0
2015-10-29Several changes to address a few concerns from Yann. See Google Group LZ4c t...KyleJHarper4-32/+84
2015-10-28Added a note about why char* is used. Also removed a binary that wasn't supp...KyleJHarper2-0/+7
2015-10-28Finished the two example files. Decided to avoid adding anything to lz4.c/h ...KyleJHarper3-56/+69
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