1. da76d01 remove a custom implementation of std::is_reference by Krystian Kuzniarek · 5 years ago
  2. bf6df7e fix typos by Krystian Kuzniarek · 5 years ago
  3. 3f5b5b8 Googletest export by Abseil Team · 5 years ago
  4. d982543 Googletest export by Abseil Team · 5 years ago
  5. f1883b1 Googletest export by Abseil Team · 5 years ago
  6. 0adeadd Googletest export by Abseil Team · 6 years ago
  7. 097407f Googletest export by Abseil Team · 6 years ago
  8. f8b1c1a Googletest export by Abseil Team · 6 years ago
  9. 9494c45 Googletest export by Abseil Team · 6 years ago
  10. e26a3fa Googletest export by Abseil Team · 6 years ago
  11. 096fb37 Googletest export by Abseil Team · 6 years ago
  12. 2674336 Googletest export by Abseil Team · 6 years ago
  13. bb7c0ec Googletest export by misterg · 6 years ago
  14. aac1818 Googletest export by Abseil Team · 6 years ago
  15. 80b43d9 Googletest export by misterg · 6 years ago
  16. b57c703 Googletest export by Abseil Team · 6 years ago
  17. a50e4f0 Googletest export by misterg · 6 years ago
  18. 29b47e4 Googletest export by Abseil Team · 6 years ago
  19. 7d3b73c Unconditionally use std::tuple. by Abseil Team · 6 years ago
  20. 4bb49ed Apply clang-tidy modernize-use-nullptr to googletest. by Abseil Team · 6 years ago
  21. a3c0dd0 by Gennadiy Civil · 6 years ago
  22. 984cba3 by Gennadiy Civil · 6 years ago
  23. 8654c1c merging by Gennadiy Civil · 6 years ago
  24. ca54b67 Revert "gmock actions 2" by Gennadiy Civil · 6 years ago
  25. 88fc7d7 merging gmock-actions 2 by Gennadiy Civil · 6 years ago
  26. af463c4 More merges, removing old dead code by Gennadiy Civil · 6 years ago
  27. 41ad243 Fix typo in gmock-actions.h by Hector Dearman · 7 years ago
  28. a0435dc googlemock: Support C++11 language with pre-C++11 library by Mark Mentovai · 9 years ago
  29. affb09e move googlemock files into googlemock/ subdir by Billy Donahue · 9 years ago[Renamed from include/gmock/gmock-actions.h]
  30. d478a1f In C++11 and above, makes a mock method whose return type is default by kosak · 9 years ago
  31. 53d49dc Make ReturnNull() support unique_ptr and shared_ptr. by kosak · 10 years ago
  32. 7123d83 Fix gmock Action behaviour when return type is Wrapper by kosak · 10 years ago
  33. d370f85 Call move() by qualified name (::testing::internal::move() or just internal::move()). by kosak · 10 years ago
  34. 3d1c78b Add ByMove() modifier for the Return() action. Pull in gtest 695. by kosak · 10 years ago
  35. bd01883 Export tuple and friends in the ::testing namespace. by kosak · 10 years ago
  36. b5c8109 Support mocking methods with move-only return types. by kosak · 10 years ago
  37. 79a367e Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. by jgm · 12 years ago
  38. fc8c6c4 Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and by zhanyong.wan · 13 years ago
  39. 658ac0b Indents preprocessor directives. by zhanyong.wan · 13 years ago
  40. 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
  41. 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
  42. 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
  43. 5921483 Adds SetArgPointee to replace SetArgumentPointee. by zhanyong.wan · 14 years ago
  44. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 14 years ago
  45. e3bd098 Implements ReturnPointee() and ReturnRefOfCopy(). by zhanyong.wan · 14 years ago
  46. 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 14 years ago
  47. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 15 years ago
  48. 39bf784 Removes uses of GTEST_HAS_STD_STRING. by zhanyong.wan · 15 years ago
  49. a070cbd Enables gmock's implicit_cast to work with source types that by vladlosev · 15 years ago
  50. 95b1233 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. by zhanyong.wan · 15 years ago
  51. f7af24c Simplifies gmock code using gtest's OS-indicating macros. by zhanyong.wan · 15 years ago
  52. 9571b28 Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa). by zhanyong.wan · 15 years ago
  53. a18423e Re-organizes the file structure for actions. by zhanyong.wan · 15 years ago
  54. 3fbd2dd Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter. by zhanyong.wan · 15 years ago
  55. 5b5d62f Makes the code compile on Windows CE. by zhanyong.wan · 15 years ago
  56. 652540a Cleans up macro definitions. by zhanyong.wan · 15 years ago
  57. e0d051e Makes sure all internal macros are named GMOCK_*_. No functionality is changed. by zhanyong.wan · 15 years ago
  58. 5b95fa7 Improves error messages for undefined return value (by Sverre Sundsdal); improves gmock_doctor. by zhanyong.wan · 15 years ago
  59. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 16 years ago