1. 39bf784 Removes uses of GTEST_HAS_STD_STRING. by zhanyong.wan · 15 years ago
  2. f6d6a22 Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Losev); Fixes ambiguous call to implicit_cast; Uses gtest's SkipPrefix() instead gmock's own (by Vlad Losev). by zhanyong.wan · 15 years ago
  3. 4910d29 Makes gmock-all.cc catch errors in fuse_gmock.py. by zhanyong.wan · 15 years ago
  4. 6c54a5e Enables more verbose output for expectations (by Sverre Sundsdal); Fixes information loss warning when compiled by VC8.0 with /Wp64; Skips two tests on Windows Mobile that don't work there. by vladlosev · 15 years ago
  5. 7c95d83 Works around a Symbian compiler bug that causes memory leak (by Mika Raento). by zhanyong.wan · 15 years ago
  6. f7af24c Simplifies gmock code using gtest's OS-indicating macros. by zhanyong.wan · 15 years ago
  7. bbd6e10 Picks up gtest r314. by zhanyong.wan · 15 years ago
  8. f5e1ce5 Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev). by zhanyong.wan · 15 years ago
  9. 4664285 Depends on gtest r300, which allows String to contain NUL. by zhanyong.wan · 15 years ago
  10. 2b43a9e Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enables gMock to compile with VC 7.1 (by Vlad Losev). by zhanyong.wan · 15 years ago
  11. 9571b28 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). by zhanyong.wan · 15 years ago
  12. 41b9b0b Implements Expectation, ExpectationSet, and After for specifying expectation orders. by zhanyong.wan · 15 years ago
  13. bf55085 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. by zhanyong.wan · 15 years ago
  14. 9413f2f Avoids unnecessary printing of call into to internal buffers; by zhanyong.wan · 15 years ago
  15. e7bb5ed Improves the error message for leaked mocks to include the test name (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  16. bf0d0a4 Turns --gmock_catch_leaked_mocks on by default. by zhanyong.wan · 15 years ago
  17. df35a76 Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. by zhanyong.wan · 15 years ago
  18. 5b5d62f Makes the code compile on Windows CE. by zhanyong.wan · 16 years ago
  19. 652540a Cleans up macro definitions. by zhanyong.wan · 16 years ago
  20. 4a5330d Implements custom description string for MATCHER*. by zhanyong.wan · 16 years ago
  21. e0d051e Makes sure all internal macros are named GMOCK_*_. No functionality is changed. by zhanyong.wan · 16 years ago
  22. ce198ff Implements the MATCHER* macros. by zhanyong.wan · 16 years ago
  23. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 16 years ago