1. d982543 Googletest export by Abseil Team · 5 years ago
  2. 0adeadd Googletest export by Abseil Team · 5 years ago
  3. 097407f Googletest export by Abseil Team · 5 years ago
  4. 14c2fba Googletest export by misterg · 6 years ago
  5. f8b1c1a Googletest export by Abseil Team · 6 years ago
  6. e26a3fa Googletest export by Abseil Team · 6 years ago
  7. 2674336 Googletest export by Abseil Team · 6 years ago
  8. a3013cc Googletest export by misterg · 6 years ago
  9. 64368e0 Googletest export by Abseil Team · 6 years ago
  10. aac1818 Googletest export by Abseil Team · 6 years ago
  11. 826656b Remove workarounds for unsupported MSVC versions by Robin Lindén · 6 years ago
  12. 7d3b73c Unconditionally use std::tuple. by Abseil Team · 6 years ago
  13. 4bb49ed Apply clang-tidy modernize-use-nullptr to googletest. by Abseil Team · 6 years ago
  14. 265efde by Gennadiy Civil · 6 years ago
  15. a3c0dd0 by Gennadiy Civil · 6 years ago
  16. b78c3b8 small cleanup, np functional changes by Gennadiy Civil · 6 years ago
  17. 24edf4e automatic code sync mgt, comment only by Gennadiy Civil · 6 years ago
  18. 8d07cfd by Gennadiy Civil · 6 years ago
  19. 9fba103 by Gennadiy Civil · 6 years ago
  20. 1c6e68c merging by Gennadiy Civil · 6 years ago
  21. 26c10dc merging by Gennadiy Civil · 6 years ago
  22. d84eb86 by Gennadiy Civil · 6 years ago
  23. f45728a by Gennadiy Civil · 6 years ago
  24. b74a1af by Gennadiy Civil · 6 years ago
  25. f9bd618 by Gennadiy Civil · 6 years ago
  26. 0bfa823 by Gennadiy Civil · 6 years ago
  27. 39c58da by Gennadiy Civil · 6 years ago
  28. e1071eb by Gennadiy Civil · 6 years ago
  29. ca54b67 Revert "gmock actions 2" by Gennadiy Civil · 6 years ago
  30. 05b5a53 by Gennadiy Civil · 6 years ago
  31. e93a0ec msvc by Gennadiy Civil · 6 years ago
  32. 8bc7c63 by Gennadiy Civil · 6 years ago
  33. c4e3d77 by Gennadiy Civil · 6 years ago
  34. 88fc7d7 merging gmock-actions 2 by Gennadiy Civil · 6 years ago
  35. fe402c2 Merging gMock, 2 by Gennadiy Civil · 6 years ago
  36. af463c4 More merges, removing old dead code by Gennadiy Civil · 6 years ago
  37. 567b40e Try to handle unsigned wchar_t (arm) a bit better by Scott Graham · 6 years ago
  38. c851050 Fixed typos by Troy Holsapple · 6 years ago
  39. a0435dc googlemock: Support C++11 language with pre-C++11 library by Mark Mentovai · 9 years ago
  40. affb09e move googlemock files into googlemock/ subdir by Billy Donahue · 9 years ago[Renamed from test/gmock-actions_test.cc]
  41. d478a1f In C++11 and above, makes a mock method whose return type is default by kosak · 9 years ago
  42. 53d49dc Make ReturnNull() support unique_ptr and shared_ptr. by kosak · 10 years ago
  43. 7123d83 Fix gmock Action behaviour when return type is Wrapper by kosak · 10 years ago
  44. 389bad6 Silence a signedness-comparison warning in gmock-actions_test. by kosak · 10 years ago
  45. 3d1c78b Add ByMove() modifier for the Return() action. Pull in gtest 695. by kosak · 10 years ago
  46. 5b9cbbb Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock. by kosak · 10 years ago
  47. bd01883 Export tuple and friends in the ::testing namespace. by kosak · 10 years ago
  48. b5c8109 Support mocking methods with move-only return types. by kosak · 10 years ago
  49. a1a98f8 Adds a cmake target for gmock_ex_test; also fixes name shadowing warnings. by zhanyong.wan · 11 years ago
  50. 29be923 Removes unused variables and functions. by zhanyong.wan · 11 years ago
  51. edd4ab4 Makes googlemock throw a runtime_error instead of abort when a mock by zhanyong.wan · 11 years ago
  52. 79a367e Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. by jgm · 12 years ago
  53. fc8c6c4 Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and by zhanyong.wan · 13 years ago
  54. 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
  55. a684b5a Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525. by zhanyong.wan · 14 years ago
  56. 5921483 Adds SetArgPointee to replace SetArgumentPointee. by zhanyong.wan · 14 years ago
  57. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 14 years ago
  58. e3bd098 Implements ReturnPointee() and ReturnRefOfCopy(). by zhanyong.wan · 14 years ago
  59. 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 14 years ago
  60. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 15 years ago
  61. 39bf784 Removes uses of GTEST_HAS_STD_STRING. by zhanyong.wan · 15 years ago
  62. 19eb9e9 Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev). by zhanyong.wan · 15 years ago
  63. a070cbd Enables gmock's implicit_cast to work with source types that by vladlosev · 15 years ago
  64. 95b1233 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. by zhanyong.wan · 15 years ago
  65. f7af24c Simplifies gmock code using gtest's OS-indicating macros. by zhanyong.wan · 15 years ago
  66. 04d6ed8 Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED. by zhanyong.wan · 15 years ago
  67. a18423e Re-organizes the file structure for actions. by zhanyong.wan · 15 years ago
  68. 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
  69. 5b5d62f Makes the code compile on Windows CE. by zhanyong.wan · 15 years ago
  70. 652540a Cleans up macro definitions. by zhanyong.wan · 15 years ago
  71. 5b95fa7 Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor. by zhanyong.wan · 15 years ago
  72. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 16 years ago