- 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 1 commit
-
-
vladlosev authored
-
- 28 Sep, 2011 1 commit
-
-
vladlosev authored
Modifies gmock_doctor.py to work with GCC output that contains file:line:char positions and left and right quote characters (U+2018 and U+2019) instead of apostrophes (U+0027).
-
- 09 Sep, 2011 1 commit
-
-
vladlosev authored
-
- 25 Aug, 2011 1 commit
-
-
vladlosev authored
-
- 16 Aug, 2011 1 commit
-
-
vladlosev authored
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 29 Mar, 2011 1 commit
-
-
vladlosev 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.
-
- 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.
-
- 05 Oct, 2010 3 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
Enables gmock_gen to handle return types that are templates (based on Pride Haveit's patch); also fixes deprecation warnings when using gmock_gen with python 2.6 (by Aaron Jacobs).
-
zhanyong.wan authored
-
- 29 Sep, 2010 1 commit
-
-
vladlosev authored
-
- 27 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 25 Sep, 2010 1 commit
-
-
vladlosev authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan 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.
-
- 09 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 24 Nov, 2009 1 commit
-
-
zhanyong.wan authored
Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev).
-
- 18 Nov, 2009 1 commit
-
-
vladlosev authored
-
- 22 Sep, 2009 1 commit
-
-
zhanyong.wan authored
-
- 20 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 05 Jun, 2009 1 commit
-
-
zhanyong.wan authored
-
- 04 Jun, 2009 1 commit
-
-
zhanyong.wan authored
Makes all container matchers work with (possibly multi-dimensional) native arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
-
- 02 Jun, 2009 1 commit
-
-
zhanyong.wan authored
-
- 29 May, 2009 1 commit
-
-
zhanyong.wan authored
Made the universal value printer safer when printing char[]; Removed duplicated code in InvokeWith; Improved gmock_doctor.py.
-
- 14 May, 2009 1 commit
-
-
zhanyong.wan authored
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn.
-
- 07 May, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
- updates the doc string. - adds a version number. - fixes the condition for error messages in _GenerateMocks().
-
- 06 May, 2009 3 commits
- 09 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 13 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-
- 27 Jan, 2009 1 commit
-
-
zhanyong.wan authored
-
- 11 Dec, 2008 1 commit
-
-
shiqian authored
-