summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Clarified license (#115, #244)Yann Collet2016-11-022-0/+341
|
* 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
|
* Remove whitespace from ends of linesJulius Werner2016-02-132-2/+2
| | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org>
* Forgot to make clean before commiting. Removing binary.KyleJHarper2015-10-301-0/+0
|
* Several changes to address a few concerns from Yann. See Google Group LZ4c ↵KyleJHarper2015-10-304-32/+84
| | | | topic 'Reusing compression/decompression resources' for details.
* Added a note about why char* is used. Also removed a binary that wasn't ↵KyleJHarper2015-10-292-0/+7
| | | | supposed to be in there.
* Finished the two example files. Decided to avoid adding anything to lz4.c/h ↵KyleJHarper2015-10-293-56/+69
| | | | to expose LZ4_compress_generic().
* Took out the basics and placed them into basics.c. Added decompression and ↵KyleJHarper2015-10-263-76/+232
| | | | a wrapper for the generic call. I will likely break this file up into 2 examples before submission.
* Final tests and reporting are done. As expected there isn't much to be ↵KyleJHarper2015-10-231-75/+148
| | | | gained by jumping the chain. In most of my tests I did see a moderate performance gain when invoking LZ4_compress_generic() directly with normal text. This could very easily be an edge case. Either way it's interesting and worth sharing.
* Didn't add my file for some reason. Odd.KyleJHarper2015-10-221-0/+155
|
* 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().
* Added static analyzer test in VisualYann Collet2015-06-291-0/+0
|
* minor example clarificationYann Collet2015-06-282-5/+9
|
* Merge pull request #122 from keszybz/masterYann Collet2015-06-262-2/+174
|\ | | | | New example using frame api as DLL - redirect from #118
| * 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-182-2/+172
| |
* | Make git ignore generated filesZbigniew Jędrzejewski-Szmek2015-06-161-0/+8
|/
* Updated lz4hc APIYann Collet2015-05-033-26/+19
|
* Updated streaming examplesYann Collet2015-05-032-4/+4
|
* Replace obsolete functionsTakayuki MATSUOKA2015-04-132-5/+6
|
* Add snprintf macro for MSVCTakayuki MATSUOKA2015-04-132-2/+8
|
* Added : doc authorshipYann Collet2015-03-253-1/+3
|
* Add "Examples" subtreeTakayuki MATSUOKA2015-03-241-2/+3
|
* Add README.md as table of contentsTakayuki MATSUOKA2015-03-241-0/+7
|
* Add document for "Line by Line Text Compression" exampleTakayuki MATSUOKA2015-03-241-0/+121
|
* Add document for "Double Buffer" exampleTakayuki MATSUOKA2015-03-241-0/+99
|
* Add document : "Streaming API Basics"Takayuki MATSUOKA2015-03-241-0/+87
|
* Fixed : minor warnings under VisualYann Collet2014-12-131-7/+3
|
* 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
|
* Updated unsynchronized buffers testsYann Collet2014-11-042-4/+4
|
* Updated ring buffer examplesYann Collet2014-11-032-17/+30
|
* HC streaming : support small ringbuffer scenariosYann Collet2014-10-252-28/+64
|
* Added : HC streaming ring buffer exampleYann Collet2014-10-222-2/+214
|
* fixed : clang warningsYann Collet2014-09-223-9/+9
|
* Added : examples from Takayuki MatsuokaYann Collet2014-08-265-1/+679
|
* add new directory 'examples'Yann Collet2014-08-221-0/+8