-
Notifications
You must be signed in to change notification settings - Fork 252
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
1 parent
fd9f676
commit 697ece6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nim-snappy
updated
13 files
+1 −0 | .gitignore | |
+1 −0 | .gitmodules | |
+14 −10 | snappy.nim | |
+3 −1 | snappy/codec.nim | |
+2 −0 | snappy/decoder.nim | |
+2 −0 | snappy/encoder.nim | |
+3 −1 | snappy/exceptions.nim | |
+24 −18 | snappy/faststreams.nim | |
+3 −3 | snappy/streams.nim | |
+23 −11 | tests/benchmark.nim | |
+1 −1 | tests/fuzzing/fuzz_block_format.nim | |
+1 −1 | tests/snappycpp | |
+23 −4 | tests/test_framed.nim |