Skip to content

Commit

Permalink
238, part 3: Separate common classes and utilities. Fix includes. Mov…
Browse files Browse the repository at this point in the history
…e tests. (#264)

- Moves classes and functions from common.hh/common.cpp to separate
files in src/common
- Updates header includes accordingly
- Move shard index tests to common/utilities.cpp
- Adds a thread pool unit test.

Depends on #262.
  • Loading branch information
aliddell authored Jul 10, 2024
1 parent 463fe6e commit f0f767d
Show file tree
Hide file tree
Showing 21 changed files with 954 additions and 728 deletions.
8 changes: 6 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ endif ()

set(tgt acquire-driver-zarr)
add_library(${tgt} MODULE
common.hh
common.cpp
common/dimension.hh
common/dimension.cpp
common/thread.pool.hh
common/thread.pool.cpp
common/utilities.hh
common/utilities.cpp
writers/sink.hh
writers/sink.creator.hh
writers/sink.creator.cpp
Expand Down
216 changes: 0 additions & 216 deletions src/common.cpp

This file was deleted.

149 changes: 0 additions & 149 deletions src/common.hh

This file was deleted.

Loading

0 comments on commit f0f767d

Please sign in to comment.