History log of /trunk/ext_libraries/gtest/makefile.mk (Results 1 - 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aec63fa3 25-Jan-2020 Damjan Jovanovic

gtest patch to allow building with Python 3.

Patch by: me


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 ...


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 ...


# 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