1. 79a367e Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. by jgm · 13 years ago
  2. 86d2eeb Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek). by zhanyong.wan · 14 years ago
  3. 658ac0b Indents preprocessor directives. by zhanyong.wan · 14 years ago
  4. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 15 years ago
  5. d60c5f4 Removes unused scons scripts; picks up gtest r446. by zhanyong.wan · 15 years ago
  6. b414080 Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions. by zhanyong.wan · 15 years ago
  7. ab5b77c Implements Pointwise(). by zhanyong.wan · 15 years ago
  8. b1c7f93 Improves matcher messages across the board. by zhanyong.wan · 15 years ago
  9. 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
  10. 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
  11. 8211331 Implements the new matcher API. by zhanyong.wan · 16 years ago
  12. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 16 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 · 16 years ago
  14. 2661c68 Implements the Args<k1, ..., kn>(m) matcher. by zhanyong.wan · 16 years ago
  15. 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
  16. 1bee7b2 Implements Contains(element) matcher. By Gary Morain. by zhanyong.wan · 16 years ago
  17. 4a5330d Implements custom description string for MATCHER*. by zhanyong.wan · 16 years ago
  18. ce198ff Implements the MATCHER* macros. by zhanyong.wan · 16 years ago
  19. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 17 years ago