History log of /AOO42X/main/bridges/source/cpp_uno/gcc3_linux_intel/abi.cxx (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b1c5455d 30-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

pre-commit auto remove trailing whitespace from cxx files (#383)

Another big auto clean up. So many lines !!

Another one bites the dust

https://www.youtube.com/watch?v=rY0WxgSXdEE

Co-authored-by:

pre-commit auto remove trailing whitespace from cxx files (#383)

Another big auto clean up. So many lines !!

Another one bites the dust

https://www.youtube.com/watch?v=rY0WxgSXdEE

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit cf6516809c57e1bb0a940545cca99cdad54d4ce2)

show more ...


# 135e4c16 01-Jul-2025 John Bampton <jbampton@users.noreply.github.com>

misc: fix typos (#376)

* misc: fix spelling

* Update ignored words list

* Update owriteablestream.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit dc

misc: fix typos (#376)

* misc: fix spelling

* Update ignored words list

* Update owriteablestream.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit dcaf07f7f98db08cc6cf8841292bf500f56d5f1d)

show more ...


Revision tags: AOO420-Dev5-m5, AOO420-Dev4-m4, AOO420-Dev3-m3, 420-Dev2-m2
# bcc22a4c 07-Feb-2017 Damjan Jovanovic <damjan@apache.org>

Add initial support for building AOO with Clang on Linux.

This allows Ubuntu 16.04 to compile AOO with Clang 1.8 on an x86.

Other architectures probably don't work, as Clang 1.8 is pretty
strict ab

Add initial support for building AOO with Clang on Linux.

This allows Ubuntu 16.04 to compile AOO with Clang 1.8 on an x86.

Other architectures probably don't work, as Clang 1.8 is pretty
strict about the low-level C++ ABI hacks in main/bridges, but at
least they should fail early in main/bridges instead of the
previous behaviour, where main/bridges compiles nothing when
"$(COM)" != "GCC" and main/i18npool then fails with a mysterious
"error: cannot get uno environments" message.

Patch by: me



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

show more ...