#
7e6e49bf |
| 04-Feb-2021 |
Jim Jagielski |
If we get an uncaught exception, simply return what we currently have instead of dropping core.
|
#
a3aaa315 |
| 02-Feb-2021 |
Jim Jagielski |
some macOS improvements, mostly around Xcode issues
|
Revision tags: AOO419-RC1 |
|
#
aa118bd3 |
| 22-Dec-2020 |
Jim Jagielski |
It is better to move *into* a struct rather than *before* one.
|
#
ecf1c5e9 |
| 22-Dec-2020 |
Jim Jagielski |
Push latest updates: macOS, beanshell
|
#
809f4227 |
| 20-Dec-2020 |
Jim Jagielski |
macOS reset back to s5abi and older version removed (cherry picked from commit b682cb1878f75d5a69d02f8b5a3182ad77159d98)
|
#
d890f639 |
| 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.
|
#
5212c076 |
| 10-Dec-2020 |
Jim Jagielski |
Pull in some hints from FreeBSD, clang-wise.
|
#
5fa6f516 |
| 07-Dec-2020 |
Jim Jagielski |
Baseline min macOS 10.9, which allows us to enable class_type_Info
|
#
4691efef |
| 02-Dec-2020 |
Jim Jagielski |
Use standard naming of UNO bridge... it really is gcc3 (cherry picked from commit ac209c856e64014dabdc2eac3f0b899d0ef84d6d)
|
#
ca355b94 |
| 02-Dec-2020 |
Jim Jagielski |
Not yet ready for prime time but have this fix available when we are. Note useful docco
|
#
37f4cb17 |
| 01-Dec-2020 |
Jim Jagielski |
Huge updates to macOS UNO bridges, based on FreeBSD and Linux.
|
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 ...
|