aboutsummaryrefslogtreecommitdiff
path: root/googlemock/test
AgeCommit message (Expand)Author
2017-05-15Use std::string and ::string explicitly in gtest and gmock code.Nico Weber
2016-07-14Reformatted the Unprintable operator== code style.mazong1123
2016-07-14Fixed issue #775mazong1123
2016-02-16Fix link that's returned when running tests. #714Jacob Meacham
2015-11-12Name the helper AsBits()Mark Mentovai
2015-11-11Use a templated helper to wrap the castMark Mentovai
2015-11-11Leave decltype(max_ulps_) alone and cast, not sure this is betterMark Mentovai
2015-11-11Fix warnings encountered in MSVC build of gtest/gmock testsMark Mentovai
2015-11-10Merge pull request #612 from mark-chromium/gmock_rttiBilly Donahue
2015-10-12googlemock: Disable WhenDynamicCastToTest tests when RTTI is offMark Mentovai
2015-10-12googlemock: Support C++11 language with pre-C++11 libraryMark Mentovai
2015-09-17Fix the googlemock autotools build.Simon Newton
2015-09-08Include <memory> to use std::unique_ptr.Billy Donahue
2015-09-07Googlemock has some tuples containing lvalue refs in its unit tests.Billy Donahue
2015-08-25move googlemock files into googlemock/ subdirBilly Donahue