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