88ba6ead | 11-Mar-2024 |
Arrigo Marchiori |
Disable "pedantic" warnings from CoinMP compilation Allows compilation with GCC 11 |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
bcc22a4c | 07-Feb-2017 |
Damjan Jovanovic |
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
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 ...
|
Revision tags: AOO4121, AOO412, SNAPSHOT |
|
3ed1469c | 28-Sep-2015 |
Jürgen Schmidt |
#124158# rework clang patch to work on MacOS git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705622 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO411 |
|
c712fec4 | 05-Aug-2015 |
Pedro Giffuni |
Cleanup to fix the build with MacOS X (a commercial FreeBSD derivative) The problem is that clang defines __GNUC__, and __MACH__ is defined on the Mac. Apparently clang on the Mac likes
Cleanup to fix the build with MacOS X (a commercial FreeBSD derivative) The problem is that clang defines __GNUC__, and __MACH__ is defined on the Mac. Apparently clang on the Mac likes both the typeof(SIG_DFL) and __decltype(SIG_DFL)__ (the latter is what the lastest CoinMP uses on the Mac), but the with the previous version of the patch, both flavors of typedef were defined on the Mac. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1694131 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c57dbac1 | 14-Jul-2015 |
Pedro Giffuni |
Really fix the FreeBSD buildbot. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690854 13f79535-47bb-0310-9956-ffa450edef68 |
08917196 | 13-Jul-2015 |
Pedro Giffuni |
revert r1690740 and try again. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690755 13f79535-47bb-0310-9956-ffa450edef68 |
ff09c5d9 | 13-Jul-2015 |
Pedro Giffuni |
Attempt to fix the FreeBSD buildbot git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1690740 13f79535-47bb-0310-9956-ffa450edef68 |
444fcb3f | 24-Dec-2014 |
Ariel Constenla-Haile |
Make sure system LAPACK/BLAS are never used git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1647713 13f79535-47bb-0310-9956-ffa450edef68 |
1b8c19f4 | 28-Aug-2014 |
Yuri Dario |
#i125501# build fixes for enabling Category B also in OS/2 port. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1621121 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO410 |
|
29920ea1 | 05-Apr-2014 |
Ariel Constenla-Haile |
i124158 - Update CoinMP to 1.7.6 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1585171 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO410_Beta, AOO401, AOO400 |
|
8e162c1b | 12-Jun-2013 |
Oliver-Rainer Wittmann |
122500: enable Windows build having only the corresponding SDK SP1 installed Name of this Windows SDK is "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1" Downl
122500: enable Windows build having only the corresponding SDK SP1 installed Name of this Windows SDK is "Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1" Download link of this Windows SDK is http://www.microsoft.com/en-us/download/details.aspx?id=3138 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1492076 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
aa6c8695 | 13-May-2013 |
Andre Fischer |
Fixed CRLF line breaks in some build.lst and d.lst files. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1481741 13f79535-47bb-0310-9956-ffa450edef68 |
bfaba8a2 | 17-Apr-2013 |
Herbert Dürr |
fix build breaker by avoiding typedef of typeof magic for a simple type even recent clang versions choke on "typedef typeof(SIG_DFL)" at least on Mac git-svn-id: https://svn.ap
fix build breaker by avoiding typedef of typeof magic for a simple type even recent clang versions choke on "typedef typeof(SIG_DFL)" at least on Mac git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468866 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
fdf35928 | 26-Jun-2012 |
Andre Fischer |
#i118906# Added --with-system-(apr,apr-util,serf,coinmp) switches to configure. Fixed by: Andre Fischer Patch by: Pedro Giffuni git-svn-id: https://svn.
#i118906# Added --with-system-(apr,apr-util,serf,coinmp) switches to configure. Fixed by: Andre Fischer Patch by: Pedro Giffuni git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1354035 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
46a1bb2a | 28-May-2012 |
Maho NAKATA |
FreeBSD 10 support. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1343215 13f79535-47bb-0310-9956-ffa450edef68 |
b37b6818 | 15-Feb-2012 |
Pedro Giffuni |
FreeBSD port: libtool has problems generating shared libraries on freebsd-elf. Submitted by maho@ git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244327 13f79535-47bb-0310-
FreeBSD port: libtool has problems generating shared libraries on freebsd-elf. Submitted by maho@ git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244327 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
29eacd91 | 26-Jan-2012 |
Pedro Giffuni |
FreeBSD port: fix build of CoinMP. Submitted by Maho. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1236229 13f79535-47bb-0310-9956-ffa450edef68 |
5e6e248a | 25-Jan-2012 |
Andre Fischer |
Fixed build breaker in coinmp. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235686 13f79535-47bb-0310-9956-ffa450edef68 |
949cad05 | 24-Jan-2012 |
Ariel Constenla-Haile |
CoinMP: disable zlib and bzlib on Linux git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235282 13f79535-47bb-0310-9956-ffa450edef68 |
d3c6bc50 | 23-Jan-2012 |
Andre Fischer |
118160: Using original CoinMP tarball. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1234787 13f79535-47bb-0310-9956-ffa450edef68 |
27b2fc91 | 20-Jan-2012 |
Andre Fischer |
118160: Added external CoinMP library. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1233909 13f79535-47bb-0310-9956-ffa450edef68 |