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 bb5f7ec THRIFT-5091 Netstd generator produces uncompileable code for
struct names ending with "_result" or "_args" Client: netstd Patch: Jens Geyer
new c8e46cf THRIFT-5097: Fix exported version in cmake module Patch:
Tobias Mayer
new 222362c THRIFT-5095 ToString() should print entire structure, not
just the top-level data Client: netstd Patch: Jens Geyer
The 2 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:
build/cmake/ThriftConfig.cmake.in | 3 +-
.../cpp/src/thrift/generate/t_netstd_generator.cc | 10 +--
lib/cpp/CMakeLists.txt | 2 +-
lib/netstd/Thrift/Collections/ToStringExtension.cs | 82 ++++++++++++++++++++++
4 files changed, 86 insertions(+), 11 deletions(-)
create mode 100644 lib/netstd/Thrift/Collections/ToStringExtension.cs