-
Notifications
You must be signed in to change notification settings - Fork 19
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
69b79b5
commit 4af60f1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule c-blosc2
updated
15 files
+4 −5 | .github/workflows/cmake.yml | |
+5 −4 | ANNOUNCE.md | |
+16 −2 | RELEASE_NOTES.md | |
+0 −20 | blosc/schunk.c | |
+6 −1 | blosc/stune.c | |
+1 −1 | examples/CMakeLists.txt | |
+72 −0 | examples/get_blocksize.c | |
+11 −4 | include/blosc2.h | |
+1 −0 | include/blosc2/codecs-registry.h | |
+9 −0 | plugins/codecs/codecs-registry.c | |
+1 −1 | plugins/codecs/ndlz/test_ndlz.c | |
+1 −1 | plugins/codecs/zfp/test_zfp_acc_float.c | |
+1 −1 | plugins/codecs/zfp/test_zfp_prec_float.c | |
+1 −1 | plugins/codecs/zfp/test_zfp_rate_float.c | |
+1 −1 | plugins/codecs/zfp/test_zfp_rate_getitem.c |