History log of /aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/cpp2uno.cxx (Results 1 - 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3187fb04 09-Feb-2021 Jim Jagielski

some macOS changes:
o ensure current assembly of privateSnippetExecutor
o BigSur note
o Use vars to make it easier to change overall options
o Java8 compatibility


Revision tags: AOO419-RC1
# 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)


# 5212c076 10-Dec-2020 Jim Jagielski

Pull in some hints from FreeBSD, clang-wise.


# 25f868f2 02-Dec-2020 Jim Jagielski

Avoid extended ASM when you can

(cherry picked from commit 0e63162ff2a35f50d14e885010b03793f42abc2b)


# 4691efef 02-Dec-2020 Jim Jagielski

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

(cherry picked from commit ac209c856e64014dabdc2eac3f0b899d0ef84d6d)


# 831244c9 02-Dec-2020 Jim Jagielski

With no more double_map, we don't use this anymore


# 8c988601 02-Dec-2020 Jim Jagielski

We need this var


# 9c072909 02-Dec-2020 Jim Jagielski

Refresh ASM for compatibility

(cherry picked from commit 76628db072366746d8b0e7423818cf0b62e0de8f)


# 93a81769 01-Dec-2020 Jim Jagielski

Move ASM back into file... weird linking issues w/ macOS that don't
happen w/ Linux or FreeBSD. Move to common format.


# 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
# 07a3d7f1 29-Apr-2014 Pedro Giffuni

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...


Revision tags: AOO410, AOO410_Beta
# 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
# d6bfa59d 30-Apr-2013 Herbert Dürr

#i122195# fix OSX64 UNO bridge's privateSnippetExecutor() for high optimization levels

the inline assembler clobbers r10 too


git-svn-id: https://svn.apache.org/repos/asf/openof

#i122195# fix OSX64 UNO bridge's privateSnippetExecutor() for high optimization levels

the inline assembler clobbers r10 too


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

show more ...


# 1466499a 29-Apr-2013 Herbert Dürr

#i121715# let the C++ compiler do the C++ exception handling

the manually created exception handling tables are not supported for MACH-objects
used on MacOSX. Rather than porting them ma

#i121715# let the C++ compiler do the C++ exception handling

the manually created exception handling tables are not supported for MACH-objects
used on MacOSX. Rather than porting them manually or half-manually e.g. using
LLVM-intrinsics the compiler is happy to do the work for us for C++ methods
even if they only contain inline assembler (wrapped by the compiler generated
frame setup code, of course).


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

show more ...


# 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
# 942d46e3 02-Jan-2012 Pedro Giffuni

Update FreeBSD amd64 bridge code: #i114635# #i109415#

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


# 61dff127 06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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


# 81293574 09-Oct-2011 Pedro Giffuni

i85126 - FreeBSD port: newer bridge code for amd64.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1180518 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 ...