1. 86d2eeb Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek). by zhanyong.wan · 14 years ago
  2. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 15 years ago
  3. 02c1505 Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. by zhanyong.wan · 15 years ago
  4. b414080 Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions. by zhanyong.wan · 15 years ago
  5. ab5b77c Implements Pointwise(). by zhanyong.wan · 15 years ago
  6. 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 15 years ago
  7. b1c7f93 Improves matcher messages across the board. by zhanyong.wan · 15 years ago
  8. 8211331 Implements the new matcher API. by zhanyong.wan · 16 years ago
  9. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 16 years ago
  10. 95b1233 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. by zhanyong.wan · 16 years ago
  11. 1afe1c7 Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (by Zhanyong Wan). by zhanyong.wan · 16 years ago
  12. 2661c68 Implements the Args<k1, ..., kn>(m) matcher. by zhanyong.wan · 16 years ago
  13. 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
  14. 1bee7b2 Implements Contains(element) matcher. By Gary Morain. by zhanyong.wan · 16 years ago
  15. 4a5330d Implements custom description string for MATCHER*. by zhanyong.wan · 16 years ago
  16. e0d051e Makes sure all internal macros are named GMOCK_*_. No functionality is changed. by zhanyong.wan · 16 years ago
  17. ce198ff Implements the MATCHER* macros. by zhanyong.wan · 16 years ago
  18. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 17 years ago