-
Notifications
You must be signed in to change notification settings - Fork 20
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
2dd5cc7
commit c84c3c7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule c-blosc2
updated
12 files
+1 −1 | .github/workflows/fuzz.yml | |
+1 −1 | README.rst | |
+6 −0 | RELEASE_NOTES.md | |
+40 −0 | blosc/b2nd-private.h | |
+86 −0 | blosc/b2nd.c | |
+24 −0 | blosc/blosc2.c | |
+40 −0 | blosc/schunk-private.h | |
+21 −0 | blosc/schunk.c | |
+17 −2 | include/blosc2.h | |
+1 −0 | include/blosc2/codecs-registry.h | |
+9 −0 | plugins/codecs/codecs-registry.c | |
+172 −0 | tests/test_get_slice_nchunks.c |