1. 898725c Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595. by zhanyong.wan · 14 years ago
  2. 587c1b3 Adds support for building Google Mock as a shared library (DLL). by vladlosev · 14 years ago
  3. 8d3dc0c simplifies TrulyMatcher and adds a test for it by zhanyong.wan · 14 years ago
  4. aa43220 Changes diagnostic output of the question mark from '\?' to '?'. by vladlosev · 14 years ago
  5. 736baa8 Prints the type of the actual value as part of a match message when appropriate. by zhanyong.wan · 15 years ago
  6. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 15 years ago
  7. d60c5f4 Removes unused scons scripts; picks up gtest r446. by zhanyong.wan · 15 years ago
  8. 02c1505 Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. by zhanyong.wan · 15 years ago
  9. b414080 Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions. by zhanyong.wan · 15 years ago
  10. ab5b77c Implements Pointwise(). by zhanyong.wan · 15 years ago
  11. 33605ba Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424. by zhanyong.wan · 15 years ago
  12. b1c7f93 Improves matcher messages across the board. by zhanyong.wan · 15 years ago
  13. 676e8cc Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  14. a862f1d 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. by zhanyong.wan · 15 years ago
  15. 34b034c Adds a free function MatchAndExplain(). by zhanyong.wan · 15 years ago
  16. db22c22 BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details. by zhanyong.wan · 16 years ago
  17. d14aaed Enables regex matchers on all platforms. by zhanyong.wan · 16 years ago
  18. 6953a72 Allows Field() and Property() to work when the matcher argument is a pointer passed by reference. by zhanyong.wan · 16 years ago
  19. 8211331 Implements the new matcher API. by zhanyong.wan · 16 years ago
  20. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 16 years ago
  21. e56daa7 Tests NotNull/IsNull with testing::internal::scoped_ptr. by vladlosev · 16 years ago
  22. 79b8350 Updates IsNull and NotNull matchers to work with smart pointers. by vladlosev · 16 years ago
  23. 95b1233 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. by zhanyong.wan · 16 years ago
  24. 2d970ee Adds the IsNull() matcher. by zhanyong.wan · 16 years ago
  25. f5e1ce5 Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev). by zhanyong.wan · 16 years ago
  26. 04d6ed8 Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED. by zhanyong.wan · 16 years ago
  27. 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 · 16 years ago
  28. b5937da Adds the Key() matcher, by Marcus Borger. by zhanyong.wan · 16 years ago
  29. 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 · 16 years ago
  30. 2661c68 Implements the Args<k1, ..., kn>(m) matcher. by zhanyong.wan · 16 years ago
  31. b824316 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. by zhanyong.wan · 16 years ago
  32. 16cf473 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. by zhanyong.wan · 16 years ago
  33. 1849065 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). by zhanyong.wan · 16 years ago
  34. 652540a Cleans up macro definitions. by zhanyong.wan · 16 years ago
  35. 4a5330d Implements custom description string for MATCHER*. by zhanyong.wan · 16 years ago
  36. 6a896b5 Implements ContainerEq. by zhanyong.wan · 17 years ago
  37. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 17 years ago