summaryrefslogtreecommitdiff
path: root/test/gmock-generated-function-mockers_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Explicitly specify return value for lambda in AsStdFunction() to ensure itkosak@google.com2015-07-241-0/+10
* Distinguish between C++11 language and library support for std::function, std...kosak@google.com2014-11-171-2/+2
* Add MockFunction::AsStdFunction(). Also pull in gtest 688.kosak@google.com2014-06-171-0/+13
* Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com2014-01-131-0/+11
* Allows the return type of a mock method to contain unprotected commas.zhanyong.wan2013-03-011-1/+49
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm@google.com2012-04-101-5/+5
* Indents preprocessor directives.zhanyong.wan2011-02-241-2/+2
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-3/+3
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-0/+30
* Implements the MockFunction class.zhanyong.wan2009-09-251-0/+44
* Allows mock methods overloaded on argument number or the const-ness of this o...zhanyong.wan2009-03-251-0/+40
* Cleans up macro definitions.zhanyong.wan2009-02-231-7/+7
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+426