1. 637b041 remove an excessive mutable type specifier by Krystian Kuzniarek · 5 years ago
  2. bf6df7e fix typos by Krystian Kuzniarek · 5 years ago
  3. 1f80960 Add missing <functional> include by Adam Badura · 5 years ago
  4. 569fba4 Googletest export by Abseil Team · 6 years ago
  5. 9518a57 Googletest export by Abseil Team · 6 years ago
  6. 14c2fba Googletest export by misterg · 6 years ago
  7. f8b1c1a Googletest export by Abseil Team · 6 years ago
  8. 2674336 Googletest export by Abseil Team · 6 years ago
  9. de5be0e Googletest export by Abseil Team · 6 years ago
  10. e857f9c Googletest export by misterg · 6 years ago
  11. e908576 Merge pull request #1941 from barkovv:master by Gennadiy Civil · 6 years ago
  12. 80b43d9 Googletest export by misterg · 6 years ago
  13. 3feffdd Replaced all NULLs with nullptr in googlemock by Vadim Barkov · 6 years ago
  14. b57c703 Googletest export by Abseil Team · 6 years ago
  15. a50e4f0 Googletest export by misterg · 6 years ago
  16. 20eaf6e Merge pull request #1911 from BrukerJWD:isnice by Gennadiy Civil · 6 years ago
  17. 29b47e4 Googletest export by Abseil Team · 6 years ago
  18. 8c82ba4 Merge branch 'master' into isnice by BrukerJWD · 6 years ago
  19. 67a240a Added Mock::IsNaggy, IsNice, and IsStrict by Jonathan Wendeborn · 6 years ago
  20. a651a4d Merge pull request #1908 from rwoldberg:master by Gennadiy Civil · 6 years ago
  21. dec3b81 Change types to remove cast warnings. by Robert Woldberg · 6 years ago
  22. 4bb49ed Apply clang-tidy modernize-use-nullptr to googletest. by Abseil Team · 6 years ago
  23. df428ec googletest export by misterg · 6 years ago
  24. 265efde by Gennadiy Civil · 6 years ago
  25. a3c0dd0 by Gennadiy Civil · 6 years ago
  26. 984cba3 by Gennadiy Civil · 6 years ago
  27. 65a49a7 Fix warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss by duxiuxing · 6 years ago
  28. f437f8c Clone of unsubmitted cr/176529515. Introduce parameterless expectations. by David Sunderland · 6 years ago
  29. 1324e2d Remove multiple inheritance from "unintesting call" mock classes. by Victor Costan · 6 years ago
  30. fe402c2 Merging gMock, 2 by Gennadiy Civil · 6 years ago
  31. fbb48a7 Code merges by Gennadiy Civil · 6 years ago
  32. b70cf1a Use gender-neutral pronouns in comments and docs by Jonathan Wakely · 7 years ago
  33. 6e1970e Adding a flag option to change the default mock type by Alyssa Wilk · 7 years ago
  34. 09fd5b3 Use std::string and ::string explicitly in gtest and gmock code. by Nico Weber · 7 years ago
  35. affb09e move googlemock files into googlemock/ subdir by Billy Donahue · 9 years ago[Renamed from include/gmock/gmock-spec-builders.h]
  36. d370f85 Call move() by qualified name (::testing::internal::move() or just internal::move()). by kosak · 10 years ago
  37. 3d1c78b Add ByMove() modifier for the Return() action. Pull in gtest 695. by kosak · 10 years ago
  38. b5c8109 Support mocking methods with move-only return types. by kosak · 10 years ago
  39. c896504 Improves the tests for nice, naggy, and strict mocks. by zhanyong.wan · 11 years ago
  40. 844fa94 Implements NaggyMock. by zhanyong.wan · 11 years ago
  41. edd4ab4 Makes googlemock throw a runtime_error instead of abort when a mock by zhanyong.wan · 11 years ago
  42. 2fd619e Pulls in gtest r615. by zhanyong.wan · 12 years ago
  43. 79a367e Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. by jgm · 12 years ago
  44. 9bcb5f9 Fixes a lock reentrancy when destroying a mock causes destruction of another mock (issue 79) (by Aaron Jacobs). by vladlosev · 13 years ago
  45. 4d60a59 Expressed the thread-safety annotations in code, replacing the existing comment-based system (by Aaron Jacobs). by vladlosev · 13 years ago
  46. 587c1b3 Adds support for building Google Mock as a shared library (DLL). by vladlosev · 13 years ago
  47. ab29bb6 Removes commas from last items in enums (a C++ standard compliance fix). by vladlosev · 13 years ago
  48. 658ac0b Indents preprocessor directives. by zhanyong.wan · 13 years ago
  49. ed6c927 Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68. by zhanyong.wan · 13 years ago
  50. e5121b5 Improves cross-platform compatibility of gmock output. This fixes issue 135. by vladlosev · 13 years ago
  51. 5b61ce3 Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox). by zhanyong.wan · 13 years ago
  52. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 14 years ago
  53. ccedc1c Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454. by zhanyong.wan · 14 years ago
  54. e2e8ba4 Renames test script flags. by vladlosev · 14 years ago
  55. 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 14 years ago
  56. b1c7f93 Improves matcher messages across the board. by zhanyong.wan · 14 years ago
  57. 5905ba0 Adds threading support (by Vlad Losev); updates the version number (by Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev). by zhanyong.wan · 14 years ago
  58. 8211331 Implements the new matcher API. by zhanyong.wan · 15 years ago
  59. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 15 years ago
  60. 6c54a5e Enables more verbose output for expectations (by Sverre Sundsdal); Fixes information loss warning when compiled by VC8.0 with /Wp64; Skips two tests on Windows Mobile that don't work there. by vladlosev · 15 years ago
  61. 7c95d83 Works around a Symbian compiler bug that causes memory leak (by Mika Raento). by zhanyong.wan · 15 years ago
  62. 41b9b0b Implements Expectation, ExpectationSet, and After for specifying expectation orders. by zhanyong.wan · 15 years ago
  63. 4cd148e Removes the .WithArguments() clause from ON_CALL and EXPECT_CALL. by zhanyong.wan · 15 years ago
  64. 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
  65. 2661c68 Implements the Args<k1, ..., kn>(m) matcher. by zhanyong.wan · 15 years ago
  66. 9413f2f Avoids unnecessary printing of call into to internal buffers; by zhanyong.wan · 15 years ago
  67. 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
  68. 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
  69. df35a76 Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. by zhanyong.wan · 15 years ago
  70. 946bc64 Fixes an error when compiling with gcc 4.4. by zhanyong.wan · 15 years ago
  71. 6f14769 Allows a mock object to delete itself in an action. By Simon Bowden. by zhanyong.wan · 15 years ago
  72. e0d051e Makes sure all internal macros are named GMOCK_*_. No functionality is changed. by zhanyong.wan · 15 years ago
  73. 5b95fa7 Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor. by zhanyong.wan · 16 years ago
  74. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 16 years ago