-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e039f13
commit 0d1105f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule xxHash
updated
23 files
+51 −53 | .github/workflows/ci.yml | |
+0 −72 | .github/workflows/scorecard.yml | |
+3 −9 | .gitignore | |
+142 −0 | .travis.yml | |
+0 −1 | Doxyfile | |
+0 −1 | Doxyfile-internal | |
+12 −35 | Makefile | |
+30 −47 | README.md | |
+3 −7 | cli/xsum_bench.c | |
+2 −17 | cli/xsum_os_specific.c | |
+8 −47 | cli/xsum_sanity_check.c | |
+20 −81 | cli/xxhsum.1 | |
+5 −4 | cli/xxhsum.1.md | |
+29 −55 | cli/xxhsum.c | |
+19 −5 | cmake_unofficial/CMakeLists.txt | |
+0 −11 | fuzz/fuzzer.c | |
+5 −8 | tests/collisions/Makefile | |
+73 −99 | tests/collisions/main.c | |
+12 −52 | tests/sanity_test.c | |
+6 −6 | tests/sanity_test_vectors_generator.c | |
+1 −5 | xxh_x86dispatch.c | |
+4 −3 | xxhash.c | |
+222 −538 | xxhash.h |