aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-generated-actions.h
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-0/+7
* 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-714/+176
* Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...zhanyong.wan2009-05-111-0/+410
* Adds actions ReturnNew<T>(...) and DeleteArg<k>(), by Jason Hsueh.zhanyong.wan2009-04-091-0/+341
* Makes gmock compile clean with gcc -Wall -Wextra.zhanyong.wan2009-04-031-55/+42
* Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.zhanyong.wan2009-03-261-2/+1
* Adds two actions: SaveArg and SetArgReferee.zhanyong.wan2009-02-191-30/+77
* Fixes link errors due to an MS VC bug. By Vlad Losev.zhanyong.wan2009-02-191-33/+38
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-37/+37
* Implements action Throw(exception).zhanyong.wan2009-02-061-0/+10
* Improves ACTION* to allow explicit instantiating with reference types.zhanyong.wan2009-02-021-110/+110
* Implements the ACTION* macros.shiqian2009-01-091-0/+972
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+1329