- 31 May, 2012 1 commit
-
-
zhanyong.wan authored
Renames internal enums to the kFoo naming style. Fixes gmock doctor to work with newer versions of Clang.
-
- 10 Apr, 2012 1 commit
-
-
jgm authored
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
-
- 24 Oct, 2011 2 commits
- 16 Sep, 2011 1 commit
-
-
zhanyong.wan authored
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 14 Apr, 2011 2 commits
-
-
zhanyong.wan authored
-
vladlosev authored
-
- 13 Apr, 2011 1 commit
-
-
vladlosev authored
-
- 08 Apr, 2011 1 commit
-
-
vladlosev authored
-
- 16 Mar, 2011 1 commit
-
-
zhanyong.wan authored
-
- 09 Mar, 2011 1 commit
-
-
zhanyong.wan authored
adds support for SetArgPointee(L"wide string literal") -- by Vlad Losev.
-
- 24 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 23 Feb, 2011 1 commit
-
-
zhanyong.wan authored
Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68.
-
- 11 Feb, 2011 1 commit
-
-
vladlosev authored
-
- 01 Feb, 2011 1 commit
-
-
zhanyong.wan authored
Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
-
- 02 Dec, 2010 1 commit
-
-
zhanyong.wan authored
Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525.
-
- 17 Nov, 2010 1 commit
-
-
vladlosev authored
-
- 14 Oct, 2010 1 commit
-
-
zhanyong.wan authored
-
- 05 Oct, 2010 1 commit
-
-
zhanyong.wan authored
-
- 27 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 09 Aug, 2010 1 commit
-
-
zhanyong.wan authored
-
- 03 Jul, 2010 1 commit
-
-
zhanyong.wan authored
-
- 09 Jun, 2010 1 commit
-
-
zhanyong.wan authored
-
- 08 Jun, 2010 1 commit
-
-
zhanyong.wan authored
-
- 17 May, 2010 1 commit
-
-
zhanyong.wan authored
-
- 13 May, 2010 1 commit
-
-
vladlosev authored
-
- 10 May, 2010 1 commit
-
-
zhanyong.wan authored
-
- 22 Apr, 2010 1 commit
-
-
zhanyong.wan authored
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424.
-
- 24 Mar, 2010 1 commit
-
-
zhanyong.wan authored
-
- 16 Mar, 2010 1 commit
-
-
zhanyong.wan authored
Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan).
-
- 15 Mar, 2010 1 commit
-
-
zhanyong.wan authored
Adds IsInterested() to MatchResultListener; clarifies the format of matcher description and match result explanation; renames the free function MatchAndExplain() to ExplainMatchResult() to avoid it being hidden inside a MATCHER* definition.
-
- 05 Mar, 2010 1 commit
-
-
zhanyong.wan authored
-
- 24 Feb, 2010 1 commit
-
-
zhanyong.wan authored
Adds threading support (by Vlad Losev); updates the version number (by Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev).
-
- 28 Jan, 2010 1 commit
-
-
zhanyong.wan authored
BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details.
-
- 14 Jan, 2010 1 commit
-
-
zhanyong.wan authored
-
- 13 Jan, 2010 1 commit
-
-
zhanyong.wan authored
-
- 12 Jan, 2010 1 commit
-
-
zhanyong.wan authored
Converts more matchers to the new API; fixes MatchAndExplain() for polymorphic matchers to allow non-const reference arguments.
-
- 08 Jan, 2010 1 commit
-
-
zhanyong.wan authored
-