Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Mon, 12 Aug 2013 08:35:52 +0000 (08:35 +0000)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Mon, 12 Aug 2013 08:35:52 +0000 (08:35 +0000)
commit27efcd4d4582add02884698ddca3c2cb96a281c5
tree4e0fb8ea2ec48acad921fcb4bb69586df884a047
parentdd06f543868771c0524783e06273edc0da3539ff
Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"
Improved speed of LZ4_decompress_fast() with GCC
Improved speed of LZ4_decompress_safe() for 32-bits
Made the fast LZ4 compression compatible with low-memory systems (buffer address < 64K). Thanks Francois Gretief for report and suggestion.
Makefile : added fuzzer32
Makefile : added fullbench32
fullbench : added ability to select one specific function to benchmark
lz4.c : copy macros follow memcpy() arguments convention
Small coding style modifications, hinted by cppCheck.

git-svn-id: https://lz4.googlecode.com/svn/trunk@101 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Makefile
bench.c
fullbench.c
fuzzer.c
lz4.c
lz4.h
lz4_encoder.h [deleted file]
lz4c.c
lz4hc.c
lz4hc_encoder.h [deleted file]