This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 32cd80621 updated CHANGES.md
add 4035ecca5 THRIFT-5865: Fix TBinayProtocol with list<UUID> Client: cpp
Patch: Carel Combrink
add 786764baa THRIFT-5868: UUID Support for TCompactProtocol Client: cpp
Patch: Carel Combrink
No new revisions were added by this update.
Summary of changes:
lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc | 1 +
lib/cpp/src/thrift/protocol/TCompactProtocol.h | 4 +++
lib/cpp/src/thrift/protocol/TCompactProtocol.tcc | 27 +++++++++++++++++--
lib/cpp/test/AllProtocolTests.tcc | 4 +++
lib/cpp/test/DebugProtoTest.cpp | 33 +++++++++++++++++++++++-
lib/cpp/test/GenericHelpers.h | 13 ++++++++++
lib/cpp/test/JSONProtoTest.cpp | 15 ++++++++---
test/DebugProtoTest.thrift | 5 ++--
8 files changed, 93 insertions(+), 9 deletions(-)