1. 60df3ef Fix grammar in comment by nnorwitz · 16 years ago
  2. 987a978 Issue 44: "const" is missing for const return types by nnorwitz · 16 years ago
  3. e7bb5ed Improves the error message for leaked mocks to include the test name (by Zhanyong Wan). by zhanyong.wan · 16 years ago
  4. 125783f Fixes tr1 tuple's path when compiled with gcc version < 4.0.0 (by Zhanyong Wan). by zhanyong.wan · 16 years ago
  5. bf0d0a4 Turns --gmock_catch_leaked_mocks on by default. by zhanyong.wan · 16 years ago
  6. df35a76 Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. by zhanyong.wan · 16 years ago
  7. 1c8eb1c Adds actions ReturnNew<T>(...) and DeleteArg<k>(), by Jason Hsueh. by zhanyong.wan · 16 years ago
  8. 56fe746 Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source files (by Zhanyong Wan). by zhanyong.wan · 16 years ago
  9. 33c0af0 Makes gmock compile clean with gcc -Wall -Wextra. by zhanyong.wan · 16 years ago
  10. 7e571ef Makes googlemock compile with gcc 3.3. by zhanyong.wan · 16 years ago
  11. 946bc64 Fixes an error when compiling with gcc 4.4. by zhanyong.wan · 16 years ago
  12. 3fbd2dd Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter. by zhanyong.wan · 16 years ago
  13. 68be111 Allows mock methods overloaded on argument number or the const-ness of this object to appear on the same source line. by zhanyong.wan · 16 years ago
  14. 62417be Fixes outdated info in README about compatibility with other testing frameworks. by zhanyong.wan · 16 years ago
  15. da579bd Adds release note for 1.1.0 and switches to use gtest 1.3.0. by zhanyong.wan · 16 years ago
  16. 5b5d62f Makes the code compile on Windows CE. by zhanyong.wan · 16 years ago
  17. 93ad355 Fixes gmock-port_test on Windows. by zhanyong.wan · 16 years ago
  18. 6f14769 Allows a mock object to delete itself in an action. By Simon Bowden. by zhanyong.wan · 16 years ago
  19. 652540a Cleans up macro definitions. by zhanyong.wan · 16 years ago
  20. 1bee7b2 Implements Contains(element) matcher. By Gary Morain. by zhanyong.wan · 16 years ago
  21. 7f4c2c0 Adds two actions: SaveArg and SetArgReferee. by zhanyong.wan · 16 years ago
  22. 38ca64d Fixes link errors due to an MS VC bug. By Vlad Losev. by zhanyong.wan · 16 years ago
  23. 4a5330d Implements custom description string for MATCHER*. by zhanyong.wan · 16 years ago
  24. e0d051e Makes sure all internal macros are named GMOCK_*_. No functionality is changed. by zhanyong.wan · 16 years ago
  25. 7a13fee Removes upload*.py from the release package, as they are useless without an SVN checkout. by zhanyong.wan · 16 years ago
  26. 31c4522 Adds upload_gmock.py for uploading a patch for review. by zhanyong.wan · 16 years ago
  27. 585e57b Sets the svn:eol-style property of VS project files to CRLF. by zhanyong.wan · 16 years ago
  28. 117941f Removes the svn:executable attribute from VS project files. by zhanyong.wan · 16 years ago
  29. ce198ff Implements the MATCHER* macros. by zhanyong.wan · 16 years ago
  30. 2f0849f Fixes the "ambiguous overload" compiler error when a mock function takes an argument that supports streaming to basic_ostream<C, T>. by zhanyong.wan · 16 years ago
  31. e1cdce5 Implements action Throw(exception). by zhanyong.wan · 17 years ago
  32. c069d7f Improves ACTION* to allow explicit instantiating with reference types. by zhanyong.wan · 17 years ago
  33. 5b95fa7 Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor. by zhanyong.wan · 17 years ago
  34. 6a896b5 Implements ContainerEq. by zhanyong.wan · 17 years ago
  35. 19e49af Updates README with instructions on downloading TR1 tuple without the rest of Boost. by zhanyong.wan · 17 years ago
  36. 326aa56 Implements the ACTION* macros. by shiqian · 17 years ago
  37. 44a8cf1 Fixes Windows build instructions in README. by shiqian · 17 years ago
  38. 9dd55ad Fixes incorrect build instructions on Windows. by shiqian · 17 years ago
  39. c97f2f5 Fixes compatibility with gcc 4.3's tuple implementation. by shiqian · 17 years ago
  40. c50af1a Improves the documentation. by shiqian · 17 years ago
  41. 281b1d2 More tweaks to the build script. by shiqian · 17 years ago
  42. a92e496 More tweaks to the build systems. by shiqian · 17 years ago
  43. c6cece7 Adds Visual Studio projects for building Google Mock. by shiqian · 17 years ago
  44. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 17 years ago