1. db1b739 Googletest export by kuzkry · 5 years ago
  2. d5e9e0c Merge pull request #2397 from kuzkry:custom-type-traits-is_reference by Gennadiy Civil · 5 years ago
  3. ec49fbc remove custom implementations of std::is_same by Krystian Kuzniarek · 5 years ago
  4. da76d01 remove a custom implementation of std::is_reference by Krystian Kuzniarek · 5 years ago
  5. f1883b1 Googletest export by Abseil Team · 5 years ago
  6. a1dd077 Googletest export by Abseil Team · 5 years ago
  7. 216c37f Googletest export by Abseil Team · 6 years ago
  8. f8b1c1a Googletest export by Abseil Team · 6 years ago
  9. e26a3fa Googletest export by Abseil Team · 6 years ago
  10. 2674336 Googletest export by Abseil Team · 6 years ago
  11. 80b43d9 Googletest export by misterg · 6 years ago
  12. b57c703 Googletest export by Abseil Team · 6 years ago
  13. a50e4f0 Googletest export by misterg · 6 years ago
  14. 7d3b73c Unconditionally use std::tuple. by Abseil Team · 6 years ago
  15. 4bb49ed Apply clang-tidy modernize-use-nullptr to googletest. by Abseil Team · 6 years ago
  16. a3c0dd0 by Gennadiy Civil · 6 years ago
  17. b7c5683 merging, gmock -1 by Gennadiy Civil · 6 years ago
  18. 1c09831 upstreaming cl 124976692 by Gennadiy Civil · 7 years ago
  19. b70cf1a Use gender-neutral pronouns in comments and docs by Jonathan Wakely · 7 years ago
  20. 09fd5b3 Use std::string and ::string explicitly in gtest and gmock code. by Nico Weber · 7 years ago
  21. b78f858 Include <memory> to use std::unique_ptr. by Billy Donahue · 9 years ago
  22. affb09e move googlemock files into googlemock/ subdir by Billy Donahue · 9 years ago[Renamed from test/gmock-internal-utils_test.cc]
  23. e83085a Inject a mock stack trace getter. by kosak · 9 years ago
  24. cac6c1b Tests based on GTEST_HAS_STD_UNIQUE_PTR_ and GTEST_HAS_STD_SHARED_PTR_. by kosak · 9 years ago
  25. 1f5fdea Push several shanges: by billydonahue · 10 years ago
  26. bd01883 Export tuple and friends in the ::testing namespace. by kosak · 10 years ago
  27. fc4aa1d Suppress "Conditional expression is constant" warning on Visual Studio. by kosak · 10 years ago
  28. 38513a8 Unfortunately, the svn repo is a bit out of date. This commit contains 8 by jgm · 12 years ago
  29. 2fd619e Pulls in gtest r615. by zhanyong.wan · 12 years ago
  30. 658ac0b Indents preprocessor directives. by zhanyong.wan · 13 years ago
  31. 53e08c4 Include gtest and gmock headers as user headers instead of system headers. by zhanyong.wan · 14 years ago
  32. 2516f60 Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert). by zhanyong.wan · 14 years ago
  33. 02f7106 Moves the universal printer from gmock to gtest (by Vlad Losev). by zhanyong.wan · 14 years ago
  34. 76c1c61 Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110). by vladlosev · 14 years ago
  35. 470df42 Enables tests depending on stdout capturing (by Vlad Losev). by zhanyong.wan · 14 years ago
  36. 32de5f5 Fixes a slew of compiler warnings and turns on "warning as error" in the scons build. by zhanyong.wan · 15 years ago
  37. 95b1233 Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento. by zhanyong.wan · 15 years ago
  38. 4bd79e4 Simplifies the definition of NativeArray. Works around a VC bug in StrictMock & NiceMock. by zhanyong.wan · 15 years ago
  39. 04d6ed8 Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED. by zhanyong.wan · 15 years ago
  40. 0ea67f8 Improves protobuf print format. by zhanyong.wan · 15 years ago
  41. 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
  42. 90c90f9 Switches from Boost TR1 tuple to gtest's TR1 tuple. by zhanyong.wan · 15 years ago
  43. 2661c68 Implements the Args<k1, ..., kn>(m) matcher. by zhanyong.wan · 15 years ago
  44. 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
  45. 9413f2f Avoids unnecessary printing of call into to internal buffers; by zhanyong.wan · 15 years ago
  46. 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
  47. 652540a Cleans up macro definitions. by zhanyong.wan · 15 years ago
  48. e0d051e Makes sure all internal macros are named GMOCK_*_. No functionality is changed. by zhanyong.wan · 15 years ago
  49. ce198ff Implements the MATCHER* macros. by zhanyong.wan · 15 years ago
  50. e35fdd9 Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. by shiqian · 16 years ago