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%)

Reply via email to