File tree
7 files changed
+10
-7
lines changed- .github/workflows
- src
7 files changed
+10
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + |
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
288 | 289 |
| |
289 | 290 |
| |
290 | 291 |
| |
291 |
| - | |
| 292 | + | |
292 | 293 |
| |
293 | 294 |
| |
294 | 295 |
| |
|
- .gitattributes+7-60
- .github/ISSUE_TEMPLATE/bug_report.md-38
- .github/workflows/ci.yml+439
- .gitignore+46-278
- .travis.yml+142-38
- CHANGELOG+71
- CMakeLists.txt-60
- CODE_OF_CONDUCT.md-76
- Doxyfile+58
- LICENSE+19-19
- Makefile+546
- README.md+205-90
- appveyor.yml+115
- cli/COPYING+339
- cli/README.md+4
- cli/xsum_arch.h+153
- cli/xsum_bench.c+436
- cli/xsum_bench.h+51
- cli/xsum_config.h+214
- cli/xsum_os_specific.c+482
- cli/xsum_os_specific.h+89
- cli/xsum_output.c+65
- cli/xsum_output.h+62
- cli/xsum_sanity_check.c+692
- cli/xsum_sanity_check.h+60
- cli/xxhsum.1+106
- cli/xxhsum.1.md+148
- cli/xxhsum.c+1.1k
- cmake_unofficial/.gitignore+12
- cmake_unofficial/CMakeLists.txt+173
- cmake_unofficial/README.md+36
- cmake_unofficial/xxHashConfig.cmake.in+4
- doc/README.md+9
- doc/xxhash.cry+206
- doc/xxhash_spec.md+351
- include/xxhash.hpp-2.1k
- libxxhash.pc.in+15
- test/CMakeLists.txt-24
- test/catch.hpp-14.1k
- test/test_main.cpp-627
- test/xxh3.h-2.1k
- test/xxhash.h-1.9k
- tests/Makefile+112
- tests/bench/.clang_complete+1
- tests/bench/.gitignore+11
- tests/bench/LICENSE+339
- tests/bench/Makefile+68
- tests/bench/benchHash.c+164
- tests/bench/benchHash.h+67
- tests/bench/benchfn.c+252
- tests/bench/benchfn.h+183
- tests/bench/bhDisplay.c+160
- tests/bench/bhDisplay.h+61
- tests/bench/hashes.h+118
- tests/bench/main.c+220
- tests/bench/timefn.c+168
- tests/bench/timefn.h+89
- tests/collisions/.gitignore+2
- tests/collisions/LICENSE+339
- tests/collisions/Makefile+75
- tests/collisions/README.md+122
- tests/collisions/allcodecs/README.md+1
- tests/collisions/allcodecs/dummy.c+38
- tests/collisions/allcodecs/dummy.h+45
- tests/collisions/hashes.h+127
- tests/collisions/main.c+1.1k
- tests/collisions/pool.c+344
- tests/collisions/pool.h+80
- tests/collisions/sort.cc+59
- tests/collisions/sort.hh+40
- tests/collisions/threading.c+82
- tests/collisions/threading.h+124
- tests/generate_unicode_test.c+154
- tests/multiInclude.c+78
- tests/ppc_define.c+62
- tests/unicode_lint.sh+43
- xxh3.h+55
- xxh_x86dispatch.c+770
- xxh_x86dispatch.h+86
- xxhash.c+43
- xxhash.h+5.6k
0 commit comments