| Commit message (Expand) | Author | Age | Files | Lines |
* | Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info... | vladlosev | 2009-10-21 | 1 | -1/+5 |
* | Works around a Symbian compiler bug that causes memory leak (by Mika Raento). | zhanyong.wan | 2009-10-01 | 1 | -0/+8 |
* | Simplifies gmock code using gtest's OS-indicating macros. | zhanyong.wan | 2009-09-24 | 2 | -4/+4 |
* | Picks up gtest r314. | zhanyong.wan | 2009-09-18 | 1 | -2/+6 |
* | Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo... | zhanyong.wan | 2009-09-16 | 1 | -2/+2 |
* | Depends on gtest r300, which allows String to contain NUL. | zhanyong.wan | 2009-09-01 | 1 | -1/+1 |
* | Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl... | zhanyong.wan | 2009-08-31 | 1 | -2/+4 |
* | Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm... | zhanyong.wan | 2009-08-07 | 2 | -9/+11 |
* | Implements Expectation, ExpectationSet, and After for specifying expectation ... | zhanyong.wan | 2009-07-01 | 1 | -18/+16 |
* | Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as... | zhanyong.wan | 2009-06-09 | 1 | -7/+10 |
* | Avoids unnecessary printing of call into to internal buffers; | zhanyong.wan | 2009-05-29 | 3 | -12/+24 |
* | Improves the error message for leaked mocks to include the test name (by Zhan... | zhanyong.wan | 2009-05-05 | 1 | -2/+18 |
* | Turns --gmock_catch_leaked_mocks on by default. | zhanyong.wan | 2009-04-29 | 1 | -3/+1 |
* | Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. | zhanyong.wan | 2009-04-22 | 2 | -13/+142 |
* | Makes the code compile on Windows CE. | zhanyong.wan | 2009-03-11 | 2 | -5/+20 |
* | Cleans up macro definitions. | zhanyong.wan | 2009-02-23 | 1 | -1/+1 |
* | Implements custom description string for MATCHER*. | zhanyong.wan | 2009-02-19 | 1 | -2/+143 |
* | Makes sure all internal macros are named GMOCK_*_. No functionality is changed. | zhanyong.wan | 2009-02-19 | 1 | -6/+6 |
* | Implements the MATCHER* macros. | zhanyong.wan | 2009-02-12 | 1 | -0/+24 |
* | Initial drop of Google Mock. The files are incomplete and thus may not build... | shiqian | 2008-12-10 | 8 | -0/+1238 |