Skip to content

Commit

Permalink
Standalone 14/14: Use the streaming API in the driver (#306)
Browse files Browse the repository at this point in the history
Depends on #305
  • Loading branch information
aliddell authored Oct 4, 2024
1 parent dc674fc commit b0540fd
Show file tree
Hide file tree
Showing 64 changed files with 1,379 additions and 7,086 deletions.
2 changes: 1 addition & 1 deletion acquire-common
33 changes: 4 additions & 29 deletions src/driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,8 @@ endif ()

set(tgt acquire-driver-zarr)
add_library(${tgt} MODULE
common/dimension.hh
common/dimension.cpp
common/thread.pool.hh
common/thread.pool.cpp
common/s3.connection.hh
common/s3.connection.cpp
common/utilities.hh
common/utilities.cpp
writers/sink.hh
writers/sink.creator.hh
writers/sink.creator.cpp
writers/file.sink.hh
writers/file.sink.cpp
writers/s3.sink.hh
writers/s3.sink.cpp
writers/array.writer.hh
writers/array.writer.cpp
writers/zarrv2.array.writer.hh
writers/zarrv2.array.writer.cpp
writers/zarrv3.array.writer.hh
writers/zarrv3.array.writer.cpp
writers/blosc.compressor.hh
writers/blosc.compressor.cpp
zarr.hh
zarr.cpp
zarr.v2.hh
zarr.v2.cpp
zarr.v3.hh
zarr.v3.cpp
zarr.storage.hh
zarr.storage.cpp
zarr.driver.c
)

Expand All @@ -46,10 +19,12 @@ target_link_libraries(${tgt} PRIVATE
acquire-core-platform
acquire-device-kit
acquire-device-properties
acquire-zarr
blosc_static
nlohmann_json::nlohmann_json
miniocpp::miniocpp
)

set_target_properties(${tgt} PROPERTIES
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>"
)
Expand Down
46 changes: 0 additions & 46 deletions src/driver/README.md

This file was deleted.

79 changes: 0 additions & 79 deletions src/driver/common/dimension.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions src/driver/common/dimension.hh

This file was deleted.

20 changes: 0 additions & 20 deletions src/driver/common/macros.hh

This file was deleted.

Loading

0 comments on commit b0540fd

Please sign in to comment.