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 73f5bd431 THRIFT-5619 make sure CheckReadBytesAvailable() and
CountConsumedMessageBytes() handle negative sizes properly Client: delphi
Patch: Jens Geyer
add 07f4bb5a4 THRIFT-5620 Option to force usage of COM types to allow for
cross-module references Client: Delphi Patch: Jens Geyer
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_delphi_generator.cc | 39 +++---
lib/delphi/DelphiThrift.groupproj | 18 ++-
lib/delphi/src/Thrift.Protocol.pas | 139 ++++++++++++++++++++-
.../{TestSerializer.dpr => SerializerData.dpr} | 48 +++++--
.../{TestSerializer.dproj => SerializerData.dproj} | 50 ++++----
lib/delphi/test/serializer/SerializerData.res | Bin 0 -> 91336 bytes
lib/delphi/test/serializer/TestSerializer.Data.pas | 19 ++-
.../test/serializer/TestSerializer.Tests.pas | 73 +++++++++--
lib/delphi/test/serializer/TestSerializer.dpr | 3 +-
lib/delphi/test/serializer/TestSerializer.dproj | 5 +-
10 files changed, 311 insertions(+), 83 deletions(-)
copy lib/delphi/test/serializer/{TestSerializer.dpr => SerializerData.dpr}
(74%)
copy lib/delphi/test/serializer/{TestSerializer.dproj => SerializerData.dproj}
(87%)
create mode 100644 lib/delphi/test/serializer/SerializerData.res