1. a18423e Re-organizes the file structure for actions. by zhanyong.wan · 15 years ago
  2. 1afe1c7 Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  3. 387bdd5 Makes ByRef(x) printable as a reference to x. by zhanyong.wan · 15 years ago
  4. b5937da Adds the Key() matcher, by Marcus Borger. by zhanyong.wan · 15 years ago
  5. 41b9b0b Implements Expectation, ExpectationSet, and After for specifying expectation orders. by zhanyong.wan · 15 years ago
  6. 4019819 A trivial comment fix. by zhanyong.wan · 15 years ago
  7. 81476f2 Makes gmock-spec-builders_test.cc and gmock-internal-utils_test.cc work where both ::string and ::std::string are defined. by zhanyong.wan · 15 years ago
  8. 90c90f9 Switches from Boost TR1 tuple to gtest's TR1 tuple. by zhanyong.wan · 15 years ago
  9. 4cd148e Removes the .WithArguments() clause from ON_CALL and EXPECT_CALL. by zhanyong.wan · 15 years ago
  10. 07587e9 Works around a gcc bug that causes tr1/tuple to fail to compile when RTTI is disabled. by zhanyong.wan · 15 years ago
  11. 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
  12. 2661c68 Implements the Args<k1, ..., kn>(m) matcher. by zhanyong.wan · 15 years ago
  13. 240fe5a Fixes errors in the autotools scripts. by zhanyong.wan · 15 years ago
  14. 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 · 15 years ago
  15. c2ad46a Improves gmock generator and adds a test for it (by Neal Norwitz). by zhanyong.wan · 15 years ago
  16. 9413f2f Avoids unnecessary printing of call into to internal buffers; by zhanyong.wan · 15 years ago
  17. 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 · 15 years ago
  18. c6a4123 Adds more tests for using SetArgumentPointee with protobufs; works around a compiler bug on Symbian that gmock-printers.h triggers; reduces template code bloat in gmock-matchers.h; avoids RTTI when it's disabled. by zhanyong.wan · 15 years ago
  19. 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 · 15 years ago
  20. d955e83 Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger. by zhanyong.wan · 15 years ago
  21. 84b8e4c Cleans up the mock generator script: by zhanyong.wan · 15 years ago
  22. ce60784 Allow any number of ClassNames to be specified on the command line. by nnorwitz · 15 years ago
  23. 60df3ef Fix grammar in comment by nnorwitz · 15 years ago
  24. 987a978 Issue 44: "const" is missing for const return types by nnorwitz · 15 years ago
  25. e7bb5ed Improves the error message for leaked mocks to include the test name (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  26. 125783f Fixes tr1 tuple's path when compiled with gcc version < 4.0.0 (by Zhanyong Wan). by zhanyong.wan · 15 years ago
  27. bf0d0a4 Turns --gmock_catch_leaked_mocks on by default. by zhanyong.wan · 15 years ago
  28. df35a76 Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. by zhanyong.wan · 16 years ago
  29. 1c8eb1c Adds actions ReturnNew<T>(...) and DeleteArg<k>(), by Jason Hsueh. by zhanyong.wan · 16 years ago
  30. 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
  31. 33c0af0 Makes gmock compile clean with gcc -Wall -Wextra. by zhanyong.wan · 16 years ago
  32. 7e571ef Makes googlemock compile with gcc 3.3. by zhanyong.wan · 16 years ago
  33. 946bc64 Fixes an error when compiling with gcc 4.4. by zhanyong.wan · 16 years ago
  34. 3fbd2dd Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter. by zhanyong.wan · 16 years ago
  35. 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
  36. 62417be Fixes outdated info in README about compatibility with other testing frameworks. by zhanyong.wan · 16 years ago
  37. da579bd Adds release note for 1.1.0 and switches to use gtest 1.3.0. by zhanyong.wan · 16 years ago
  38. 5b5d62f Makes the code compile on Windows CE. by zhanyong.wan · 16 years ago
  39. 93ad355 Fixes gmock-port_test on Windows. by zhanyong.wan · 16 years ago
  40. 6f14769 Allows a mock object to delete itself in an action. By Simon Bowden. by zhanyong.wan · 16 years ago
  41. 652540a Cleans up macro definitions. by zhanyong.wan · 16 years ago
  42. 1bee7b2 Implements Contains(element) matcher. By Gary Morain. by zhanyong.wan · 16 years ago
  43. 7f4c2c0 Adds two actions: SaveArg and SetArgReferee. by zhanyong.wan · 16 years ago
  44. 38ca64d Fixes link errors due to an MS VC bug. By Vlad Losev. by zhanyong.wan · 16 years ago
  45. 4a5330d Implements custom description string for MATCHER*. by zhanyong.wan · 16 years ago
  46. e0d051e Makes sure all internal macros are named GMOCK_*_. No functionality is changed. by zhanyong.wan · 16 years ago
  47. 7a13fee Removes upload*.py from the release package, as they are useless without an SVN checkout. by zhanyong.wan · 16 years ago
  48. 31c4522 Adds upload_gmock.py for uploading a patch for review. by zhanyong.wan · 16 years ago
  49. 585e57b Sets the svn:eol-style property of VS project files to CRLF. by zhanyong.wan · 16 years ago
  50. 117941f Removes the svn:executable attribute from VS project files. by zhanyong.wan · 16 years ago
  51. ce198ff Implements the MATCHER* macros. by zhanyong.wan · 16 years ago
  52. 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
  53. e1cdce5 Implements action Throw(exception). by zhanyong.wan · 16 years ago
  54. c069d7f Improves ACTION* to allow explicit instantiating with reference types. by zhanyong.wan · 16 years ago
  55. 5b95fa7 Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor. by zhanyong.wan · 16 years ago
  56. 6a896b5 Implements ContainerEq. by zhanyong.wan · 16 years ago
  57. 19e49af Updates README with instructions on downloading TR1 tuple without the rest of Boost. by zhanyong.wan · 16 years ago
  58. 326aa56 Implements the ACTION* macros. by shiqian · 16 years ago
  59. 44a8cf1 Fixes Windows build instructions in README. by shiqian · 16 years ago
  60. 9dd55ad Fixes incorrect build instructions on Windows. by shiqian · 16 years ago
  61. c97f2f5 Fixes compatibility with gcc 4.3's tuple implementation. by shiqian · 16 years ago
  62. c50af1a Improves the documentation. by shiqian · 16 years ago
  63. 281b1d2 More tweaks to the build script. by shiqian · 16 years ago
  64. a92e496 More tweaks to the build systems. by shiqian · 16 years ago
  65. c6cece7 Adds Visual Studio projects for building Google Mock. by shiqian · 16 years ago
  66. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 16 years ago