aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.zhanyong.wan2009-03-264-14/+15
* Allows mock methods overloaded on argument number or the const-ness of this o...zhanyong.wan2009-03-252-66/+78
* Makes the code compile on Windows CE.zhanyong.wan2009-03-111-0/+12
* Allows a mock object to delete itself in an action. By Simon Bowden.zhanyong.wan2009-03-031-4/+12
* Cleans up macro definitions.zhanyong.wan2009-02-233-6/+6
* Implements Contains(element) matcher. By Gary Morain.zhanyong.wan2009-02-202-0/+82
* Adds two actions: SaveArg and SetArgReferee.zhanyong.wan2009-02-192-31/+116
* Fixes link errors due to an MS VC bug. By Vlad Losev.zhanyong.wan2009-02-192-67/+76
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-193-262/+476
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-1912-432/+451
* Implements the MATCHER* macros.zhanyong.wan2009-02-124-1/+1059
* Fixes the "ambiguous overload" compiler error when a mock function takes an a...zhanyong.wan2009-02-111-2/+13
* Implements action Throw(exception).zhanyong.wan2009-02-062-0/+20
* Improves ACTION* to allow explicit instantiating with reference types.zhanyong.wan2009-02-022-116/+116
* Improves error messages for undefined return value (by Sverre Sundsdal); impr...zhanyong.wan2009-01-272-12/+36
* Implements ContainerEq.zhanyong.wan2009-01-161-0/+78
* Implements the ACTION* macros.shiqian2009-01-092-0/+1180
* Fixes compatibility with gcc 4.3's tuple implementation.shiqian2008-12-111-8/+74
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-1018-0/+10525