aboutsummaryrefslogtreecommitdiff
path: root/googletest/include
AgeCommit message (Collapse)Author
2015-12-23Update GTEST_PROJECT_URL_ in internal/gtest-port.hDawid Kurek
As repository moved to github. All urls need to be changed. There is still plenty to do.
2015-11-24Fix missing-field-initializers GCC/Clang warning (issue 433).Patrick J. LoPresti
2015-11-10Merge pull request #611 from mark-chromium/gmock_cxx11Billy Donahue
googlemock: Support C++11 language with pre-C++11 library
2015-10-29Fix definition of GTEST_API_ macro for gcc and clang [#451].Dominic Meiser
This is to enable using gtest with -fvisibility=hidden.
2015-10-12googlemock: Support C++11 language with pre-C++11 libraryMark Mentovai
This guards use of <type_traits> and its features with GTEST_HAS_STD_TYPE_TRAITS_, and std::function with GTEST_HAS_STD_FUNCTION_.
2015-08-25Move everything in googletest into googletest/googletestBilly Donahue