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 c63c63531c38dd54feecdf6fb6439beb19db8074 Merge: 356daf9b 1128583b Author: Pepijn Noltes <[email protected]> AuthorDate: Tue May 2 08:24:51 2023 +0200 Merge pull request #532 from apache/feature/bundle_hide_symbols Feature/bundle hide symbols 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 | 12 +++-- cmake/cmake_celix/Generic.cmake | 57 ++++++++++++++++++++++ documents/bundles.md | 49 +++++++++++++++++-- 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 ++++-- 12 files changed, 189 insertions(+), 33 deletions(-)
