- 01 Sep, 2009 1 commit
-
-
zhanyong.wan authored
-
- 31 Aug, 2009 1 commit
-
-
zhanyong.wan authored
Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enables gMock to compile with VC 7.1 (by Vlad Losev).
-
- 14 Aug, 2009 1 commit
-
-
zhanyong.wan authored
-
- 07 Aug, 2009 1 commit
-
-
zhanyong.wan authored
Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa).
-
- 22 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 21 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 20 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 16 Jul, 2009 1 commit
-
-
zhanyong.wan authored
-
- 01 Jul, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 22 Jun, 2009 1 commit
-
-
zhanyong.wan authored
Makes gmock-spec-builders_test.cc and gmock-internal-utils_test.cc work where both ::string and ::std::string are defined.
-
- 17 Jun, 2009 1 commit
-
-
zhanyong.wan authored
-
- 11 Jun, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 09 Jun, 2009 2 commits
-
-
zhanyong.wan authored
Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian.
-
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.
-
- 13 May, 2009 1 commit
-
-
zhanyong.wan authored
Adds more tests for using SetArgumentPointee with protobufs; works around a compiler bug on Symbian that gmock-printers.h triggers; reduces template code bloat in gmock-matchers.h; avoids RTTI when it's disabled.
-
- 11 May, 2009 1 commit
-
-
zhanyong.wan authored
Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementation of Not, AnyOf, and AllOf to use SafeMatcherCast (by Vlad Losev); implemented ACTION_TEMPLATE (by Zhanyong Wan); worked around bugs on Symbian (by Zhanyong Wan).
-
- 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
- 05 May, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 29 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 22 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 09 Apr, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 03 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 31 Mar, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 26 Mar, 2009 1 commit
-
-
zhanyong.wan authored
-
- 25 Mar, 2009 1 commit
-
-
zhanyong.wan authored
Allows mock methods overloaded on argument number or the const-ness of this object to appear on the same source line.
-
- 19 Mar, 2009 1 commit
-
-
zhanyong.wan authored
-