Skip to content

Commit

Permalink
update submodules (#173)
Browse files Browse the repository at this point in the history
Trying to update
[acquire-core-libs](#167)
and
[acquire-driver-zarr](#171)
independently is not working, but it should work together.
  • Loading branch information
aliddell authored Nov 16, 2023
1 parent 04129f0 commit 814b161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/acquire-driver-zarr
Submodule acquire-driver-zarr updated 40 files
+5 −1 CHANGELOG.md
+72 −26 README.md
+11 −9 examples/no-striping.cpp
+6 −3 src/CMakeLists.txt
+20 −16 src/README.md
+1 −1 src/acquire-core-libs
+79 −0 src/common.cpp
+61 −5 src/common.hh
+0 −28 src/prelude.h
+0 −215 src/writers/chunk.writer.cpp
+258 −179 src/writers/writer.cpp
+19 −25 src/writers/writer.hh
+108 −0 src/writers/zarrv2.writer.cpp
+10 −15 src/writers/zarrv2.writer.hh
+154 −0 src/writers/zarrv3.writer.cpp
+56 −0 src/writers/zarrv3.writer.hh
+81 −132 src/zarr.cpp
+19 −0 src/zarr.driver.c
+15 −52 src/zarr.hh
+26 −29 src/zarr.v2.cpp
+339 −0 src/zarr.v3.cpp
+40 −0 src/zarr.v3.hh
+37 −35 tests/CMakeLists.txt
+1 −1 tests/acquire-driver-common
+1 −1 tests/acquire-video-runtime
+5 −15 tests/get-meta.cpp
+7 −3 tests/multiscale-with-trivial-tile-size.cpp
+2 −5 tests/no-set-chunking.cpp
+6 −7 tests/write-zarr-compressed-multiscale.cpp
+11 −15 tests/write-zarr-compressed-with-chunking-and-rollover.cpp
+11 −15 tests/write-zarr-compressed-with-chunking.cpp
+8 −9 tests/write-zarr-raw-multiscale.cpp
+11 −15 tests/write-zarr-raw-with-chunking-and-rollover.cpp
+11 −15 tests/write-zarr-raw-with-chunking.cpp
+13 −12 tests/write-zarr-raw-with-ragged-tiling.cpp
+304 −0 tests/write-zarr-v3-compressed.cpp
+298 −0 tests/write-zarr-v3-raw.cpp
+8 −6 tests/write-zarr-with-defaults.cpp
+8 −6 tests/write-zarr-with-lz4-compression.cpp
+8 −6 tests/write-zarr-with-zstd-compression.cpp

0 comments on commit 814b161

Please sign in to comment.