forked from ton-blockchain/ton
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule crc32c
updated
18 files
+0 −37 | .appveyor.yml | |
+102 −0 | .github/workflows/build.yml | |
+1 −0 | .gitignore | |
+0 −74 | .travis.yml | |
+2 −2 | .ycm_extra_conf.py | |
+2 −0 | AUTHORS | |
+65 −46 | CMakeLists.txt | |
+4 −0 | Crc32cConfig.cmake.in | |
+2 −3 | README.md | |
+3 −3 | src/crc32c.cc | |
+11 −12 | src/crc32c_arm64.cc | |
+4 −4 | src/crc32c_arm64.h | |
+27 −9 | src/crc32c_arm64_check.h | |
+4 −4 | src/crc32c_benchmark.cc | |
+8 −8 | src/crc32c_read_le.h | |
+1 −1 | third_party/benchmark | |
+1 −1 | third_party/glog | |
+1 −1 | third_party/googletest |