This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit ca74a957d415cea0120a549bbf75752a0bff44fd
Merge: 0fce5e6 5ee5a2d
Author: Pepijn Noltes <[email protected]>
AuthorDate: Tue Feb 8 12:27:01 2022 +0100

    Merge pull request #386 from apache/feature/list_all_bundles
    
    Reintroduces a way to install - but not start - bundles

 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  | 28 ++++++++
 .../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, 390 insertions(+), 79 deletions(-)

Reply via email to