Import xxhash_0.8.0.orig.tar.gz
authorNorbert Preining <norbert@preining.info>
Sun, 9 Aug 2020 16:02:50 +0000 (17:02 +0100)
committerNorbert Preining <norbert@preining.info>
Sun, 9 Aug 2020 16:02:50 +0000 (17:02 +0100)
commit0aed24a7f23e5ffb21e3ae49b1dcf68ec1d021f1
treecc738e3ef161935e1f5f44d76d12d6aaf6169f64
Import xxhash_0.8.0.orig.tar.gz

[dgit import orig xxhash_0.8.0.orig.tar.gz]
57 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
cmake_unofficial/.gitignore [new file with mode: 0644]
cmake_unofficial/CMakeLists.txt [new file with mode: 0644]
cmake_unofficial/README.md [new file with mode: 0644]
cmake_unofficial/xxHashConfig.cmake.in [new file with mode: 0644]
doc/README.md [new file with mode: 0644]
doc/xxhash.cry [new file with mode: 0644]
doc/xxhash_spec.md [new file with mode: 0644]
libxxhash.pc.in [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/bench/.clang_complete [new file with mode: 0644]
tests/bench/.gitignore [new file with mode: 0644]
tests/bench/LICENSE [new file with mode: 0644]
tests/bench/Makefile [new file with mode: 0644]
tests/bench/benchHash.c [new file with mode: 0644]
tests/bench/benchHash.h [new file with mode: 0644]
tests/bench/benchfn.c [new file with mode: 0644]
tests/bench/benchfn.h [new file with mode: 0644]
tests/bench/bhDisplay.c [new file with mode: 0644]
tests/bench/bhDisplay.h [new file with mode: 0644]
tests/bench/hashes.h [new file with mode: 0644]
tests/bench/main.c [new file with mode: 0644]
tests/bench/timefn.c [new file with mode: 0644]
tests/bench/timefn.h [new file with mode: 0644]
tests/collisions/.gitignore [new file with mode: 0644]
tests/collisions/LICENSE [new file with mode: 0644]
tests/collisions/Makefile [new file with mode: 0644]
tests/collisions/README.md [new file with mode: 0644]
tests/collisions/allcodecs/README.md [new file with mode: 0644]
tests/collisions/allcodecs/dummy.c [new file with mode: 0644]
tests/collisions/allcodecs/dummy.h [new file with mode: 0644]
tests/collisions/hashes.h [new file with mode: 0644]
tests/collisions/main.c [new file with mode: 0644]
tests/collisions/pool.c [new file with mode: 0644]
tests/collisions/pool.h [new file with mode: 0644]
tests/collisions/sort.cc [new file with mode: 0644]
tests/collisions/sort.hh [new file with mode: 0644]
tests/collisions/threading.c [new file with mode: 0644]
tests/collisions/threading.h [new file with mode: 0644]
tests/generate_unicode_test.c [new file with mode: 0644]
tests/multiInclude.c [new file with mode: 0644]
tests/ppc_define.c [new file with mode: 0644]
xxh3.h [new file with mode: 0644]
xxh_x86dispatch.c [new file with mode: 0644]
xxh_x86dispatch.h [new file with mode: 0644]
xxhash.c [new file with mode: 0644]
xxhash.h [new file with mode: 0644]
xxhsum.1 [new file with mode: 0644]
xxhsum.1.md [new file with mode: 0644]
xxhsum.c [new file with mode: 0644]