Revision tags: AOO420-Dev5-m5 |
|
cbe561cd | 15-Nov-2023 |
John Bampton |
misc: fix spelling (#183) * misc: fix spelling * Update svdedxv.cxx Small additions --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (ch
misc: fix spelling (#183) * misc: fix spelling * Update svdedxv.cxx Small additions --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> (cherry picked from commit 06fb39a16a5bf3c389e9853a62dce04a425b8019)
show more ...
|
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
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 |
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 |
926363d2 | 14-Jan-2021 |
Jim Jagielski |
Be consistent... 0 and not NULL (cherry picked from commit cc84755763d148a3d068f28c76dd3de36e9971f3) |
Revision tags: AOO419-GA |
|
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) |
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 |
ca355b94 | 02-Dec-2020 |
Jim Jagielski |
Not yet ready for prime time but have this fix available when we are. Note useful docco |
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) |
45fed17a | 01-Dec-2020 |
Jim Jagielski |
We don't need this anymore |
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 |
|
03c0a2df | 28-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 |
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 ...
|