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/10/12 12:03:09 UTC

[celix] branch master updated (ae90ebb -> b59493c)

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 ae90ebb  Merge pull request #363 from stegemr/feature/pushstream
     add 6f88d8f  Initial version of test showing remote pushstreams
     add 20a48cd  Adding primary documentation Prepare promisefactory as service in PushStreamProvider
     add d5b7526  review rework
     add 0dee9c7  Relaxing interface
     add f9c0877  solving non-discard
     new b59493c  Merge pull request #372 from apache/feature/remote_pushstream

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:
 .../cxx_remote_services/integration/CMakeLists.txt |   7 +-
 .../integration/gtest/CMakeLists.txt               |   2 +-
 .../src/RemoteServicesIntegrationTestSuite.cc      |  15 ++-
 .../integration/include/ICalculator.h              |   3 +
 ...scriptor => Calculator$result$Event.descriptor} |   4 +-
 .../integration/src/CalculatorProvider.cc          |  51 ++++++++
 .../src/TestExportImportRemoteServiceFactory.cc    | 136 +++++++++++++++++++--
 libs/pushstreams/api/celix/PushStream.h            |  87 ++++++++++---
 libs/pushstreams/api/celix/PushStreamProvider.h    |  69 ++++++-----
 .../api/celix/SynchronousPushEventSource.h         |   4 +-
 .../api/celix/impl/AbstractPushEventSource.h       |  40 ++++--
 .../api/celix/impl/BufferedPushStream.h            |  10 +-
 .../api/celix/impl/IntermediatePushStream.h        |  10 +-
 .../api/celix/impl/UnbufferedPushStream.h          |  13 +-
 libs/pushstreams/gtest/src/PushStreamTestSuite.cc  |  79 ++++++------
 15 files changed, 413 insertions(+), 117 deletions(-)
 copy bundles/cxx_remote_services/integration/resources/{Calculator$add$Return.descriptor => Calculator$result$Event.descriptor} (62%)

[celix] 01/01: Merge pull request #372 from apache/feature/remote_pushstream

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 b59493ceeaa3d8febdd95b260a7749f1818e1c1a
Merge: ae90ebb f9c0877
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Tue Oct 12 14:03:05 2021 +0200

    Merge pull request #372 from apache/feature/remote_pushstream
    
    Initial version of test showing remote pushstreams

 .../cxx_remote_services/integration/CMakeLists.txt |   7 +-
 .../integration/gtest/CMakeLists.txt               |   2 +-
 .../src/RemoteServicesIntegrationTestSuite.cc      |  15 ++-
 .../integration/include/ICalculator.h              |   3 +
 .../resources/Calculator$result$Event.descriptor   |   9 ++
 .../integration/src/CalculatorProvider.cc          |  51 ++++++++
 .../src/TestExportImportRemoteServiceFactory.cc    | 136 +++++++++++++++++++--
 libs/pushstreams/api/celix/PushStream.h            |  87 ++++++++++---
 libs/pushstreams/api/celix/PushStreamProvider.h    |  69 ++++++-----
 .../api/celix/SynchronousPushEventSource.h         |   4 +-
 .../api/celix/impl/AbstractPushEventSource.h       |  40 ++++--
 .../api/celix/impl/BufferedPushStream.h            |  10 +-
 .../api/celix/impl/IntermediatePushStream.h        |  10 +-
 .../api/celix/impl/UnbufferedPushStream.h          |  13 +-
 libs/pushstreams/gtest/src/PushStreamTestSuite.cc  |  79 ++++++------
 15 files changed, 420 insertions(+), 115 deletions(-)