1. ec49fbc remove custom implementations of std::is_same by Krystian Kuzniarek · 5 years ago
  2. bf6df7e fix typos by Krystian Kuzniarek · 5 years ago
  3. d515158 Fixed issue #2284 (Incompatibility with C++17) by Tom Lachecki · 5 years ago
  4. a0d60be Merge pull request #2170 from ngie-eign:issue-2146-ver2 by Gennadiy Civil · 5 years ago
  5. 3829b84 clang: fix `-Wsign-conversion` errors by Enji Cooper · 5 years ago
  6. d982543 Googletest export by Abseil Team · 5 years ago
  7. 1c22797 Fix clang `-Wunused-parameter` warnings by Enji Cooper · 5 years ago
  8. 5388473 Fix clang `-Winconsistent-missing-override` warnings by Enji Cooper · 5 years ago
  9. ed2fe12 Fix -Wunused-private-field issues with clang by Enji Cooper · 5 years ago
  10. 28a96d1 Googletest export by Abseil Team · 5 years ago
  11. 52ea4f7 Googletest export by misterg · 5 years ago
  12. 9acd065 Googletest export by Abseil Team · 5 years ago
  13. 097407f Googletest export by Abseil Team · 5 years ago
  14. f8b1c1a Googletest export by Abseil Team · 6 years ago
  15. e26a3fa Googletest export by Abseil Team · 6 years ago
  16. 1ec20f8 Googletest export by Abseil Team · 6 years ago
  17. 6ef5913 Googletest export by Abseil Team · 6 years ago
  18. 6cbd375 Googletest export by misterg · 6 years ago
  19. 06bb8d4 Googletest export by Abseil Team · 6 years ago
  20. 3d71ab4 Googletest export by Abseil Team · 6 years ago
  21. 2674336 Googletest export by Abseil Team · 6 years ago
  22. a42cdf2 Googletest export by Abseil Team · 6 years ago
  23. e857f9c Googletest export by misterg · 6 years ago
  24. e908576 Merge pull request #1941 from barkovv:master by Gennadiy Civil · 6 years ago
  25. 80b43d9 Googletest export by misterg · 6 years ago
  26. 3feffdd Replaced all NULLs with nullptr in googlemock by Vadim Barkov · 6 years ago
  27. b57c703 Googletest export by Abseil Team · 6 years ago
  28. a50e4f0 Googletest export by misterg · 6 years ago
  29. 78761b5 Remove non-variadic pre C++11 AnyOf by misterg · 6 years ago
  30. 7d3b73c Unconditionally use std::tuple. by Abseil Team · 6 years ago
  31. 4ac07de Fixing AllOfMatches test, where it properly belongs by misterg · 6 years ago
  32. fab3592 Remove non-variadic pre C++11 AllOf by misterg · 6 years ago
  33. 4bb49ed Apply clang-tidy modernize-use-nullptr to googletest. by Abseil Team · 6 years ago
  34. ffc9bae Googletest export by Abseil Team · 6 years ago
  35. a0e62d9 No longer require a functor passed to ResultOf matcher to define `result_of` type. by Abseil Team · 6 years ago
  36. a3c0dd0 by Gennadiy Civil · 6 years ago
  37. a02af2f by Gennadiy Civil · 6 years ago
  38. 0c17888 by Gennadiy Civil · 6 years ago
  39. 3530ab9 by Gennadiy Civil · 6 years ago
  40. a9653c4 Fix gmock not building when -fno-rtti by Scott Graham · 6 years ago
  41. 9af3793 by Gennadiy Civil · 6 years ago
  42. b539167 by Gennadiy Civil · 6 years ago
  43. 08cb06b Merge branch 'master' into parameterless by dnsunderland · 6 years ago
  44. f437f8c Clone of unsubmitted cr/176529515. Introduce parameterless expectations. by David Sunderland · 6 years ago
  45. 4707c0f 193353312 by Gennadiy Civil · 6 years ago
  46. 80d6e26 cl/193060888 by Gennadiy Civil · 6 years ago
  47. 5dccf6b by Gennadiy Civil · 6 years ago
  48. dff32af by Gennadiy Civil · 6 years ago
  49. c67f51b by Gennadiy Civil · 6 years ago
  50. 9b5940e by Gennadiy Civil · 6 years ago
  51. b2d81b4 by Gennadiy Civil · 6 years ago
  52. e77deb2 small cleanup by Gennadiy Civil · 6 years ago
  53. 7045138 Have to wait for this one by Gennadiy Civil · 6 years ago
  54. 66eaf9f Have to wait for this one by Gennadiy Civil · 6 years ago
  55. af93d59 by Gennadiy Civil · 6 years ago
  56. 0cd6a4f Merging matchers test by Gennadiy Civil · 6 years ago
  57. d81b6a0 bad cut/paste by Gennadiy Civil · 6 years ago
  58. a608d4a by Gennadiy Civil · 6 years ago
  59. 6f4e939 More on MSVC warning C4503, decorated name length exceeded by Gennadiy Civil · 6 years ago
  60. 5b3d277 Address MSVC warning C4503, decorated name length exceeded, name was truncated by Gennadiy Civil · 6 years ago
  61. aa14cc4 by Gennadiy Civil · 6 years ago
  62. e55089e by Gennadiy Civil · 6 years ago
  63. 190e2cd Add matcher for std::variant. by Xiaoyi Zhang · 6 years ago
  64. 225e674 moving JoinAsTuple to internal by Gennadiy Civil · 6 years ago
  65. c851050 Fixed typos by Troy Holsapple · 6 years ago
  66. b3d9be5 Pass the -Wmissing-declarations warning. by David Benjamin · 7 years ago
  67. 840c711 Fix gmock tests when std::unary_function unavailable by Arkady Shapkin · 7 years ago
  68. 2641b02 Fix tests with VS2015 and VS2017 by Arkadiy Shapkin · 7 years ago
  69. 966b549 Support ref-qualified member functions in Property(). by Roman Perepelitsa · 7 years ago
  70. 09fd5b3 Use std::string and ::string explicitly in gtest and gmock code. by Nico Weber · 7 years ago
  71. dc2dbf1 Reformatted the Unprintable operator== code style. by mazong1123 · 8 years ago
  72. 531bf5c Fixed issue #775 by mazong1123 · 8 years ago
  73. 4a8e544 Name the helper AsBits() by Mark Mentovai · 9 years ago
  74. cfe466a Use a templated helper to wrap the cast by Mark Mentovai · 9 years ago
  75. cbce23f Leave decltype(max_ulps_) alone and cast, not sure this is better by Mark Mentovai · 9 years ago
  76. 8b085f0 Fix warnings encountered in MSVC build of gtest/gmock tests by Mark Mentovai · 9 years ago
  77. 71a26ac Merge pull request #612 from mark-chromium/gmock_rtti by Billy Donahue · 9 years ago
  78. c8a1050 googlemock: Disable WhenDynamicCastToTest tests when RTTI is off by Mark Mentovai · 9 years ago
  79. a0435dc googlemock: Support C++11 language with pre-C++11 library by Mark Mentovai · 9 years ago
  80. affb09e move googlemock files into googlemock/ subdir by Billy Donahue · 9 years ago[Renamed from test/gmock-matchers_test.cc]
  81. f6df4c6 Remove some tests. by kosak · 9 years ago
  82. 9b1a944 Fix EXPECT_THAT() to support literal strings as a second argument. by kosak · 9 years ago
  83. 6305ff5 Change IsNull and NotNull to use ==/!= nullptr in C++11. by kosak · 9 years ago
  84. 6b81780 Makes DoubleNear() print the diff between the actual and the expected value when the match fails. by kosak · 10 years ago
  85. cd99eb0 Fix gmock-matchers_test's ConstIter. by kosak · 10 years ago
  86. 506340a Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro. by kosak · 10 years ago
  87. 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
  88. 2336e9c Defines the UnorderedPointwise(m, container) matcher, which is like Pointwise(m, container) but ignores the order of the elements. by kosak · 10 years ago
  89. 0667892 Allows {Unordered,}ElementsAreArray() to accept any STL-style container as the parameter. by kosak · 10 years ago
  90. 1f5fdea Push several shanges: by billydonahue · 10 years ago
  91. bd01883 Export tuple and friends in the ::testing namespace. by kosak · 10 years ago
  92. 15d61e4 Implement threading support for gmock on Windows. by kosak · 10 years ago
  93. b6a3488 Introduce a BeginEndDistanceIs matcher for containers such as std::forward_list by kosak · 10 years ago
  94. 18489fa Distinguish between C++11 language and library support for <initializer_list>. by kosak · 11 years ago
  95. 6414d80 Fix warnings encountered with clang -Wall, and pull in gtest 670. by kosak · 11 years ago
  96. 5f2a6ca Don't copy the argument in SafeMatcherCast because it's not safe. by kosak · 11 years ago
  97. 35877b7 avoids clash with the max() macro on Windows by zhanyong.wan · 11 years ago
  98. 1cc1d4b Makes some container matchers accept initializer lists in C++11 mode and work with stream-like containers that don't have size() or empty(); exposes StringMatchResultListener for defining composite matchers. by zhanyong.wan · 11 years ago
  99. 5579c1a Makes UnorderedElementsAre*() work with containers that don't have size() or empty(). by zhanyong.wan · 11 years ago
  100. fb25d53 Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in by zhanyong.wan · 11 years ago