This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/pubsub-interceptor-fix
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 821488d Update CI config to try and limit the nr of parallel sub-make
processes due to the required mem.
new 7ec75a7 Refactors setting the C++ standard, because osx has issues
building with the prev setup.
new b29d587 Moves some test code to a gtest folder, so that coverage will
skips these
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 3 +-
bundles/cxx_remote_services/admin/CMakeLists.txt | 1 -
.../cxx_remote_services/admin/gtest/CMakeLists.txt | 1 -
.../discovery_configured/CMakeLists.txt | 1 -
.../discovery_configured/gtest/CMakeLists.txt | 2 -
.../cxx_remote_services/integration/CMakeLists.txt | 4 -
.../integration/gtest/CMakeLists.txt | 1 -
bundles/cxx_remote_services/rsa_spi/CMakeLists.txt | 2 -
.../topology_manager/CMakeLists.txt | 3 +-
bundles/pubsub/integration/CMakeLists.txt | 86 +++++++++++-----------
.../{src => gtest}/loopback_activator.c | 0
bundles/pubsub/integration/{src => gtest}/msg.h | 0
.../{src => gtest}/receive_count_service.h | 0
.../{src => gtest}/serializer_activator.cc | 0
.../integration/{src => gtest}/sut_activator.c | 0
.../{src => gtest}/sut_endpoint_activator.c | 0
.../integration/{src => gtest}/tst_activator.c | 0
.../{src => gtest}/tst_endpoint_activator.c | 0
.../pubsub_serializer_avrobin/gtest/CMakeLists.txt | 1 -
.../pubsub_serializer_json/gtest/CMakeLists.txt | 1 -
bundles/pubsub/pubsub_spi/gtest/CMakeLists.txt | 1 -
bundles/pubsub/pubsub_utils/gtest/CMakeLists.txt | 1 -
bundles/shell/shell/CMakeLists.txt | 1 +
examples/CMakeLists.txt | 2 +-
libs/framework/CMakeLists.txt | 2 +
libs/promises/CMakeLists.txt | 2 -
libs/promises/gtest/CMakeLists.txt | 1 -
27 files changed, 50 insertions(+), 66 deletions(-)
rename bundles/pubsub/integration/{src => gtest}/loopback_activator.c (100%)
rename bundles/pubsub/integration/{src => gtest}/msg.h (100%)
rename bundles/pubsub/integration/{src => gtest}/receive_count_service.h (100%)
rename bundles/pubsub/integration/{src => gtest}/serializer_activator.cc (100%)
rename bundles/pubsub/integration/{src => gtest}/sut_activator.c (100%)
rename bundles/pubsub/integration/{src => gtest}/sut_endpoint_activator.c
(100%)
rename bundles/pubsub/integration/{src => gtest}/tst_activator.c (100%)
rename bundles/pubsub/integration/{src => gtest}/tst_endpoint_activator.c
(100%)