aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmock-spec-builders.cc
Commit message (Expand)AuthorAgeFilesLines
* Pulls in gtest r615.zhanyong.wan2012-05-311-13/+14
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm2012-04-101-0/+1
* Fixes a lock reentrancy when destroying a mock causes destruction of another ...vladlosev2011-10-241-1/+15
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-241-52/+52
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-201-5/+5
* Indents preprocessor directives.zhanyong.wan2011-02-241-1/+1
* 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-141-3/+3
* Adds threading support (by Vlad Losev); updates the version number (by Zhanyo...zhanyong.wan2010-02-241-1/+1
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-10/+10
* 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
* Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...zhanyong.wan2009-09-161-2/+2
* Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...zhanyong.wan2009-08-071-8/+10
* Implements Expectation, ExpectationSet, and After for specifying expectation ...zhanyong.wan2009-07-011-18/+16
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-291-2/+2
* Improves the error message for leaked mocks to include the test name (by Zhan...zhanyong.wan2009-05-051-2/+18
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-221-12/+112
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+337