This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit 03d1b1bc6fa6764c7b66de5afb9eda34a2cee7a5 Merge: 646e32ee cdf38864 Author: PengZheng <[email protected]> AuthorDate: Mon Dec 12 10:16:19 2022 +0800 Merge pull request #451 from apache/feature/split_celix_cxx_option Feature/split celix cxx option CMakeLists.txt | 16 ++- bundles/CMakeLists.txt | 6 +- bundles/cxx_remote_services/CMakeLists.txt | 10 +- .../topology_manager/CMakeLists.txt | 41 -------- .../topology_manager/include/topology_manager.h | 63 ----------- .../topology_manager/src/topology_manager.cc | 116 --------------------- bundles/shell/shell/CMakeLists.txt | 2 +- bundles/shell/shell/gtest/CMakeLists.txt | 2 +- conanfile.py | 14 ++- documents/building/dev_celix_with_clion.md | 10 +- examples/celix-examples/CMakeLists.txt | 9 +- .../readme_cxx_examples/CMakeLists.txt | 2 + libs/CMakeLists.txt | 2 +- libs/framework/CMakeLists.txt | 2 +- libs/framework/benchmark/CMakeLists.txt | 3 +- libs/framework/gtest/CMakeLists.txt | 2 + libs/promises/CMakeLists.txt | 3 +- libs/promises/api/celix/Promise.h | 4 +- libs/promises/api/celix/impl/SharedPromiseState.h | 50 +++++---- libs/pushstreams/CMakeLists.txt | 3 +- libs/utils/CMakeLists.txt | 4 +- libs/utils/gtest/CMakeLists.txt | 2 + 22 files changed, 87 insertions(+), 279 deletions(-)
