Import lz4_1.9.1.orig.tar.gz
authorNobuhiro Iwamatsu <iwamatsu@debian.org>
Thu, 23 May 2019 22:51:04 +0000 (23:51 +0100)
committerNobuhiro Iwamatsu <iwamatsu@debian.org>
Thu, 23 May 2019 22:51:04 +0000 (23:51 +0100)
commit6c4d5a164aa5a6d4ea24da8da403816a32329dea
treed1e8af731bf6ff7ef4631f518fd08d5d6ab3ccd2
Import lz4_1.9.1.orig.tar.gz

[dgit import orig lz4_1.9.1.orig.tar.gz]
136 files changed:
.circleci/config.yml [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.inc [new file with mode: 0644]
NEWS [new file with mode: 0644]
README.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
contrib/cmake_unofficial/.gitignore [new file with mode: 0644]
contrib/cmake_unofficial/CMakeLists.txt [new file with mode: 0644]
contrib/debian/changelog [new file with mode: 0644]
contrib/debian/compat [new file with mode: 0644]
contrib/debian/control [new file with mode: 0644]
contrib/debian/copyright [new file with mode: 0644]
contrib/debian/dirs [new file with mode: 0644]
contrib/debian/docs [new file with mode: 0644]
contrib/debian/liblz4-dev.install [new file with mode: 0644]
contrib/debian/liblz4.install [new file with mode: 0644]
contrib/debian/rules [new file with mode: 0755]
contrib/djgpp/LICENSE [new file with mode: 0644]
contrib/djgpp/Makefile [new file with mode: 0644]
contrib/djgpp/README.MD [new file with mode: 0644]
contrib/gen_manual/.gitignore [new file with mode: 0644]
contrib/gen_manual/Makefile [new file with mode: 0644]
contrib/gen_manual/README.md [new file with mode: 0644]
contrib/gen_manual/gen-lz4-manual.sh [new file with mode: 0644]
contrib/gen_manual/gen_manual.cpp [new file with mode: 0644]
contrib/meson/GetLz4LibraryVersion.py [new file with mode: 0644]
contrib/meson/InstallSymlink.py [new file with mode: 0644]
contrib/meson/README.md [new file with mode: 0644]
contrib/meson/contrib/gen_manual/meson.build [new file with mode: 0644]
contrib/meson/contrib/meson.build [new file with mode: 0644]
contrib/meson/examples/meson.build [new file with mode: 0644]
contrib/meson/lib/meson.build [new file with mode: 0644]
contrib/meson/meson.build [new file with mode: 0644]
contrib/meson/meson_options.txt [new file with mode: 0644]
contrib/meson/programs/meson.build [new file with mode: 0644]
contrib/meson/tests/meson.build [new file with mode: 0644]
contrib/snap/README.md [new file with mode: 0644]
contrib/snap/snapcraft.yaml [new file with mode: 0644]
doc/lz4_Block_format.md [new file with mode: 0644]
doc/lz4_Frame_format.md [new file with mode: 0644]
doc/lz4_manual.html [new file with mode: 0644]
doc/lz4frame_manual.html [new file with mode: 0644]
examples/.gitignore [new file with mode: 0644]
examples/COPYING [new file with mode: 0644]
examples/HCStreaming_ringBuffer.c [new file with mode: 0644]
examples/Makefile [new file with mode: 0644]
examples/README.md [new file with mode: 0644]
examples/blockStreaming_doubleBuffer.c [new file with mode: 0644]
examples/blockStreaming_doubleBuffer.md [new file with mode: 0644]
examples/blockStreaming_lineByLine.c [new file with mode: 0644]
examples/blockStreaming_lineByLine.md [new file with mode: 0644]
examples/blockStreaming_ringBuffer.c [new file with mode: 0644]
examples/compress_functions.c [new file with mode: 0644]
examples/dictionaryRandomAccess.c [new file with mode: 0644]
examples/dictionaryRandomAccess.md [new file with mode: 0644]
examples/frameCompress.c [new file with mode: 0644]
examples/printVersion.c [new file with mode: 0644]
examples/simple_buffer.c [new file with mode: 0644]
examples/streaming_api_basics.md [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/LICENSE [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/README.md [new file with mode: 0644]
lib/dll/example/Makefile [new file with mode: 0644]
lib/dll/example/README.md [new file with mode: 0644]
lib/dll/example/fullbench-dll.sln [new file with mode: 0644]
lib/dll/example/fullbench-dll.vcxproj [new file with mode: 0644]
lib/liblz4-dll.rc.in [new file with mode: 0644]
lib/liblz4.pc.in [new file with mode: 0644]
lib/lz4.c [new file with mode: 0644]
lib/lz4.h [new file with mode: 0644]
lib/lz4frame.c [new file with mode: 0644]
lib/lz4frame.h [new file with mode: 0644]
lib/lz4frame_static.h [new file with mode: 0644]
lib/lz4hc.c [new file with mode: 0644]
lib/lz4hc.h [new file with mode: 0644]
lib/xxhash.c [new file with mode: 0644]
lib/xxhash.h [new file with mode: 0644]
programs/.gitignore [new file with mode: 0644]
programs/COPYING [new file with mode: 0644]
programs/Makefile [new file with mode: 0644]
programs/README.md [new file with mode: 0644]
programs/bench.c [new file with mode: 0644]
programs/bench.h [new file with mode: 0644]
programs/datagen.c [new file with mode: 0644]
programs/datagen.h [new file with mode: 0644]
programs/lz4-exe.rc.in [new file with mode: 0644]
programs/lz4.1 [new file with mode: 0644]
programs/lz4.1.md [new file with mode: 0644]
programs/lz4cli.c [new file with mode: 0644]
programs/lz4io.c [new file with mode: 0644]
programs/lz4io.h [new file with mode: 0644]
programs/platform.h [new file with mode: 0644]
programs/util.h [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/COPYING [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/README.md [new file with mode: 0644]
tests/checkFrame.c [new file with mode: 0644]
tests/checkTag.c [new file with mode: 0644]
tests/datagencli.c [new file with mode: 0644]
tests/frametest.c [new file with mode: 0644]
tests/fullbench.c [new file with mode: 0644]
tests/fuzzer.c [new file with mode: 0644]
tests/roundTripTest.c [new file with mode: 0644]
tests/test-lz4-speed.py [new file with mode: 0644]
tests/test-lz4-versions.py [new file with mode: 0644]
tests/test_custom_block_sizes.sh [new file with mode: 0755]
tests/test_install.sh [new file with mode: 0755]
visual/.gitignore [new file with mode: 0644]
visual/README.md [new file with mode: 0644]
visual/VS2010/datagen/datagen.vcxproj [new file with mode: 0644]
visual/VS2010/frametest/frametest.vcxproj [new file with mode: 0644]
visual/VS2010/fullbench-dll/fullbench-dll.vcxproj [new file with mode: 0644]
visual/VS2010/fullbench/fullbench.vcxproj [new file with mode: 0644]
visual/VS2010/fuzzer/fuzzer.vcxproj [new file with mode: 0644]
visual/VS2010/liblz4-dll/liblz4-dll.rc [new file with mode: 0644]
visual/VS2010/liblz4-dll/liblz4-dll.vcxproj [new file with mode: 0644]
visual/VS2010/liblz4/liblz4.vcxproj [new file with mode: 0644]
visual/VS2010/lz4.sln [new file with mode: 0644]
visual/VS2010/lz4/lz4.rc [new file with mode: 0644]
visual/VS2010/lz4/lz4.vcxproj [new file with mode: 0644]
visual/VS2017/datagen/datagen.vcxproj [new file with mode: 0644]
visual/VS2017/frametest/frametest.vcxproj [new file with mode: 0644]
visual/VS2017/fullbench-dll/fullbench-dll.vcxproj [new file with mode: 0644]
visual/VS2017/fullbench/fullbench.vcxproj [new file with mode: 0644]
visual/VS2017/fuzzer/fuzzer.vcxproj [new file with mode: 0644]
visual/VS2017/liblz4-dll/liblz4-dll.rc [new file with mode: 0644]
visual/VS2017/liblz4-dll/liblz4-dll.vcxproj [new file with mode: 0644]
visual/VS2017/liblz4/liblz4.vcxproj [new file with mode: 0644]
visual/VS2017/lz4.sln [new file with mode: 0644]