-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating submodules, this removes remaining cmake deprecation warning…
…s. (#47)
- Loading branch information
1 parent
e9e94ba
commit 52d3a68
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule xxHash
updated
37 files
+7 −0 | .github/dependabot.yml | |
+170 −117 | .github/workflows/ci.yml | |
+6 −0 | .gitignore | |
+0 −1 | .tipi/deps | |
+0 −0 | .tipi/opts | |
+24 −0 | CHANGELOG | |
+6 −4 | Doxyfile | |
+63 −0 | Doxyfile-internal | |
+54 −11 | Makefile | |
+25 −35 | README.md | |
+13 −0 | SECURITY.md | |
+1 −1 | cli/.tipi/deps | |
+11 −1 | cli/xsum_arch.h | |
+13 −1 | cli/xsum_bench.c | |
+27 −2 | cli/xsum_os_specific.c | |
+29 −27 | cli/xsum_sanity_check.c | |
+86 −11 | cli/xxhsum.1 | |
+28 −25 | cli/xxhsum.1.md | |
+79 −17 | cli/xxhsum.c | |
+45 −28 | cmake_unofficial/CMakeLists.txt | |
+23 −0 | cmake_unofficial/JoinPaths.cmake | |
+1 −0 | cmake_unofficial/README.md | |
+474 −5 | doc/xxhash_spec.md | |
+2 −2 | libxxhash.pc.in | |
+20 −1 | tests/Makefile | |
+2 −0 | tests/bench/benchHash.c | |
+1 −0 | tests/bench/benchfn.c | |
+32 −0 | tests/cli-comment-line.sh | |
+51 −0 | tests/cli-ignore-missing.sh | |
+8 −5 | tests/collisions/Makefile | |
+98 −72 | tests/collisions/main.c | |
+763 −0 | tests/sanity_test.c | |
+45,832 −0 | tests/sanity_test_vectors.h | |
+464 −0 | tests/sanity_test_vectors_generator.c | |
+142 −67 | xxh_x86dispatch.c | |
+8 −8 | xxh_x86dispatch.h | |
+1,186 −482 | xxhash.h |