This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/bundle_hide_symbols in repository https://gitbox.apache.org/repos/asf/celix.git
commit 5dc6124f282dc1133f228e44cd0fb1bd74ac49ea Merge: 272c1e9c 6b7a80e0 Author: Pepijn Noltes <pepijnnol...@gmail.com> AuthorDate: Mon May 1 18:27:14 2023 +0200 Merge branch 'feature/bundle_linker_script' of github.com:apache/celix into feature/bundle_linker_script bundles/logging/log_helper/CMakeLists.txt | 1 + .../log_service_v2/src/log_service_activator.c | 10 ++-- .../topology_manager/src/activator.c | 12 ++--- cmake/celix_project/CelixProject.cmake | 6 ++- cmake/cmake_celix/BundlePackaging.cmake | 14 ++++-- cmake/cmake_celix/Generic.cmake | 57 ++++++++++++++++++++++ .../make_only_activator_symbols_global.list | 22 ++------- .../make_only_activator_symbols_global.map | 18 +++++++ documents/bundles.md | 47 ++++++++++++++++-- documents/cmake_commands/README.md | 27 ++++++++++ .../readme_c_examples/CMakeLists.txt | 7 +++ .../readme_c_examples/src/my_bundle_activator.c | 17 +++++-- libs/framework/include/celix/BundleActivator.h | 8 +-- libs/framework/include/celix_bundle_activator.h | 16 ++++-- 14 files changed, 209 insertions(+), 53 deletions(-)