summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Indents preprocessor directives.zhanyong.wan2011-02-242-2/+2
* Makes Google Mock compile much faster and use much less memory; reviewed by N...zhanyong.wan2011-02-231-3/+335
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-147-17/+17
* Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigne...zhanyong.wan2010-08-311-5/+5
* Replaces Python-style interpolation with arbitrary C++ string expression in M...zhanyong.wan2010-06-081-100/+11
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-102-319/+0
* Adds threading support (by Vlad Losev); updates the version number (by Zhanyo...zhanyong.wan2010-02-242-2/+2
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-232-11/+11
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-2/+0
* Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Lo...zhanyong.wan2009-12-011-12/+0
* Makes gmock-all.cc catch errors in fuse_gmock.py.zhanyong.wan2009-11-101-0/+5
* Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info...vladlosev2009-10-211-1/+5
* Works around a Symbian compiler bug that causes memory leak (by Mika Raento).zhanyong.wan2009-10-011-0/+8
* Simplifies gmock code using gtest's OS-indicating macros.zhanyong.wan2009-09-242-4/+4
* Picks up gtest r314.zhanyong.wan2009-09-181-2/+6
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...zhanyong.wan2009-09-161-2/+2
* Depends on gtest r300, which allows String to contain NUL.zhanyong.wan2009-09-011-1/+1
* Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...zhanyong.wan2009-08-311-2/+4
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...zhanyong.wan2009-08-072-9/+11
* Implements Expectation, ExpectationSet, and After for specifying expectation ...zhanyong.wan2009-07-011-18/+16
* 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