Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactored simple_buffer.c example (#363) | Yann Collet | 2017-06-08 | 3 | -43/+50 | |
| | ||||||
* | minor warning fixv1.7.4 | Yann Collet | 2016-11-22 | 1 | -30/+19 | |
| | ||||||
* | fix minor analyzer warning | Yann Collet | 2016-11-22 | 1 | -14/+9 | |
| | ||||||
* | fixed minor analyzer warning | Yann Collet | 2016-11-21 | 1 | -11/+9 | |
| | ||||||
* | added examples to make all | Yann Collet | 2016-11-21 | 2 | -6/+8 | |
| | ||||||
* | Add frame decompression example | Nick Terrell | 2016-11-11 | 1 | -50/+199 | |
| | ||||||
* | Add dictionary random access example | Nick Terrell | 2016-11-10 | 5 | -6/+359 | |
| | ||||||
* | Clarified license (#115, #244) | Yann Collet | 2016-11-02 | 2 | -0/+341 | |
| | ||||||
* | use gnu c99 to get both c99 and POSIX | Georg Sauthoff | 2016-08-27 | 1 | -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 Wiederhake | 2016-07-07 | 1 | -1/+1 | |
| | ||||||
* | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 2 | -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. | KyleJHarper | 2015-10-30 | 1 | -0/+0 | |
| | ||||||
* | Several changes to address a few concerns from Yann. See Google Group LZ4c ↵ | KyleJHarper | 2015-10-30 | 4 | -32/+84 | |
| | | | | topic 'Reusing compression/decompression resources' for details. | |||||
* | Added a note about why char* is used. Also removed a binary that wasn't ↵ | KyleJHarper | 2015-10-29 | 2 | -0/+7 | |
| | | | | supposed to be in there. | |||||
* | Finished the two example files. Decided to avoid adding anything to lz4.c/h ↵ | KyleJHarper | 2015-10-29 | 3 | -56/+69 | |
| | | | | to expose LZ4_compress_generic(). | |||||
* | Took out the basics and placed them into basics.c. Added decompression and ↵ | KyleJHarper | 2015-10-26 | 3 | -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 ↵ | KyleJHarper | 2015-10-23 | 1 | -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. | KyleJHarper | 2015-10-22 | 1 | -0/+155 | |
| | ||||||
* | Wrote the skeleton of the performance test. Need to finish tests for the ↵ | KyleJHarper | 2015-10-22 | 1 | -1/+4 | |
| | | | | rest of the call stack and then my own copy of generic(). | |||||
* | Added static analyzer test in Visual | Yann Collet | 2015-06-29 | 1 | -0/+0 | |
| | ||||||
* | minor example clarification | Yann Collet | 2015-06-28 | 2 | -5/+9 | |
| | ||||||
* | Merge pull request #122 from keszybz/master | Yann Collet | 2015-06-26 | 2 | -2/+174 | |
|\ | | | | | New example using frame api as DLL - redirect from #118 | |||||
| * | Use lz4 binary to check output | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 1 | -0/+2 | |
| | | ||||||
| * | Add example which uses the frame api through the library | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 2 | -2/+172 | |
| | | ||||||
* | | Make git ignore generated files | Zbigniew Jędrzejewski-Szmek | 2015-06-16 | 1 | -0/+8 | |
|/ | ||||||
* | Updated lz4hc API | Yann Collet | 2015-05-03 | 3 | -26/+19 | |
| | ||||||
* | Updated streaming examples | Yann Collet | 2015-05-03 | 2 | -4/+4 | |
| | ||||||
* | Replace obsolete functions | Takayuki MATSUOKA | 2015-04-13 | 2 | -5/+6 | |
| | ||||||
* | Add snprintf macro for MSVC | Takayuki MATSUOKA | 2015-04-13 | 2 | -2/+8 | |
| | ||||||
* | Added : doc authorship | Yann Collet | 2015-03-25 | 3 | -1/+3 | |
| | ||||||
* | Add "Examples" subtree | Takayuki MATSUOKA | 2015-03-24 | 1 | -2/+3 | |
| | ||||||
* | Add README.md as table of contents | Takayuki MATSUOKA | 2015-03-24 | 1 | -0/+7 | |
| | ||||||
* | Add document for "Line by Line Text Compression" example | Takayuki MATSUOKA | 2015-03-24 | 1 | -0/+121 | |
| | ||||||
* | Add document for "Double Buffer" example | Takayuki MATSUOKA | 2015-03-24 | 1 | -0/+99 | |
| | ||||||
* | Add document : "Streaming API Basics" | Takayuki MATSUOKA | 2015-03-24 | 1 | -0/+87 | |
| | ||||||
* | Fixed : minor warnings under Visual | Yann Collet | 2014-12-13 | 1 | -7/+3 | |
| | ||||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -2/+2 | |
| | ||||||
* | Fixed : decompression issue on 32-bits CPU without unaligned memory access | Yann Collet | 2014-11-29 | 1 | -1/+1 | |
| | ||||||
* | Updated unsynchronized buffers tests | Yann Collet | 2014-11-04 | 2 | -4/+4 | |
| | ||||||
* | Updated ring buffer examples | Yann Collet | 2014-11-03 | 2 | -17/+30 | |
| | ||||||
* | HC streaming : support small ringbuffer scenarios | Yann Collet | 2014-10-25 | 2 | -28/+64 | |
| | ||||||
* | Added : HC streaming ring buffer example | Yann Collet | 2014-10-22 | 2 | -2/+214 | |
| | ||||||
* | fixed : clang warnings | Yann Collet | 2014-09-22 | 3 | -9/+9 | |
| | ||||||
* | Added : examples from Takayuki Matsuoka | Yann Collet | 2014-08-26 | 5 | -1/+679 | |
| | ||||||
* | add new directory 'examples' | Yann Collet | 2014-08-22 | 1 | -0/+8 | |