Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | fixed minor overflow mistake in optimal parser | Yann Collet | 2017-10-31 | 1 | -1/+5 | |
| | | * | | fixed minor initialization warning | Yann Collet | 2017-10-30 | 1 | -1/+1 | |
| | | * | | added hash chain with conditional length | Yann Collet | 2017-10-25 | 2 | -10/+2 | |
| | | * | | lz4opt: added hash chain search | Yann Collet | 2017-10-21 | 3 | -24/+63 | |
| | | * | | switched many types to int | Yann Collet | 2017-10-20 | 1 | -38/+37 | |
| | | * | | removed SET_PRICE macro | Yann Collet | 2017-10-20 | 1 | -17/+14 | |
| | | * | | removed one macro usage | Yann Collet | 2017-10-20 | 1 | -4/+11 | |
| | | * | | minor refactor | Yann Collet | 2017-10-20 | 1 | -28/+35 | |
| | | * | | lz4opt: refactor sequence reverse traversal | Yann Collet | 2017-10-20 | 1 | -10/+20 | |
| | | * | | refactor variable matchnum | Yann Collet | 2017-10-20 | 1 | -14/+14 | |
| | | * | | simplified initial cost conditions | Yann Collet | 2017-10-20 | 1 | -10/+15 | |
| | | * | | added assert | Yann Collet | 2017-10-19 | 2 | -1/+9 | |
| | | * | | renamed last_pos into last_match_pos | Yann Collet | 2017-10-19 | 1 | -15/+15 | |
| | | * | | simplified early exit when single solution | Yann Collet | 2017-10-19 | 1 | -5/+5 | |
| | | * | | fused getLongerMatch and getWiderMatch | Yann Collet | 2017-10-09 | 1 | -1/+1 | |
| | | * | | re-inserted last byte test in widerMatch | Yann Collet | 2017-10-09 | 1 | -19/+22 | |
| | | * | | early out is not better | Yann Collet | 2017-10-09 | 2 | -2/+1 | |
| | | * | | optional fuse | Yann Collet | 2017-10-09 | 1 | -68/+53 | |
| | | * | | improved search of rep-1 patterns | Yann Collet | 2017-10-09 | 1 | -27/+131 | |
| | | * | | insertAndFindBestMatch defers to insertAndGetWiderMatch | Yann Collet | 2017-10-09 | 1 | -3/+13 | |
| | * | | | Merge pull request #418 from lz4/fasterCount | Yann Collet | 2017-11-07 | 1 | -2/+11 | |
| | |\ \ \ | ||||||
| | | * | | | added LZ4_FORCEINLINE to counter gcc regression | Yann Collet | 2017-11-07 | 1 | -1/+2 | |
| | | * | | | 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 | |