Go to file
yann.collet.73@gmail.com ffb27d4eca LZ4 HC : extended detection window. Thanks to Adrien Grand.
Fuzzer : more tests cases
lz4demo : detect write errors. Thanks to Dima Tisnek
bench.c : compatibility with Solaris 64. Thanks to Thorbjørn Willoch
LZ4_compressBound() : now both in inline function and macro format. Thanks to Jacob Gorm Hansen

git-svn-id: https://lz4.googlecode.com/svn/trunk@84 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2012-11-30 13:23:36 +00:00
cmake Update CMake file to handle lz4hc. Thanks to Mark Wotton for notification and correction 2012-06-08 09:36:33 +00:00
bench.c LZ4 HC : extended detection window. Thanks to Adrien Grand. 2012-11-30 13:23:36 +00:00
bench.h minor code refactoring, mostly around __builtin_expect 2012-03-09 21:46:59 +00:00
fuzzer.c LZ4 HC : extended detection window. Thanks to Adrien Grand. 2012-11-30 13:23:36 +00:00
lz4_format_description.txt Small speed improvement (compression & decompression), Thanks Maciej Adamczyk for suggestion 2012-03-01 15:19:08 +00:00
lz4.c LZ4 HC : extended detection window. Thanks to Adrien Grand. 2012-11-30 13:23:36 +00:00
lz4.h LZ4 HC : extended detection window. Thanks to Adrien Grand. 2012-11-30 13:23:36 +00:00
lz4demo.c LZ4 HC : extended detection window. Thanks to Adrien Grand. 2012-11-30 13:23:36 +00:00
lz4hc.c LZ4 HC : extended detection window. Thanks to Adrien Grand. 2012-11-30 13:23:36 +00:00
lz4hc.h Added : LZ4 HC : Now integrated into main trunk. 2012-05-13 17:59:10 +00:00
Makefile - Corrected issue 31 : LZ4 correctly accepts compressing data when the output buffer has exactly the required size (it was a bit over-cautious in previous version). 2012-10-24 12:59:19 +00:00