forked from rust-rocksdb/rust-rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update snappy to 1.1.10 (rust-rocksdb#788)
- Loading branch information
1 parent
8cf8996
commit bcf5667
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule snappy
updated
17 files
+0 −37 | .appveyor.yml | |
+135 −0 | .github/workflows/build.yml | |
+0 −100 | .travis.yml | |
+23 −1 | CMakeLists.txt | |
+9 −24 | CONTRIBUTING.md | |
+6 −0 | NEWS | |
+27 −2 | README.md | |
+25 −15 | cmake/config.h.in | |
+88 −10 | snappy-internal.h | |
+57 −24 | snappy-stubs-internal.h | |
+1 −1 | snappy-test.cc | |
+9 −9 | snappy-test.h | |
+364 −130 | snappy.cc | |
+15 −2 | snappy.h | |
+50 −2 | snappy_benchmark.cc | |
+2 −2 | snappy_test_tool.cc | |
+65 −21 | snappy_unittest.cc |