This is an automated email from the ASF dual-hosted git repository.
jimjag pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from a3755bb196 rtl: guard rtl_str/rtl_ustr entry points against NULL in
debug builds
new 7d4e17cca1 bridges: add arm64 RTTI synthesis QA harnesses
new abb4d0ef01 configure.ac: allow autoconf 2.71 except on macOS, which
needs 2.72 due to the toolchain fixes in autoconf 2.72.
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:
.../qa/keyless_rtti_visibility_demo.cxx | 19 ++++
.../qa/rtti_crossdylib_test/catcher.cxx | 10 ++
.../qa/rtti_crossdylib_test/thrower.cxx | 47 ++++++++
.../qa/rtti_crossdylib_test/uno_like.hxx | 5 +
.../qa/rtti_synthesis_test.cxx | 120 +++++++++++++++++++++
main/configure.ac | 6 +-
6 files changed, 206 insertions(+), 1 deletion(-)
create mode 100644
main/bridges/source/cpp_uno/s5abi_macosx_aarch64/qa/keyless_rtti_visibility_demo.cxx
create mode 100644
main/bridges/source/cpp_uno/s5abi_macosx_aarch64/qa/rtti_crossdylib_test/catcher.cxx
create mode 100644
main/bridges/source/cpp_uno/s5abi_macosx_aarch64/qa/rtti_crossdylib_test/thrower.cxx
create mode 100644
main/bridges/source/cpp_uno/s5abi_macosx_aarch64/qa/rtti_crossdylib_test/uno_like.hxx
create mode 100644
main/bridges/source/cpp_uno/s5abi_macosx_aarch64/qa/rtti_synthesis_test.cxx