Go to file
yann.collet.73@gmail.com a78db582d3 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
2013-10-21 08:03:40 +00:00
cmake Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. 2013-10-21 08:03:40 +00:00
bench.c Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. 2013-10-21 08:03:40 +00:00
bench.h lz4c : made display and arguments more compatible with gzip, for easier integration with tar (patch by Yaakov Selkowitz) 2013-07-27 11:19:31 +00:00
COPYING Makefile : New install script and man page, contributed by Prasad Pandit 2013-09-25 09:00:37 +00:00
fullbench.c New command line utility, lz4 (notice the missing final 'c'), with gzip-style arguments (issue 83) 2013-09-09 09:06:21 +00:00
fuzzer.c Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" 2013-08-12 08:35:52 +00:00
lz4_format_description.txt Added : LZ4 Streaming Format specification (v1.3) 2013-04-13 09:31:22 +00:00
lz4.1 git-svn-id: https://lz4.googlecode.com/svn/trunk@106 650e7d94-2a16-8b24-b05c-7c0b3f6821cd 2013-10-01 20:32:43 +00:00
lz4.c Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. 2013-10-21 08:03:40 +00:00
lz4.h Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. 2013-10-21 08:03:40 +00:00
lz4cli.c Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. 2013-10-21 08:03:40 +00:00
lz4hc.c LZ4 compression supports block dependency (argument -BD within lz4c command line) 2013-08-16 10:46:08 +00:00
lz4hc.h LZ4 compression supports block dependency (argument -BD within lz4c command line) 2013-08-16 10:46:08 +00:00
LZ4_Streaming_Format.odt Makefile : New install script and man page, contributed by Prasad Pandit 2013-09-25 09:00:37 +00:00
Makefile Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. 2013-10-21 08:03:40 +00:00
NEWS Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. 2013-10-21 08:03:40 +00:00
xxhash.c Bugfix release 2013-08-07 17:14:03 +00:00
xxhash.h lz4.c no longer depends on lz4_decoder.h (removed) 2013-06-10 17:29:13 +00:00