aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...zhanyong.wan2009-06-091-7/+10
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-293-12/+24
* Improves the error message for leaked mocks to include the test name (by Zhan...zhanyong.wan2009-05-051-2/+18
* Turns --gmock_catch_leaked_mocks on by default.zhanyong.wan2009-04-291-3/+1
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-222-13/+142
* Makes the code compile on Windows CE.zhanyong.wan2009-03-112-5/+20
* Cleans up macro definitions.zhanyong.wan2009-02-231-1/+1
* Implements custom description string for MATCHER*.zhanyong.wan2009-02-191-2/+143
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-6/+6
* Implements the MATCHER* macros.zhanyong.wan2009-02-121-0/+24
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-108-0/+1238