This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 6e28ac93b THRIFT-6250: Silence the avoidable warnings in the MSVC CI
build
add f3d0538b8 Cap the capacity reserved for a container's declared element
count
add 0f1961271 Cap the capacity reserved for a container's declared element
count
add ec0fe5955 Cap the memory a list, set or map reserves for its declared
element count
add 13f700409 Cap the capacity reserved for a list's declared element count
add 858ea0f37 Bound the memory a list, set or map reserves for its
declared element count
add ca676787c Cap the capacity reserved for a list's declared element count
add 44130f0de Cap the capacity reserved for a container's declared element
count
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_cpp_generator.cc | 9 +++-
.../cpp/src/thrift/generate/t_javame_generator.cc | 7 +--
.../cpp/src/thrift/generate/t_kotlin_generator.cc | 41 +++++++++++-----
.../cpp/src/thrift/generate/t_netstd_generator.cc | 2 +-
.../cpp/src/thrift/generate/t_ocaml_generator.cc | 17 ++++---
lib/cpp/src/thrift/protocol/TProtocol.h | 17 +++++++
lib/cpp/test/ThrifttReadCheckTests.cpp | 16 +++++++
lib/d/src/thrift/codegen/base.d | 45 +++++++++++++++++-
lib/erl/src/thrift_protocol.erl | 40 +++++++++++-----
lib/erl/test/container_prealloc_test.erl | 44 ++++++++++++++++++
lib/javame/src/org/apache/thrift/TBaseHelper.java | 21 +++++++++
.../org/apache/thrift/ContainerPreallocTest.kt | 54 ++++++++++++++++++++++
.../Protocols/TProtocolUtilPreallocTests.cs | 54 ++++++++++++++++++++++
.../Thrift/Protocol/Utilities/TProtocolUtil.cs | 21 +++++++++
14 files changed, 350 insertions(+), 38 deletions(-)
create mode 100644 lib/erl/test/container_prealloc_test.erl
create mode 100644
lib/kotlin/src/test/kotlin/org/apache/thrift/ContainerPreallocTest.kt
create mode 100644
lib/netstd/Tests/Thrift.Tests/Protocols/TProtocolUtilPreallocTests.cs