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
Billy Donahue
34b7cd3bf6
Rollback change #808 .
2016-06-26 18:33:10 -04:00
David Mott
b45748d0ab
Fix to tests that return object which implement operator bool
2016-06-25 16:21:09 -05:00
David Mott
a8a1a0e041
fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that implement operator bool
2016-06-25 15:41:19 -05:00
Billy Donahue
f623d9b896
Merge pull request #724 from duggelz/master
...
Read Bazel's $XML_OUTPUT_FILE environment variable
2016-03-15 18:20:27 -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
Alexey Sokolov
ded55add57
Change error message of EXPECT_EQ to treat lhs and rhs equivalently.
2016-02-16 23:32:01 +00: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