This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


    from c42fc0a9ce macOS: wire notarization into packaging and close release 
gates
     new e1397ed797 vcl: GTK2 ownership and lifecycle audit.
     new 9c15e1abd7 freebsd_aarch64: Initial support for FreeBSD ARM64

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:
 main/bridges/Library_cpp_uno.mk                    |  15 +
 .../source/cpp_uno/gcc3_freebsd_aarch64/abi.cxx    | 312 +++++++++++++++++++++
 .../abi.hxx                                        |  36 ++-
 .../source/cpp_uno/gcc3_freebsd_aarch64/call.s     | 197 +++++++++++++
 .../cpp2uno.cxx                                    | 185 ++----------
 .../source/cpp_uno/gcc3_freebsd_aarch64/except.cxx | 253 +++++++++++++++++
 .../makefile.mk                                    |  11 +-
 .../share.hxx                                      |  17 +-
 .../cpp_uno/gcc3_freebsd_aarch64/uno2cpp.cxx       | 189 +++++++++++++
 main/vcl/inc/unx/gtk/gtkdata.hxx                   |  11 +
 main/vcl/inc/unx/gtk/gtkframe.hxx                  |   7 +-
 main/vcl/unx/gtk/app/gtkdata.cxx                   |  90 ++++--
 main/vcl/unx/gtk/window/gtkframe.cxx               |  95 ++++++-
 13 files changed, 1195 insertions(+), 223 deletions(-)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_aarch64/abi.cxx
 copy main/bridges/source/cpp_uno/{s5abi_macosx_aarch64 => 
gcc3_freebsd_aarch64}/abi.hxx (73%)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_aarch64/call.s
 copy main/bridges/source/cpp_uno/{s5abi_macosx_aarch64 => 
gcc3_freebsd_aarch64}/cpp2uno.cxx (70%)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_aarch64/except.cxx
 copy main/bridges/source/cpp_uno/{gcc3_freebsd_x86-64 => 
gcc3_freebsd_aarch64}/makefile.mk (89%)
 copy main/bridges/source/cpp_uno/{s5abi_macosx_aarch64 => 
gcc3_freebsd_aarch64}/share.hxx (86%)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_aarch64/uno2cpp.cxx

Reply via email to