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 2021/03/26 10:16:11 UTC

[celix] branch master updated (0729c4d -> ba90d82)

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 0729c4d  Merge pull request #330 from fredster33/patch-1
     add 10b0aea  Adds some missing sync calls.
     add e814028  Small updates after PR review
     add 766af1a  Increases promise timeout because of ci build failures.
     add df61743  Disables promise timeout test for macos
     new ba90d82  Merge pull request #332 from apache/feature/missing_async_calls

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:
 .../benchmark/src/LookupServicesBenchmark.cc       |  4 +-
 .../gtest/src/CxxBundleContextTestSuite.cc         | 28 +++++++++--
 .../gtest/src/DependencyManagerTestSuite.cc        | 11 ++++-
 libs/framework/include/celix/BundleActivator.h     |  2 +-
 libs/framework/include/celix/BundleContext.h       | 56 +++++++++++++++++-----
 libs/framework/include/celix/FrameworkFactory.h    |  5 +-
 libs/framework/include/celix/dm/Component.h        |  9 ++++
 libs/framework/include/celix/dm/Component_Impl.h   |  7 ++-
 .../framework/include/celix/dm/DependencyManager.h | 41 ++++++++++++++--
 .../include/celix/dm/DependencyManager_Impl.h      | 18 +++++++
 libs/framework/include/celix_bundle_context.h      |  2 +-
 libs/promises/gtest/src/PromisesTestSuite.cc       |  5 +-
 libs/promises/gtest/src/VoidPromisesTestSuite.cc   |  3 ++
 13 files changed, 161 insertions(+), 30 deletions(-)

[celix] 01/01: Merge pull request #332 from apache/feature/missing_async_calls

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

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

commit ba90d820d560ce15e045ba78da0df2d70f1c2aad
Merge: 0729c4d df61743
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Fri Mar 26 11:16:01 2021 +0100

    Merge pull request #332 from apache/feature/missing_async_calls
    
    Adds some missing async calls.

 .../benchmark/src/LookupServicesBenchmark.cc       |  4 +-
 .../gtest/src/CxxBundleContextTestSuite.cc         | 28 +++++++++--
 .../gtest/src/DependencyManagerTestSuite.cc        | 11 ++++-
 libs/framework/include/celix/BundleActivator.h     |  2 +-
 libs/framework/include/celix/BundleContext.h       | 56 +++++++++++++++++-----
 libs/framework/include/celix/FrameworkFactory.h    |  5 +-
 libs/framework/include/celix/dm/Component.h        |  9 ++++
 libs/framework/include/celix/dm/Component_Impl.h   |  7 ++-
 .../framework/include/celix/dm/DependencyManager.h | 41 ++++++++++++++--
 .../include/celix/dm/DependencyManager_Impl.h      | 18 +++++++
 libs/framework/include/celix_bundle_context.h      |  2 +-
 libs/promises/gtest/src/PromisesTestSuite.cc       |  5 +-
 libs/promises/gtest/src/VoidPromisesTestSuite.cc   |  3 ++
 13 files changed, 161 insertions(+), 30 deletions(-)