Daniele Tamino
|
9759dcda3c
|
Fix compilation on MinGW with native threads
|
2016-02-22 14:07:12 -08:00 |
|
Alexey Sokolov
|
f364e18837
|
Change error message of EXPECT_EQ to treat lhs and rhs equivalently.
|
2016-02-16 23:32:01 +00:00 |
|
Dawid Kurek
|
ac35fe7359
|
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
|
f44190f2c4
|
Fix missing-field-initializers GCC/Clang warning (issue 433).
|
2015-11-24 10:45:16 -08:00 |
|
Billy Donahue
|
5bd7c2b589
|
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
|
bb5c92f9d1
|
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
|
a0435dc687
|
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 |
|