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 93b8026614 libxml2: build --without-iconv, and drop the resulting
-liconv linkage
new a230972184 Step One of AOO42X macOS build backports.
new 1e361ffd27 Step Two of AOO42X macOS build backports.
new 61ceef5ddb Step Three of AOO42X macOS build backports.
new 4421c0a19d Step Four of AOO42X macOS build backports.
The 4 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:
main/RepositoryExternal.mk | 16 +
.../source/cpp_uno/s5abi_macosx_aarch64/abi.cxx | 115 ++++++-
.../source/cpp_uno/s5abi_macosx_aarch64/abi.hxx | 14 +
.../source/cpp_uno/s5abi_macosx_aarch64/call.s | 84 ++++-
.../cpp_uno/s5abi_macosx_aarch64/cpp2uno.cxx | 46 ++-
.../source/cpp_uno/s5abi_macosx_aarch64/except.cxx | 370 ++++++++++++---------
.../source/cpp_uno/s5abi_macosx_aarch64/share.hxx | 92 ++---
.../cpp_uno/s5abi_macosx_aarch64/uno2cpp.cxx | 177 +++++++---
.../source/cpp_uno/shared/vtablefactory.cxx | 41 +++
main/configure.ac | 2 +
main/filter/source/msfilter/msdffimp.cxx | 2 +-
main/i18npool/Library_i18npool.mk | 6 +
main/redland/raptor/makefile.mk | 13 +-
main/redland/rasqal/makefile.mk | 2 +-
main/redland/redland/makefile.mk | 6 +-
main/set_soenv.in | 1 +
main/solenv/bin/addsym-macosx.sh | 11 +-
main/solenv/bin/modules/installer/parameter.pm | 9 +
main/solenv/src/component.map | 19 ++
main/svx/inc/svx/msdffdef.hxx | 3 +-
main/sw/source/filter/ww8/ww8graf.cxx | 2 +-
main/sw/source/filter/ww8/ww8par.cxx | 2 +-
.../com/sun/star/comp/bridge/TestComponent.java | 43 +++
main/testtools/source/bridgetest/bridgetest.cxx | 54 +++
.../source/bridgetest/cli/cli_cs_testobj.cs | 43 +++
main/testtools/source/bridgetest/cppobj.cxx | 25 ++
.../testtools/source/bridgetest/idl/bridgetest.idl | 48 +++
main/testtools/source/bridgetest/makefile.mk | 8 +-
28 files changed, 940 insertions(+), 314 deletions(-)