Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | 2-stages LZ4_count | Yann Collet | 2017-11-06 | 1 | -1/+9 | |
| | |/ / / | ||||||
| | * | | | build: minor : `make lz4` doesn't compile liblz4 anymore | Yann Collet | 2017-11-06 | 1 | -3/+3 | |
| | * | | | Merge pull request #417 from sylvestre/dev | Yann Collet | 2017-11-06 | 1 | -1/+12 | |
| | |\ \ \ | ||||||
| | | * | | | Only ignore with C++17 | Sylvestre Ledru | 2017-11-06 | 1 | -3/+3 | |
| | | * | | | When building with a C++ compiler, remove the 'register' keyword to silent a ... | Sylvestre Ledru | 2017-11-05 | 1 | -1/+12 | |
| | |/ / / | ||||||
| | * | | | Merge pull request #415 from lz4/fasterDecodingXp | Yann Collet | 2017-11-01 | 1 | -9/+27 | |
| | |\ \ \ | | | |_|/ | | |/| | | ||||||
| | | * | | minor change, to help store forwarding | Yann Collet | 2017-10-31 | 1 | -6/+5 | |
| | | * | | extended shortcut match length to 18 | Yann Collet | 2017-10-31 | 1 | -5/+6 | |
| | | * | | minor : coding style : use ML_MASK constant | Yann Collet | 2017-10-31 | 1 | -2/+2 | |
| | | * | | added comments, as suggested by @terrelln | Yann Collet | 2017-10-31 | 1 | -4/+5 | |
| | | * | | more complete shortcut - passes tests | Yann Collet | 2017-10-30 | 1 | -12/+13 | |
| | | * | | small modification of lz4 decoder to shortcut common case (short branch). | Yann Collet | 2017-10-25 | 1 | -0/+16 | |
| | * | | | Merge pull request #408 from terrelln/time | Yann Collet | 2017-10-31 | 2 | -41/+110 | |
| | |\ \ \ | ||||||
| | | * | | | [bench] Use higher resolution timer on POSIX | Nick Terrell | 2017-10-17 | 2 | -41/+110 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #412 from mikir/symbolsVisibility | Yann Collet | 2017-10-30 | 1 | -7/+11 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | Separated visibility from LZ4LIB_API macro. | mikir | 2017-10-30 | 1 | -7/+11 | |
| | |/ / | ||||||
| | * | | lz4cli : minor rewrite of lz4c legacy commands | Yann Collet | 2017-10-15 | 1 | -12/+13 | |
| | * | | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2017-10-15 | 1 | -1/+34 | |
| | |\ \ | ||||||
| | | * \ | Merge pull request #407 from odaira/useO2ppc64le | Yann Collet | 2017-10-13 | 1 | -1/+34 | |
| | | |\ \ | ||||||
| | | | * | | Use the optimization level of O2 for the decompression functions on ppc64le w... | Rei Odaira | 2017-10-13 | 1 | -1/+34 | |
| | | |/ / | ||||||
| | * | | | lz4cli : removed extension artefacts | Yann Collet | 2017-10-15 | 1 | -15/+7 | |
| | |/ / | ||||||
| | * | | Merge pull request #403 from felixhandte/lz4-cli-dict-support-tests | Yann Collet | 2017-10-10 | 4 | -5/+164 | |
| | |\ \ | | | |/ | | |/| | ||||||
| | | * | Read the Dictionary into a Circular Buffer | W. Felix Handte | 2017-10-10 | 1 | -22/+49 | |
| | | * | Add some tests verifying command line dictionary functionality | W. Felix Handte | 2017-10-10 | 1 | -1/+28 | |
| | | * | Add Dictionary Support to the Command Line Tool | W. Felix Handte | 2017-10-10 | 3 | -4/+109 | |
| | * | | fixed decoding block checksum in lz4frame | Yann Collet | 2017-10-04 | 1 | -4/+3 | |
| | * | | fix #404 | Yann Collet | 2017-09-30 | 1 | -2/+5 | |
| | |/ | ||||||
| | * | minor lz4frame code refactor | Yann Collet | 2017-09-23 | 1 | -50/+54 | |
| | * | Merge pull request #402 from felixhandte/fix-dict-segfault | Yann Collet | 2017-09-23 | 1 | -0/+1 | |
| | |\ | ||||||
| | | * | Fix Segfault When Copying Dict | W. Felix Handte | 2017-09-22 | 1 | -0/+1 | |
| | |/ | ||||||
| | * | minor improvements to examples | Yann Collet | 2017-09-11 | 2 | -10/+18 | |
| | * | made clang warnings fail (-Werror) | Yann Collet | 2017-09-10 | 1 | -1/+1 | |
| | * | fixed a bunch of -Wcomma warnings | Yann Collet | 2017-09-10 | 4 | -5/+18 | |
| | * | added -Wcomma to travisCI clang test | Yann Collet | 2017-09-10 | 1 | -1/+2 | |
| | * | fix #397 : decompression failed when using a combination of extDict + low mem... | Yann Collet | 2017-09-07 | 2 | -2/+2 | |
| | * | bench : made decompression speed evaluation same time as compression | Yann Collet | 2017-09-07 | 3 | -48/+36 | |
| | * | minor Makefile fixes | Yann Collet | 2017-09-07 | 2 | -9/+10 | |
| | * | updated lib/README | Yann Collet | 2017-09-06 | 1 | -28/+28 | |
| | * | complementary information for #394 | Yann Collet | 2017-08-30 | 2 | -17/+29 | |
| | * | clarified documentation of streaming decompression functions | Yann Collet | 2017-08-30 | 2 | -18/+26 | |
| | * | minor typo fix | Yann Collet | 2017-08-30 | 2 | -1/+2 | |
| | * | fixed FS-independent file order in /lib | Yann Collet | 2017-08-29 | 1 | -2/+2 | |
| | * | build: source files sorted in a FS independent manner | Yann Collet | 2017-08-26 | 3 | -7/+10 | |
| | * | updated NEWS with fixes | Yann Collet | 2017-08-25 | 1 | -0/+4 | |
| | * | Merge pull request #386 from lz4/parallelMake | Yann Collet | 2017-08-25 | 6 | -285/+139 | |
| | |\ | ||||||
| | | * | removed fasttest from circleCI | Yann Collet | 2017-08-25 | 1 | -1/+0 | |
| | | * | removed test-fasttest | Yann Collet | 2017-08-25 | 2 | -2/+2 | |
| | | * | fixed make recurrence from /tests | Yann Collet | 2017-08-25 | 2 | -13/+8 | |
| | | * | removed fasttest | Yann Collet | 2017-08-25 | 2 | -163/+2 | |
| | | * | minor : added header license | Yann Collet | 2017-08-24 | 3 | -9/+32 | |