aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-generated-function-mockers.h.pump
Commit message (Expand)AuthorAgeFilesLines
* Distinguish between C++11 language and library support for std::function, std...kosak2014-11-171-2/+2
* Add MockFunction::AsStdFunction(). Also pull in gtest 688.kosak2014-06-171-2/+24
* Export tuple and friends in the ::testing namespace.kosak2014-04-021-2/+2
* Allows the return type of a mock method to contain unprotected commas.zhanyong.wan2013-03-011-27/+34
* Makes Google Mock compile much faster and use much less memory; reviewed by N...zhanyong.wan2011-02-231-1/+2
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-2/+2
* Removes some gmock internal macros; sorts the file lists in Makefile.am; pick...zhanyong.wan2010-08-091-1/+1
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-1/+1
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-0/+5
* Makes gmock-generated-function-mockers.h conform to the C++ standard.zhanyong.wan2009-11-121-5/+5
* Implements the MockFunction class.zhanyong.wan2009-09-251-0/+49
* Allows mock methods overloaded on argument number or the const-ness of this o...zhanyong.wan2009-03-251-5/+6
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-21/+23
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+200