This is an automated email from the ASF dual-hosted git repository.
bbender pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.
from d9c3039 GEODE-7147: Update Travis-CI resources
add 620397b GEODE-7086: coding impacts for support of IPv6 (#510)
No new revisions were added by this update.
Summary of changes:
cppcache/integration/framework/Cluster.cpp | 6 +-
cppcache/integration/framework/Cluster.h | 42 ++++++-
cppcache/integration/framework/Gfsh.h | 14 +++
.../test/{StructTest.cpp => BasicIPv6Test.cpp} | 4 +-
cppcache/integration/test/CMakeLists.txt | 1 +
cppcache/src/ClientProxyMembershipID.cpp | 121 ++++++++++++---------
cppcache/src/ClientProxyMembershipID.hpp | 26 +++--
cppcache/src/ClientProxyMembershipIDFactory.cpp | 4 +-
cppcache/src/ClientProxyMembershipIDFactory.hpp | 4 +-
cppcache/src/PoolFactory.cpp | 12 +-
cppcache/src/ServerLocation.hpp | 2 +-
cppcache/src/TcpConn.cpp | 2 +-
cppcache/src/TcrConnection.cpp | 4 +-
cppcache/src/ThinClientPoolDM.cpp | 4 +-
cppcache/src/statistics/HostStatSampler.cpp | 4 +-
...oryTest.cpp => ClientProxyMembershipIDTest.cpp} | 34 +++---
dependencies/ACE/config.h.in | 2 +
17 files changed, 185 insertions(+), 101 deletions(-)
copy cppcache/integration/test/{StructTest.cpp => BasicIPv6Test.cpp} (96%)
rename cppcache/test/{ClientProxyMembershipIDFactoryTest.cpp =>
ClientProxyMembershipIDTest.cpp} (55%)