-
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
bdb38a8
commit a1412ca
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule c-blosc2
updated
27 files
+8 −0 | RELEASE_NOTES.md | |
+1 −1 | bench/trunc_prec_schunk.c | |
+41 −0 | blosc/blosc-private.h | |
+26 −6 | blosc/blosc2.c | |
+5 −2 | blosc/stune.c | |
+4 −0 | doc/reference/blosc1.rst | |
+2 −1 | doc/reference/index.rst | |
+4 −0 | doc/reference/metalayers.rst | |
+10 −0 | doc/reference/plugins.rst | |
+13 −0 | doc/reference/schunk.rst | |
+31 −0 | doc/reference/utility_functions.rst | |
+0 −0 | doc/reference/utility_variables.rst | |
+1 −1 | examples/frame_roundtrip.c | |
+1 −0 | include/b2nd.h | |
+56 −53 | include/blosc2.h | |
+1 −0 | include/blosc2/filters-registry.h | |
+1 −0 | plugins/filters/CMakeLists.txt | |
+0 −6 | plugins/filters/bytedelta/CMakeLists.txt | |
+0 −2 | plugins/filters/bytedelta/bytedelta.c | |
+10 −0 | plugins/filters/filters-registry.c | |
+26 −0 | plugins/filters/int_trunc/CMakeLists.txt | |
+125 −0 | plugins/filters/int_trunc/int_trunc.c | |
+22 −0 | plugins/filters/int_trunc/int_trunc.h | |
+455 −0 | plugins/filters/int_trunc/test_int_trunc.c | |
+2 −2 | tests/test_compressor.c | |
+1 −0 | tests/test_dict_schunk.c | |
+1 −1 | tests/test_lazychunk_memcpyed.c |