History log of /trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/share.hxx (Results 1 - 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f1a18c4f 04-Feb-2021 Jim Jagielski

If we get an uncaught exception, simply return what we currently have
instead of dropping core.

(cherry picked from commit 7e6e49bfb42ec5f025eedff376c2a6471bb8f4b2)


# db691b76 02-Feb-2021 Jim Jagielski

some macOS improvements, mostly around Xcode issues

(cherry picked from commit a3aaa3158e09f64f0267f18c91a7408b3967df1c)


Revision tags: AOO419-RC1
# 92af7284 22-Dec-2020 Jim Jagielski

It is better to move *into* a struct rather than *before* one.

(cherry picked from commit aa118bd3b6209f0ce1307c244bc3c9f4edf445e4)


# b682cb18 20-Dec-2020 Jim Jagielski

macOS reset back to s5abi and older version removed


# 30f71a2f 11-Dec-2020 Jim Jagielski

We need to account for the cases where the struct differs due
to the runtime environ. Ugg. Sometimes pointers are your friend.

(cherry picked from commit d890f63926cbb7538b1d5beeea4c6b68

We need to account for the cases where the struct differs due
to the runtime environ. Ugg. Sometimes pointers are your friend.

(cherry picked from commit d890f63926cbb7538b1d5beeea4c6b68a8b00ed8)

show more ...


# 3e6ea66a 10-Dec-2020 Jim Jagielski

Merge branch 'AOO42X' of https://gitbox.apache.org/repos/asf/openoffice into AOO42X

(cherry picked from commit 29e330b678485cb091c868055b18b59df390da7a)


# 8da84604 07-Dec-2020 Jim Jagielski

Baseline min macOS 10.9, which allows us to enable class_type_Info

(cherry picked from commit 5fa6f516bd41216278344a21128f24a1cd5dc20b)


# ac209c85 02-Dec-2020 Jim Jagielski

Use standard naming of UNO bridge... it really is gcc3


# d73dd1d3 01-Dec-2020 Jim Jagielski

Huge updates to macOS UNO bridges, based on FreeBSD and Linux.

(cherry picked from commit 37f4cb171557a563bb797a6166dd60f907b367f2)


Revision tags: AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410
# 53858dc4 27-Mar-2014 Herbert Dürr

#i124421# disable generated type_info for the OSX64 uno bridge

When the dynamic loading of the type_info symbols failed the UNO bridge
synthesized type_info objects itself. The synthesiz

#i124421# disable generated type_info for the OSX64 uno bridge

When the dynamic loading of the type_info symbols failed the UNO bridge
synthesized type_info objects itself. The synthesized ones trigger the
crash observed so we disable their generation and handle the result
gracefully.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1582359 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO410_Beta
# 9310f8ce 12-Dec-2013 Herbert Dürr

#i122195# fix leak when handling exceptions in the UNO bridge for OSX 64bit


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1550381 13f79535-47bb-0310-9956-ffa450edef68


# 51a1e52e 10-Dec-2013 Herbert Dürr

#i122195# provide proper type_info for UNO exceptions on OSX 64bit

on OSX 64bit the class_type_info classes are specified
in http://refspecs.linuxbase.org/cxxabi-1.86.html#rtti but
t

#i122195# provide proper type_info for UNO exceptions on OSX 64bit

on OSX 64bit the class_type_info classes are specified
in http://refspecs.linuxbase.org/cxxabi-1.86.html#rtti but
these details are not generally available in a public header
of most development environments. So we define them locally.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549940 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 6d1ed1dd 10-Dec-2013 Herbert Dürr

#122195# change cppu env, comid from generic cxx to s5abi (System 5 AMD64 ABI)

Patch by: Juergen Schmidt <jsc@apache.org>

Merged from r1534063 in the rejuvenate01 branch


#122195# change cppu env, comid from generic cxx to s5abi (System 5 AMD64 ABI)

Patch by: Juergen Schmidt <jsc@apache.org>

Merged from r1534063 in the rejuvenate01 branch


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549925 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO401, AOO400
# 484ad1f2 30-Apr-2013 Herbert Dürr

#i122195# fix build problems in the OSX64 UNO bridge


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1477591 13f79535-47bb-0310-9956-ffa450edef68


# 2755751f 29-Apr-2013 Herbert Dürr

#i121715# add a CxxAbi compatible UNO bridge for 64bit MacOSX

the calling conventions on 64bit Mac follow the sysv-abi for AMD64 like
the FreeBSD and the Linux ports, so basing this brid

#i121715# add a CxxAbi compatible UNO bridge for 64bit MacOSX

the calling conventions on 64bit Mac follow the sysv-abi for AMD64 like
the FreeBSD and the Linux ports, so basing this bridge on the one from
FreeBSD saved some time. Thanks to Pedro Giffuni for this suggestion!

Some modififications were needed regarding symbol names, the layout of
unwind and exception structures, the missing derivatives of type_info
and vtable-offsets. The eh_frame specific stuff is not converted yet.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476927 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO340
# 74f1be36 06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198410 13f79535-47bb-0310-9956-ffa450edef68


# cdf0e10c 16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68

show more ...