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/17 15:39:07 UTC

[celix] branch feature/conan_support updated (b3ee231 -> b34e5ff)

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 b3ee231  Add test_package for syslog_writer.
     add aa98685  Fix a first-check-then-do race condition during framework shutdown.
     add 98191a9  Merge branch 'hotfix/framework_shutdown_deadlock' into conan_support
     add b34e5ff  Add test_package for shell-related bundles, and remove irrelevant options from conan package ID calculation.

No new revisions were added by this update.

Summary of changes:
 conanfile.py                                    |  2 ++
 libs/framework/src/framework.c                  |  2 +-
 test_package/CMakeLists.txt                     | 40 +++++++++++++++++--------
 test_package/conanfile.py                       | 14 ++++++++-
 test_package/hello_bundle.c                     | 18 +++++------
 test_package/my_log_writer_activator.c          |  4 +--
 test_package/{test_framework.c => test_shell.c} | 37 +++++++++++++++++++++--
 7 files changed, 88 insertions(+), 29 deletions(-)
 copy test_package/{test_framework.c => test_shell.c} (50%)