This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 0fce5e6 Merge pull request #387 from apache/hotfix/release_build_issue
add 52d72cf Reintroduces a way to install - but not start - bundles with
a config/containers.
add f40fd7e Adds list bundles tests for C++ bundle context.
add 5ee5a2d Merge branch 'master' into feature/list_all_bundles
new ca74a95 Merge pull request #386 from apache/feature/list_all_bundles
The 1 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:
cmake/cmake_celix/ContainerPackaging.cmake | 29 ++++++--
documents/cmake_commands/README.md | 67 +++++++++++-------
.../celix-examples/http_example/CMakeLists.txt | 6 +-
libs/framework/gtest/CMakeLists.txt | 44 ++++++++----
.../gtest/install_and_start_bundles.properties.in | 16 ++---
.../gtest/src/CxxBundleContextTestSuite.cc | 46 ++++++++++++-
.../gtest/src/bundle_context_bundles_tests.cpp | 12 ++--
libs/framework/gtest/src/single_framework_test.cpp | 80 ++++++++++++++++++++++
libs/framework/include/celix/BundleContext.h | 35 +++++++---
libs/framework/include/celix/Constants.h | 12 ++++
libs/framework/include/celix_bundle_context.h | 12 +++-
libs/framework/include/celix_constants.h | 13 ++++
libs/framework/include/celix_framework.h | 21 +++++-
libs/framework/src/bundle_context.c | 14 ++--
libs/framework/src/framework.c | 50 ++++++++++++--
15 files changed, 369 insertions(+), 88 deletions(-)
copy bundles/logging/CMakeLists.txt =>
libs/framework/gtest/install_and_start_bundles.properties.in (65%)