You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2023/06/30 13:32:02 UTC

[celix] branch master updated (ec049083 -> f9e28753)

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 ec049083 Merge pull request #582 from apache/feature/522-support-uncompressed-bundle
     add be34f24c Add hide symbols config for static bundles libs
     add fac303ec Remove hide symbols from rsa_common
     add b0339baa Revert "Remove hide symbols from rsa_common"
     add 55b76b65 Fix testing issue caused by `celix_target_hide_symbols(rsa_common)`.
     add 740fe550 Add the "hide symbols" configuration to remaining shared library under libs dir.
     add 5d0e47d6 Fix standalone etcdlib build error.
     add b6a4713f Apply symbol visibility control for standalone etcdlib.
     add 17035e0f Revert "Apply symbol visibility control for standalone etcdlib."
     add 7e9911bb Revert "Fix standalone etcdlib build error."
     add 84934abb Revert "Add the "hide symbols" configuration to remaining shared library under libs dir."
     new f9e28753 Merge pull request #584 from apache/feature/442-export-headers-bundle-libs

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 ++
 bundles/pubsub/pubsub_utils/CMakeLists.txt            |  1 +
 .../discovery_zeroconf/gtest/CMakeLists.txt           |  2 +-
 .../rsa_shm/gtest/CMakeLists.txt                      |  2 +-
 bundles/remote_services/rsa_common/CMakeLists.txt     | 19 ++++++++++++++-----
 .../remote_services/rsa_common/gtest/CMakeLists.txt   |  2 +-
 bundles/remote_services/rsa_dfi_utils/CMakeLists.txt  |  1 +
 .../remote_services/rsa_rpc_json/gtest/CMakeLists.txt |  2 +-
 bundles/remote_services/thpool/CMakeLists.txt         |  2 +-
 9 files changed, 23 insertions(+), 10 deletions(-)


[celix] 01/01: Merge pull request #584 from apache/feature/442-export-headers-bundle-libs

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f9e287536be2e39f197a2775645e4cfe652e6235
Merge: ec049083 84934abb
Author: PengZheng <ho...@gmail.com>
AuthorDate: Fri Jun 30 21:31:56 2023 +0800

    Merge pull request #584 from apache/feature/442-export-headers-bundle-libs
    
    Feature/442 export headers bundle libs

 bundles/pubsub/pubsub_spi/CMakeLists.txt              |  2 ++
 bundles/pubsub/pubsub_utils/CMakeLists.txt            |  1 +
 .../discovery_zeroconf/gtest/CMakeLists.txt           |  2 +-
 .../rsa_shm/gtest/CMakeLists.txt                      |  2 +-
 bundles/remote_services/rsa_common/CMakeLists.txt     | 19 ++++++++++++++-----
 .../remote_services/rsa_common/gtest/CMakeLists.txt   |  2 +-
 bundles/remote_services/rsa_dfi_utils/CMakeLists.txt  |  1 +
 .../remote_services/rsa_rpc_json/gtest/CMakeLists.txt |  2 +-
 bundles/remote_services/thpool/CMakeLists.txt         |  2 +-
 9 files changed, 23 insertions(+), 10 deletions(-)