History log of /trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ (Results 1 - 21 of 21)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
06fb39a115-Nov-2023 John Bampton

misc: fix spelling (#183)

* misc: fix spelling

* Update svdedxv.cxx

Small additions

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
26c8159209-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

(ch

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

(cherry picked from commit 3187fb04a7844dcbfa332c4129f6e43deb893699)

show more ...

f1a18c4f04-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)

db691b7602-Feb-2021 Jim Jagielski

some macOS improvements, mostly around Xcode issues

(cherry picked from commit a3aaa3158e09f64f0267f18c91a7408b3967df1c)

cc84755714-Jan-2021 Jim Jagielski

Be consistent... 0 and not NULL

Revision tags: AOO419-GA
92af728422-Dec-2020 Jim Jagielski

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

(cherry picked from commit aa118bd3b6209f0ce1307c244bc3c9f4edf445e4)

dfec590522-Dec-2020 Jim Jagielski

Push latest updates: macOS, beanshell

(cherry picked from commit ecf1c5e9ed4686657a2b296e936b55d484d94961)

b682cb1820-Dec-2020 Jim Jagielski

macOS reset back to s5abi and older version removed

ac209c8502-Dec-2020 Jim Jagielski

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

68d376d602-Dec-2020 Jim Jagielski

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

(cherry picked from commit 831244c90862133a6a76a79eea7d3510cad1ba45)

69f2ccfa02-Dec-2020 Jim Jagielski

We need this var

(cherry picked from commit 8c98860170bdc93e0bb7d729da89e01fa7b572a3)

76628db002-Dec-2020 Jim Jagielski

Refresh ASM for compatibility

4cc64fb501-Dec-2020 Jim Jagielski

Merge from AOO42X

73fb529701-Dec-2020 Jim Jagielski

We don't need this anymore

(cherry picked from commit 45fed17af163bdddccc6ba55ed91b127abfcb129)

d73dd1d301-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
07a3d7f129-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
03c0a2df28-Mar-2014 Herbert Dürr

#i124421# use OSL_ debug helpers instead of tools DBG_ stuff

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

53858dc427-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
9310f8ce12-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

51a1e52e10-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 ...

6d1ed1dd10-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 ...