You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/07/01 11:55:16 UTC

[celix] branch bugfix/pstm_deadlock_work_outside_of_locks updated (48af5e5 -> 74fa90c)

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

pnoltes pushed a change to branch bugfix/pstm_deadlock_work_outside_of_locks
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 48af5e5  Merge remote-tracking branch 'remotes/origin/master' into bugfix/pstm_deadlock_introduce_use_counts
     add 80ec83e  First version for coverity workflow.
     add 22d2d22  Merge pull request #263 from apache/feature/coverity-workflow
     add f8e2b93  Update coverity-scan.yml
     add e099034  Update coverity-scan.yml
     add c073271  Fix thread safety in dependency manager
     add 4ae05da  Merge pull request #266 from Oipo/bugfix/celix_array_bug
     add 4ee659e  Merge remote-tracking branch 'remotes/origin/master' into bugfix/pstm_deadlock_introduce_use_counts
     add 74fa90c  Fixes wrong used index variable

No new revisions were added by this update.

Summary of changes:
 .github/workflows/coverity-scan.yml                | 57 ++++++++++++++++++++++
 .../src/pubsub_topology_manager.c                  |  4 +-
 libs/framework/src/dm_dependency_manager_impl.c    | 40 ++++++++++-----
 3 files changed, 86 insertions(+), 15 deletions(-)
 create mode 100644 .github/workflows/coverity-scan.yml