| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | Merge branch 'dev' into parallelMake | Yann Collet | 2017-08-24 | 6 | -40/+43 |
| |\ |
|
| * | | make test is compatible with parallel execution (-j#) | Yann Collet | 2017-08-21 | 2 | -128/+126 |
|
|
* | | | Merge pull request #393 from terrelln/deprecate2 | Yann Collet | 2017-08-25 | 1 | -2/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Don't use C++11 deprecation attribute with clang | Nick Terrell | 2017-08-24 | 1 | -2/+4 |
|/ / |
|
* | | Merge pull request #392 from m-hennecke/fix-arm-openbsd | Yann Collet | 2017-08-24 | 1 | -0/+2 |
|\ \ |
|
| * | | Fix: Add return statement to main function | Markus Hennecke | 2017-08-24 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #391 from tcpan/dev | Yann Collet | 2017-08-24 | 4 | -37/+37 |
|\ \ |
|
| * | | FIX: added prefix to FORCE_INLINE to prevent redefinition error during compil... | tcpan | 2017-08-24 | 4 | -37/+37 |
| |/ |
|
* | | Merge pull request #390 from lz4/installVars | Yann Collet | 2017-08-24 | 1 | -3/+4 |
|\ \
| |/
|/| |
|
| * | fixed man directory installation (#337) | Yann Collet | 2017-08-24 | 1 | -3/+4 |
|/ |
|
* | fix : asan error in dctx, due to increased maximum frame header size, reporte...v1.8.0 | Yann Collet | 2017-08-17 | 2 | -3/+4 |
|
|
* | Merge pull request #382 from lz4/installVars | Yann Collet | 2017-08-16 | 6 | -86/+128 |
|\ |
|
| * | updated lz4frame manual | Yann Collet | 2017-08-15 | 1 | -14/+14 |
|
|
| * | Merge branch 'dev' into installVars and fixed conflicts | Yann Collet | 2017-08-15 | 16 | -972/+1431 |
| |\
| |/
|/| |
|
* | | Merge pull request #383 from lz4/blockChecksum | Yann Collet | 2017-08-15 | 10 | -347/+453 |
|\ \ |
|
| * | | cli : restored command -BX to enable block checksum (#322) | Yann Collet | 2017-08-12 | 3 | -6/+8 |
|
|
| * | | restored block checksum capability at lz4frame API level | Yann Collet | 2017-08-12 | 7 | -341/+445 |
|
|
* | | | Merge pull request #380 from lz4/dictID | Yann Collet | 2017-08-15 | 12 | -665/+1020 |
|\ \ \
| |/ / |
|
| * | | implemented lz4frame decompression API | Yann Collet | 2017-08-10 | 5 | -72/+141 |
|
|
| * | | support dictionary compression with independent blocks | Yann Collet | 2017-08-10 | 4 | -89/+141 |
|
|
| * | | fixed gcc prototype warning | Yann Collet | 2017-08-10 | 2 | -5/+1 |
|
|
| * | | dictionary compression correctly uses compression level | Yann Collet | 2017-08-10 | 8 | -53/+107 |
|
|
| * | | fixed C++ conversion warnings | Yann Collet | 2017-08-10 | 1 | -2/+2 |
|
|
| * | | fixed uninitialization error in lz4frame | Yann Collet | 2017-08-10 | 1 | -4/+5 |
|
|
| * | | implemented dictionary compression in lz4frame | Yann Collet | 2017-08-09 | 9 | -112/+285 |
|
|
| * | | fixed frameCompress example | Yann Collet | 2017-08-09 | 2 | -284/+288 |
|
|
| * | | added dictID inside LZ4F_frameInfo_t | Yann Collet | 2017-08-09 | 4 | -102/+108 |
|
|
| | * | lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c" | Yann Collet | 2017-08-14 | 3 | -38/+39 |
|
|
| | * | fix minor markdown display issues | Yann Collet | 2017-08-14 | 2 | -8/+12 |
|
|
| | * | better respect GNU standard Makefile conventions | Yann Collet | 2017-08-14 | 6 | -63/+102 |
| |/
|/| |
|
* | | Merge pull request #378 from deymo/dev | Yann Collet | 2017-08-11 | 2 | -20/+32 |
|\ \
| |/
|/| |
|
| * | Allow to predefine FORCE_INLINE macro. | Alex Deymo | 2017-08-07 | 2 | -20/+32 |
|
|
* | | updated Frame specification | Yann Collet | 2017-08-08 | 2 | -25/+54 |
|/ |
|
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2017-08-07 | 1 | -1/+2 |
|\ |
|
| * | Merge pull request #376 from ido/patch-1 | Yann Collet | 2017-08-07 | 1 | -1/+2 |
| |\ |
|
| | * | Fix typos preventing installation of static lib. | Ido Rosen | 2017-08-01 | 1 | -1/+2 |
| |/ |
|
* | | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2017-08-07 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Merge pull request #374 from ferdnyc/patch-2 | Yann Collet | 2017-07-09 | 1 | -11/+25 |
| |\ |
|