Billy Donahue
824055a10e
Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONE
...
Fix detection of GTEST_HAS_CLONE for Android.
2016-11-03 16:36:28 -04:00
Dan Albert
cd955dc313
Fix detection of GTEST_HAS_CLONE for Android.
...
This was not in Gingerbread for anything but ARM (even though the
libs were hacked to lie about it being available in gingerbread).
2016-11-01 06:37:49 -07:00
Arkadiy Shapkin
76fad07f80
Fix build with MinGW-w64
2016-09-05 00:57:49 +03:00
Billy Donahue
58ec2e3ded
Merge pull request #721 from ilmagico/fix-mingw-threads
...
Fix compilation of googletest with MinGW using Win32 threads
2016-08-24 08:15:38 -04:00
Doug Greiman
9c99ed9211
Restructure $XML_OUTPUT_FILE logic
2016-02-26 14:26:23 -08:00
Doug Greiman
1862e3a14e
Fix inconsistent style
2016-02-25 19:03:46 -08:00
Doug Greiman
3ac6a7bdd8
Read Bazel's $XML_OUTPUT_FILE environment variable
...
If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not
specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had
been set.
2016-02-23 18:50:08 -08:00
Daniele Tamino
054ec981bc
Fix compilation on MinGW with native threads
2016-02-22 14:07:12 -08:00
Dawid Kurek
94a6279d3f
Update GTEST_PROJECT_URL_ in internal/gtest-port.h
...
As repository moved to github. All urls need to be changed. There is
still plenty to do.
2015-12-23 09:49:14 +01:00
Patrick J. LoPresti
a52c2daa73
Fix missing-field-initializers GCC/Clang warning (issue 433).
2015-11-24 10:45:16 -08:00
Billy Donahue
ffa120aa4a
Merge pull request #611 from mark-chromium/gmock_cxx11
...
googlemock: Support C++11 language with pre-C++11 library
2015-11-10 17:47:45 -05:00
Dominic Meiser
b9be8ead94
Fix definition of GTEST_API_ macro for gcc and clang [ #451 ].
...
This is to enable using gtest with -fvisibility=hidden.
2015-10-29 21:55:46 -06:00
Mark Mentovai
9515d11657
googlemock: Support C++11 language with pre-C++11 library
...
This guards use of <type_traits> and its features with
GTEST_HAS_STD_TYPE_TRAITS_, and std::function with
GTEST_HAS_STD_FUNCTION_.
2015-10-12 17:59:11 -04:00
Billy Donahue
1f87a0970d
Move everything in googletest into googletest/googletest
2015-08-25 16:18:00 -04:00