-
-
Notifications
You must be signed in to change notification settings - Fork 105
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 snappy
updated
26 files
+0 −37 | .appveyor.yml | |
+4 −0 | .bazelrc | |
+135 −0 | .github/workflows/build.yml | |
+2 −0 | .gitignore | |
+0 −100 | .travis.yml | |
+211 −0 | BUILD.bazel | |
+44 −1 | CMakeLists.txt | |
+9 −24 | CONTRIBUTING.md | |
+23 −0 | MODULE.bazel | |
+7 −1 | NEWS | |
+27 −2 | README.md | |
+27 −0 | WORKSPACE | |
+0 −0 | WORKSPACE.bzlmod | |
+28 −15 | cmake/config.h.in | |
+118 −10 | snappy-internal.h | |
+62 −23 | snappy-stubs-internal.h | |
+1 −1 | snappy-test.cc | |
+9 −9 | snappy-test.h | |
+601 −148 | snappy.cc | |
+56 −8 | snappy.h | |
+86 −18 | snappy_benchmark.cc | |
+18 −14 | snappy_compress_fuzzer.cc | |
+6 −4 | snappy_test_tool.cc | |
+65 −21 | snappy_unittest.cc | |
+1 −1 | third_party/benchmark | |
+1 −1 | third_party/googletest |