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 |
|
d12e9282 | 25-Jan-2020 |
Damjan Jovanovic |
gtest patch to allow building with Python 3. Patch by: me (cherry picked from commit aec63fa3669010e9bec513e6cd55a25fc335d90e) |
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
4e651fab | 26-Dec-2016 |
damjan |
On Linux, building without --enable-dbgutil causes linking failures in GoogleTests in main/binaryurp with missing pthread symbols. The original cause is that ext_libraries/test's libgtes
On Linux, building without --enable-dbgutil causes linking failures in GoogleTests in main/binaryurp with missing pthread symbols. The original cause is that ext_libraries/test's libgtest.so is built without libpthread.so linked, which is what this commit fixes (or rather hacks around; not sure why that happens). There must also be a proximal cause in main/binaryurp's tests, as they link with --enable-dbgutil even without this commit, and can be made to link even without --enable-dbgutil by changing the OSL_DEBUG_LEVEL define in the compiler options from 0 to 1 (this doesn't however cause any changes in the preprocessed source file, so I haven't been able to debug it further). This should hopefully get the Linux buildbots working again. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1776043 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411 |
|
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 |