aboutsummaryrefslogtreecommitdiffstats
path: root/include/gmock/gmock-spec-builders.h
Commit message (Expand)AuthorAgeFilesLines
* Improves the tests for nice, naggy, and strict mocks.zhanyong.wan2013-03-011-1/+2
* Implements NaggyMock.zhanyong.wan2013-03-011-0/+3
* Makes googlemock throw a runtime_error instead of abort when a mockzhanyong.wan2013-02-281-7/+20
* Pulls in gtest r615.zhanyong.wan2012-05-311-9/+8
* 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-3/+18
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-241-106/+116
* Adds support for building Google Mock as a shared library (DLL).vladlosev2011-05-201-11/+11
* Removes commas from last items in enums (a C++ standard compliance fix).vladlosev2011-04-081-3/+3
* Indents preprocessor directives.zhanyong.wan2011-02-241-3/+3
* Makes Google Mock compile much faster and use much less memory; reviewed by N...zhanyong.wan2011-02-231-478/+374
* Improves cross-platform compatibility of gmock output. This fixes issue 135.vladlosev2011-02-111-2/+2
* Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance...zhanyong.wan2011-02-011-1/+1
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-6/+6
* Removes some gmock internal macros; sorts the file lists in Makefile.am; pick...zhanyong.wan2010-08-091-1/+1
* Renames test script flags.vladlosev2010-05-131-2/+3
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-1/+0
* Improves matcher messages across the board.zhanyong.wan2010-03-241-6/+6
* Adds threading support (by Vlad Losev); updates the version number (by Zhanyo...zhanyong.wan2010-02-241-1/+1
* Implements the new matcher API.zhanyong.wan2010-01-081-3/+3
* Fixes a slew of compiler warnings and turns on "warning as error" in the scon...zhanyong.wan2009-12-231-10/+23
* Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info...vladlosev2009-10-211-17/+37
* Works around a Symbian compiler bug that causes memory leak (by Mika Raento).zhanyong.wan2009-10-011-3/+10
* Implements Expectation, ExpectationSet, and After for specifying expectation ...zhanyong.wan2009-07-011-80/+270
* Removes the .WithArguments() clause from ON_CALL and EXPECT_CALL.zhanyong.wan2009-06-111-14/+0
* Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...zhanyong.wan2009-06-091-45/+59
* Implements the Args<k1, ..., kn>(m) matcher.zhanyong.wan2009-06-091-2/+2
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-291-176/+172
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-141-0/+14
* Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...zhanyong.wan2009-05-111-2/+10
* Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.zhanyong.wan2009-04-221-2/+25
* Fixes an error when compiling with gcc 4.4.zhanyong.wan2009-03-311-1/+1
* Allows a mock object to delete itself in an action. By Simon Bowden.zhanyong.wan2009-03-031-4/+12
* Makes sure all internal macros are named GMOCK_*_. No functionality is changed.zhanyong.wan2009-02-191-5/+5
* Improves error messages for undefined return value (by Sverre Sundsdal); impr...zhanyong.wan2009-01-271-12/+18
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+1568