You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mk...@apache.org on 2020/08/18 07:38:06 UTC

[geode-native] branch develop updated (618d643 -> 311717c)

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

mkevo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


    from 618d643  GEODE-8426: Enforce warning no-shorten-64-to-32
     add 311717c  GEODE-8344: Add GatewaySenderEventCallbackArgument class (#628)

No new revisions were added by this update.

Summary of changes:
 cppcache/include/geode/internal/DSFixedId.hpp      |   1 +
 cppcache/integration/framework/Cluster.cpp         |  82 ++++++++--
 cppcache/integration/framework/Cluster.h           |  24 +++
 cppcache/integration/framework/Gfsh.cpp            |  48 ++++++
 cppcache/integration/framework/Gfsh.h              |  27 ++++
 cppcache/integration/test/CMakeLists.txt           |   3 +
 cppcache/integration/test/ExampleTest.cpp          |   2 +-
 .../integration/test}/Order.cpp                    |   4 +-
 .../integration/test}/Order.hpp                    |  18 +--
 .../integration/test/WanDeserializationTest.cpp    | 175 +++++++++++++++++++++
 ....cpp => GatewaySenderEventCallbackArgument.cpp} |  22 +--
 ....hpp => GatewaySenderEventCallbackArgument.hpp} |  43 ++---
 cppcache/src/PdxInstanceImpl.cpp                   |   4 +-
 cppcache/src/SerializationRegistry.cpp             |   2 +
 cppcache/test/CMakeLists.txt                       |   3 +-
 ... => GatewaySenderEventCallbackArgumentTest.cpp} |  13 +-
 16 files changed, 404 insertions(+), 67 deletions(-)
 copy {examples/cpp/remotequery => cppcache/integration/test}/Order.cpp (96%)
 copy {examples/cpp/remotequery => cppcache/integration/test}/Order.hpp (85%)
 create mode 100644 cppcache/integration/test/WanDeserializationTest.cpp
 copy cppcache/src/{LocatorListRequest.cpp => GatewaySenderEventCallbackArgument.cpp} (67%)
 copy cppcache/src/{QueueConnectionResponse.hpp => GatewaySenderEventCallbackArgument.hpp} (57%)
 copy cppcache/test/{geodeBannerTest.cpp => GatewaySenderEventCallbackArgumentTest.cpp} (72%)