Import lz4_1.9.3.orig.tar.gz
authorNobuhiro Iwamatsu <iwamatsu@debian.org>
Mon, 30 Nov 2020 21:07:12 +0000 (21:07 +0000)
committerNobuhiro Iwamatsu <iwamatsu@debian.org>
Mon, 30 Nov 2020 21:07:12 +0000 (21:07 +0000)
commitb18c1122c1ac32a584dfcabb102249bed8d0d0e3
tree9e15f7d1f6e8aa099607b6da80e9a344c199aa32
Import lz4_1.9.3.orig.tar.gz

[dgit import orig lz4_1.9.3.orig.tar.gz]
166 files changed:
.circleci/config.yml [new file with mode: 0644]
.circleci/images/primary/Dockerfile [new file with mode: 0644]
.cirrus.yml [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [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]
build/.gitignore [new file with mode: 0644]
build/README.md [new file with mode: 0644]
build/VS2010/datagen/datagen.vcxproj [new file with mode: 0644]
build/VS2010/frametest/frametest.vcxproj [new file with mode: 0644]
build/VS2010/fullbench-dll/fullbench-dll.vcxproj [new file with mode: 0644]
build/VS2010/fullbench/fullbench.vcxproj [new file with mode: 0644]
build/VS2010/fuzzer/fuzzer.vcxproj [new file with mode: 0644]
build/VS2010/liblz4-dll/liblz4-dll.rc [new file with mode: 0644]
build/VS2010/liblz4-dll/liblz4-dll.vcxproj [new file with mode: 0644]
build/VS2010/liblz4/liblz4.vcxproj [new file with mode: 0644]
build/VS2010/lz4.sln [new file with mode: 0644]
build/VS2010/lz4/lz4.rc [new file with mode: 0644]
build/VS2010/lz4/lz4.vcxproj [new file with mode: 0644]
build/VS2017/datagen/datagen.vcxproj [new file with mode: 0644]
build/VS2017/frametest/frametest.vcxproj [new file with mode: 0644]
build/VS2017/fullbench-dll/fullbench-dll.vcxproj [new file with mode: 0644]
build/VS2017/fullbench/fullbench.vcxproj [new file with mode: 0644]
build/VS2017/fuzzer/fuzzer.vcxproj [new file with mode: 0644]
build/VS2017/liblz4-dll/liblz4-dll.rc [new file with mode: 0644]
build/VS2017/liblz4-dll/liblz4-dll.vcxproj [new file with mode: 0644]
build/VS2017/liblz4/liblz4.vcxproj [new file with mode: 0644]
build/VS2017/lz4.sln [new file with mode: 0644]
build/VS2017/lz4/lz4.rc [new file with mode: 0644]
build/VS2017/lz4/lz4.vcxproj [new file with mode: 0644]
build/cmake/.gitignore [new file with mode: 0644]
build/cmake/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/README.md [new file with mode: 0644]
contrib/meson/meson.build [new file with mode: 0644]
contrib/meson/meson/GetLz4LibraryVersion.py [new file with mode: 0644]
contrib/meson/meson/InstallSymlink.py [new file with mode: 0644]
contrib/meson/meson/contrib/gen_manual/meson.build [new file with mode: 0644]
contrib/meson/meson/contrib/meson.build [new file with mode: 0644]
contrib/meson/meson/examples/meson.build [new file with mode: 0644]
contrib/meson/meson/lib/meson.build [new file with mode: 0644]
contrib/meson/meson/meson.build [new file with mode: 0644]
contrib/meson/meson/programs/meson.build [new file with mode: 0644]
contrib/meson/meson/tests/meson.build [new file with mode: 0644]
contrib/meson/meson_options.txt [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]
ossfuzz/Makefile [new file with mode: 0644]
ossfuzz/compress_frame_fuzzer.c [new file with mode: 0644]
ossfuzz/compress_fuzzer.c [new file with mode: 0644]
ossfuzz/compress_hc_fuzzer.c [new file with mode: 0644]
ossfuzz/decompress_frame_fuzzer.c [new file with mode: 0644]
ossfuzz/decompress_fuzzer.c [new file with mode: 0644]
ossfuzz/fuzz.h [new file with mode: 0644]
ossfuzz/fuzz_data_producer.c [new file with mode: 0644]
ossfuzz/fuzz_data_producer.h [new file with mode: 0644]
ossfuzz/fuzz_helpers.h [new file with mode: 0644]
ossfuzz/lz4_helpers.c [new file with mode: 0644]
ossfuzz/lz4_helpers.h [new file with mode: 0644]
ossfuzz/ossfuzz.sh [new file with mode: 0755]
ossfuzz/round_trip_frame_fuzzer.c [new file with mode: 0644]
ossfuzz/round_trip_fuzzer.c [new file with mode: 0644]
ossfuzz/round_trip_hc_fuzzer.c [new file with mode: 0644]
ossfuzz/round_trip_stream_fuzzer.c [new file with mode: 0644]
ossfuzz/standaloneengine.c [new file with mode: 0644]
ossfuzz/travisoss.sh [new file with mode: 0755]
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/decompress-partial.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-list.py [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]
tmp [new file with mode: 0644]
tmpsparse [new file with mode: 0644]