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 2022/03/21 14:46:41 UTC

[celix] branch feature/conan_support updated (7bff6a0 -> 36bc83f)

This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a change to branch feature/conan_support
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 7bff6a0  Add test_package for remaining pubsub components.
     add debaeef  Fix memory leaks in psa, reported by CI.
     add bd1fdee  Merge branch 'hotfix/psa_memory_leak' into conan_support
     add 36bc83f  Adjust option order of test_package to be consistent with that of Celix, add test_package for RSA.

No new revisions were added by this update.

Summary of changes:
 .../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c |   1 +
 .../src/pubsub_udpmc_topic_sender.c                |   1 +
 bundles/remote_services/rsa_common/CMakeLists.txt  |   2 +-
 conanfile.py                                       |   2 +-
 test_package/CMakeLists.txt                        | 165 ++++++++++++++-------
 test_package/conanfile.py                          |  48 +++---
 test_package/my_rsa_activator.c                    | 115 ++++++++++++++
 7 files changed, 260 insertions(+), 74 deletions(-)
 create mode 100644 test_package/my_rsa_activator.c