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 356daf9b Merge pull request #533 from apache/hotfix/sort_in_lb_command add d2240029 Add linker script for add_celix_bundle so minimize bundle lib size add 272c1e9c Merge branch 'master' into feature/bundle_linker_script add 5ab7fcf6 Add celix_bundle_hide_symbols cmake function add 577d9a96 Merge remote-tracking branch 'origin/master' into feature/bundle_linker_script add b7bd54da Merge remote-tracking branch 'origin/master' into feature/bundle_linker_script add 6b7a80e0 Default hide symbols for bundle (activator) libs add 5dc6124f Merge branch 'feature/bundle_linker_script' of github.com:apache/celix into feature/bundle_linker_script add aeaa104d Remove unneeded linker script files add 1128583b Rewrite bundle symbol visibility paragraph new c63c6353 Merge pull request #532 from apache/feature/bundle_hide_symbols 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/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(-)