This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from a0667538 Merge pull request #541 from apache/hotfix/macos-action-fix
add 9002e9ea Add a test case to illustrate lack of export symbols to be
used as valid caller of the error injection target.
add 38539edd Use a separate cut(code under test) library for unit test.
add a690d48b Fixed unresolved symbol when linking
test_framework_with_cxx14.
add bdbd660f Make bundles loadable without celix_bundle_private_libs.
add 85bc17e6 Use a separate utils_cut(code under test) library for unit
test.
add 0d5ff631 Fix typo causing compilation failure.
new dd3d35a3 Merge pull request #543 from
apache/feature/error_injector_ergonomics
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:
bundles/pubsub/pubsub_spi/CMakeLists.txt | 2 +-
libs/error_injector/api/celix_error_injector.h | 12 ++++
libs/framework/CMakeLists.txt | 55 ++++++++--------
libs/framework/gtest/CMakeLists.txt | 12 ++--
.../CelixBundleContextBundlesWithErrorTestSuite.cc | 15 +++++
libs/framework/src/bundle_archive_private.h | 3 +-
libs/framework/src/bundle_private.h | 5 +-
libs/framework/src/bundle_revision_private.h | 4 +-
libs/framework/src/celix_framework_utils_private.h | 13 +---
libs/framework/src/module.c | 3 +-
libs/utils/CMakeLists.txt | 76 ++++++++++++----------
libs/utils/gtest/CMakeLists.txt | 6 +-
libs/utils/src/array_list_private.h | 1 -
libs/utils/src/hash_map_private.h | 14 ++--
14 files changed, 121 insertions(+), 100 deletions(-)