Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Mon, 21 Oct 2013 08:03:40 +0000 (08:03 +0000)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Mon, 21 Oct 2013 08:03:40 +0000 (08:03 +0000)
commita78db582d321446b5167de67eec8ba3239b14bbe
tree394401dcd266164afdaf8e8462d81614c79d517d
parent82bf5be9b0e4e5bd3dbdae4ec2aaa9fe8fc693fb
Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.
Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
Makefile : removed -Wno-implicit-declaration compilation switch
lz4cli.c : include <stduni.h> for isatty() (Luca Barbato)
lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)
lz4.h : LZ4_compressBound() : unified macro and inline definitions (Shay Green)
lz4.h : LZ4_decompressSafe_partial() : clarify comments (Shay Green)
lz4.c : LZ4_compress() verify input size condition (Shay Green)
bench.c : corrected a bug in free memory size evaluation
cmake : install into bin/ directory (Richard Yao)
cmake : check for just C compiler (Elan Ruusamae)

git-svn-id: https://lz4.googlecode.com/svn/trunk@107 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Makefile
NEWS
bench.c
cmake/CMakeLists.txt
cmake/pack/CMakeLists.txt
lz4.c
lz4.h
lz4cli.c