summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: Rely only on extracted version in lz4.hLzu Tao2019-04-302-11/+6
* contrib: Make Meson build non optionalLzu Tao2019-04-262-4/+6
* Merge pull request #699 from brendene/compressBoundYann Collet2019-04-261-0/+1
|\
| * Include block checksum in worst case scenario calculation of dstCapacityBrenden Eng2019-04-261-0/+1
|/
* Merge pull request #698 from lz4/tidyYann Collet2019-04-242-66/+75
|\
| * several minor style changes recommended by clang-tidyYann Collet2019-04-242-66/+75
|/
* Merge pull request #697 from ldv-alt/fixes/test-amalgamationYann Collet2019-04-242-11/+9
|\
| * test-amalgamation: split the ruleDmitry V. Levin2019-04-231-6/+8
| * test-amalgamation: fix compilation optionsDmitry V. Levin2019-04-231-1/+1
| * test-amalgamation: use a single cat commandDmitry V. Levin2019-04-232-6/+2
| * test-amalgamation: fix the list of prerequisitesDmitry V. Levin2019-04-231-1/+1
* | Merge pull request #696 from lz4/mactestYann Collet2019-04-232-4/+6
|\ \ | |/ |/|
| * Merge pull request #695 from lembacon/makefile-osYann Collet2019-04-231-3/+2
| |\
| | * lib/Makefile: Fix detection of `Darwin`.Chongyu Zhu2019-04-231-3/+2
| |/ |/|
| * added library build test on Mac OS-XYann Collet2019-04-231-1/+4
|/
* Merge pull request #693 from JPeterMugaas/masterYann Collet2019-04-236-69/+173
|\
| * More build imrpvementsJPeterMugaas2019-04-236-69/+173
|/
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2019-04-2311-77/+254
|\
| * Merge pull request #691 from lz4/listYann Collet2019-04-236-18/+176
| |\
| | * fix: no leak when LZ4F_dctx creation failsYann Collet2019-04-221-9/+4
| | * updated code commentsYann Collet2019-04-221-4/+5
| | * --list gives block typeYann Collet2019-04-223-9/+24
| | * --list can resume after a failed fileYann Collet2019-04-222-44/+61
| | * refactored --list functionYann Collet2019-04-224-93/+111
| | * fixed C90 complianceYann Collet2019-04-224-68/+74
| | * Merge pull request #690 from gabrielstedman/devYann Collet2019-04-225-4/+110
| | |\
| | | * FR #598 - Correctly initialize cfinfo & cast malloc res to (char*)gabrielstedman2019-04-221-2/+2
| | | * FR #598 - Make fileSize unsigned long longgabrielstedman2019-04-222-4/+4
| | | * FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_filegabrielstedman2019-04-224-15/+24
| | | * Merge https://github.com/lz4/lz4 into devgabrielstedman2019-04-225-56/+64
| | | |\ | | | |/ | | |/|
| | | * FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword funcgabrielstedman2019-04-223-76/+68
| | | * FR #598 Improve initial design, test mallocs, support C90.gabrielstedman2019-04-214-60/+94
| | | * correctly use unisgned int for indexgabrielstedman2019-04-201-2/+2
| | | * Add --list option to display compressed file information.gabrielstedman2019-04-203-3/+82
| * | | Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet2019-04-226-59/+78
| |\ \ \ | | |/ / | |/| |
| | * | Make programs/Makefile use the includes.JPeterMugaas2019-04-221-42/+1
| | * | Fix a test for mingwJPeterMugaas2019-04-224-4/+4
| | * | Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas2019-04-225-186/+66
| | * | Initial commits from diff I submitted earlierJPeterMugaas2019-04-225-33/+221
| | * | Merge pull request #673 from lz4/devv1.9.0Yann Collet2019-04-164-11/+11
| | |\ \
| | * \ \ Merge pull request #670 from lz4/devYann Collet2019-04-1657-2094/+4416
| | |\ \ \
* | | | | | updated NEWS for v1.9.1Yann Collet2019-04-231-1/+3
|/ / / / /
* | | | | Merge pull request #686 from lz4/clistdoutYann Collet2019-04-224-46/+62
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ensure tests work when `stdout` is not the consoleYann Collet2019-04-224-18/+18
| * | | | tests/Makefile : created CMP variableYann Collet2019-04-211-6/+8
| * | | | cli: display a warning whenever default output is stdout while input != stdinYann Collet2019-04-202-24/+38
|/ / / /
* | | | bumped version numberYann Collet2019-04-194-5/+10
* | | | Merge pull request #684 from lz4/cxxlz4fYann Collet2019-04-193-6/+8
|\ \ \ \
| * | | | lz4frame: initializers compatibility with C++Yann Collet2019-04-193-6/+8
|/ / / /
* | | | Merge pull request #683 from lz4/fuzasanYann Collet2019-04-193-103/+112
|\ \ \ \