aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-generated-actions.h.pump
Commit message (Expand)AuthorAgeFilesLines
* Re-organizes the file structure for actions.zhanyong.wan2009-07-221-225/+0
* Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (b...zhanyong.wan2009-07-211-1/+8
* Makes ByRef(x) printable as a reference to x.zhanyong.wan2009-07-201-0/+11
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-141-210/+80
* Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...zhanyong.wan2009-05-111-0/+234
* Adds actions ReturnNew<T>(...) and DeleteArg<k>(), by Jason Hsueh.zhanyong.wan2009-04-091-0/+69
* Makes gmock compile clean with gcc -Wall -Wextra.zhanyong.wan2009-04-031-4/+11
* Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.zhanyong.wan2009-03-261-1/+2
* Adds two actions: SaveArg and SetArgReferee.zhanyong.wan2009-02-191-1/+39
* Fixes link errors due to an MS VC bug. By Vlad Losev.zhanyong.wan2009-02-191-34/+38
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-4/+4
* Implements action Throw(exception).zhanyong.wan2009-02-061-0/+10
* Improves ACTION* to allow explicit instantiating with reference types.zhanyong.wan2009-02-021-6/+6
* Implements the ACTION* macros.shiqian2009-01-091-0/+208
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+567