Added : LZ4 Streaming Format specification (v1.3)
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Sat, 13 Apr 2013 09:31:22 +0000 (09:31 +0000)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Sat, 13 Apr 2013 09:31:22 +0000 (09:31 +0000)
commitcbfd031d301222123d185320a55a923f9363f781
tree4d1b6bee26974c0bb98ec3c2989e8e1d81da3046
parent647baabcef0effcfcb3cc0dadb2970db681c9d52
Added : LZ4 Streaming Format specification (v1.3)
Added : LZ4c command-line utility, supporting the new streaming format
Added : xxhash library
Removed : lz4demo is now replaced by lz4.c
Removed : a few level 4 warnings (issue 64)
Updated : makefiles

git-svn-id: https://lz4.googlecode.com/svn/trunk@92 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
16 files changed:
LZ4 Streaming Format.odt [new file with mode: 0644]
Makefile
bench.c
bench.h
cmake/CMakeLists.txt
cmake/pack/CMakeLists.txt
fuzzer.c
lz4.c
lz4.h
lz4_format_description.txt
lz4c.c [new file with mode: 0644]
lz4demo.c [deleted file]
lz4hc.c
lz4hc.h
xxhash.c [new file with mode: 0644]
xxhash.h [new file with mode: 0644]