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 |
10edccc7 | 18-Jun-2014 |
Herbert Dürr |
#i125003# force gtest sysroot to match the AOO build on OSX git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1603457 13f79535-47bb-0310-9956-ffa450edef68 |
d76c79b2 | 03-Jun-2014 |
Herbert Dürr |
#i125003# use gtest's internal tuple class for its own needs test scripts using gtest include that gtest.h header with its dependencies. Using the system tuple header results in slight p
#i125003# use gtest's internal tuple class for its own needs test scripts using gtest include that gtest.h header with its dependencies. Using the system tuple header results in slight problems on RHEL5 that can be easily avoided by enabling gtest's internal tuple functionality. Other platforms also benefit from the reduced header dependencies. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599586 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
09a7098b | 03-Jun-2014 |
Herbert Dürr |
#125003# use gtest tarball provided configure script on the RHEL5 baseline using autoconf for building gtest results in problems because the platform only provides autoconf 2.59 while th
#125003# use gtest tarball provided configure script on the RHEL5 baseline using autoconf for building gtest results in problems because the platform only provides autoconf 2.59 while the provided aclocal.m4 requires autoconf 2.68 or newer. Fortunately the gtest tarball also provides a perfectly fine configure script and the autoconf step is not needed. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599542 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8af27df8 | 03-Jun-2014 |
Juergen Schmidt |
#125003# remove uwinapi dependency, linked by default in g_STDLIB, no need here and introduced a circular dependency to sal git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599
#125003# remove uwinapi dependency, linked by default in g_STDLIB, no need here and introduced a circular dependency to sal git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599480 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b0d3c476 | 03-Jun-2014 |
Herbert Dürr |
#i125003# add gtest dependency to soltools the dmake build environment needs to be functional before such an external module can be unpacked, built, delivered, checked, etc. Adding a dep
#i125003# add gtest dependency to soltools the dmake build environment needs to be functional before such an external module can be unpacked, built, delivered, checked, etc. Adding a dependency to the solenv module could suffice already but current and future build recipes might also expect stuff from the soltool module such as mkdepend or checkdll. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599462 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
43feee13 | 02-Jun-2014 |
Juergen Schmidt |
#125003# integrate googletest framework for general use for unit testing git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599163 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 |
62c80a07 | 24-Mar-2014 |
Juergen Schmidt |
#124415# update to rat 0.10 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1580870 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO410_Beta, AOO401, AOO400 |
|
56ff6264 | 15-Jun-2013 |
Ariel Constenla-Haile |
i122486 - Use internal expat apr git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1493304 13f79535-47bb-0310-9956-ffa450edef68 |
417a3a5e | 15-Jun-2013 |
Ariel Constenla-Haile |
i121823 - Update serf to new version 1.2.1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1493303 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
605aedb6 | 06-Jun-2013 |
Ariel Constenla-Haile |
i122486 - Use internal expat on Linux git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1490174 13f79535-47bb-0310-9956-ffa450edef68 |
8db7fd1d | 27-May-2013 |
Oliver-Rainer Wittmann |
module apr: simplify apr's Windows makefile to avoid possible hanging process on buildbots git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486564 13f79535-47bb-0310-9956-
module apr: simplify apr's Windows makefile to avoid possible hanging process on buildbots git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486564 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 |
871bf55b | 26-Apr-2013 |
Herbert Dürr |
fix hunspell build breaker on compilers supporting user-defined literals git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476249 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 ...
|
64a494d0 | 03-Mar-2013 |
Ariel Constenla-Haile |
i121823 - update serf to new version 1.2.0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1452047 13f79535-47bb-0310-9956-ffa450edef68 |
4f913391 | 05-Feb-2013 |
Ariel Constenla-Haile |
i119977 - Update version number to 4.0.0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1442743 13f79535-47bb-0310-9956-ffa450edef68 |
132e0b4f | 15-Jan-2013 |
Herbert Dürr |
building apr fails rather often on WNT -> enabling gmake debug option for now git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1433380 13f79535-47bb-0310-9956-ffa450edef68 |