1. b5687db Googletest export by Abseil Team · 3 years, 7 months ago
  2. 4679637 Fix warning maybe-uninitialized by tbarbier · 3 years, 7 months ago
  3. 7aca844 Googletest export by Abseil Team · 3 years, 8 months ago
  4. bb27253 Googletest export by Abseil Team · 3 years, 8 months ago
  5. 4181d7a Update README.md, added missing 'a' by JethroSama · 3 years, 8 months ago
  6. 242ee27 Remove spaces between Google Test and Google Mock by Hyuk Myeong · 3 years, 8 months ago
  7. 5afcb3c Add follow-up patch for more natural reading by Hyuk Myeong · 3 years, 8 months ago
  8. 2d1a18f Apply the reviewed comment by Hyuk Myeong · 3 years, 8 months ago
  9. 32437f4 Remove a space by Hyuk Myeong · 3 years, 8 months ago
  10. 7aae2ac Improve the tutorial that may be confusing by Hyuk Myeong · 3 years, 8 months ago
  11. a4ab0ab Googletest export by Abseil Team · 3 years, 8 months ago
  12. 6466039 Merge pull request #2994 from xerus2000:gmock-docs by Derek Mauro · 3 years, 8 months ago
  13. 5f8fcf4 Googletest export by dmauro · 3 years, 8 months ago
  14. 7b1cf6d Googletest export by Abseil Team · 3 years, 8 months ago
  15. af1e75c Googletest export by Abseil Team · 3 years, 8 months ago
  16. df6b759 Googletest export by Abseil Team · 3 years, 8 months ago
  17. 296c9d2 Add timestamp to in old method mock macro guide by xerus2000 · 3 years, 8 months ago
  18. 1e315c5 Merge pull request #2895 from lantw44:wip/lantw/Avoid-using-environ-on-FreeBSD by vslashg · 3 years, 8 months ago
  19. ec9be15 Googletest export by Abseil Team · 3 years, 9 months ago
  20. 655bff5 Merge pull request #2984 from earhart:master by vslashg · 3 years, 8 months ago
  21. aa4cbcd Merge pull request #2904 from AmatanHead:throw-matchers by vslashg · 3 years, 8 months ago
  22. fc1e778 Googletest export by Abseil Team · 3 years, 9 months ago
  23. adeef19 Googletest export by krzysio · 3 years, 9 months ago
  24. 025e1a4 Export LICENSE by Rob Earhart · 3 years, 9 months ago
  25. 10ade84 Googletest export by Abseil Team · 3 years, 9 months ago
  26. 6c65569 Googletest export by dmauro · 3 years, 9 months ago
  27. 3d93f88 Googletest export by Abseil Team · 3 years, 9 months ago
  28. 3af06fe Merge pull request #2961 from FranciscoThiesen:patch-1 by Derek Mauro · 3 years, 9 months ago
  29. ce654c2 Merge pull request #2972 from srz-zumix:fix/remove_legacy_testcase_api_ by Derek Mauro · 3 years, 9 months ago
  30. d0de618 Googletest export by Abseil Team · 3 years, 9 months ago
  31. 5a5caab Googletest export by Abseil Team · 3 years, 9 months ago
  32. 48ec640 Googletest export by Abseil Team · 3 years, 9 months ago
  33. b612003 fix endif comment by srz_zumix · 3 years, 9 months ago
  34. 7f1c8bb Remove ThrowsMessageHasSubstr and fix some nits after review by Vladimir Goncharov · 3 years, 9 months ago
  35. a899cec Cleanup a bulky expression, document implementation details by Vladimir Goncharov · 3 years, 10 months ago
  36. 4ebbfea Fix build under msvc by Vladimir Goncharov · 3 years, 10 months ago
  37. c46bdea Update tests after changing an error message by Vladimir Goncharov · 3 years, 10 months ago
  38. 0a80845 Fix build under msvc by Vladimir Goncharov · 3 years, 10 months ago
  39. 92d0a6f Add a test to ensure that the `Throws` matcher only invokes its argument once. by Vladimir Goncharov · 3 years, 10 months ago
  40. 69c510f Add a test for duplicate catch clauses in throw matchers, fix a couple of nitpicks. by Vladimir Goncharov · 3 years, 10 months ago
  41. 49d1201 Add missing documentation piece by Vladimir Goncharov · 3 years, 10 months ago
  42. 46734d9 Small improvements: code style and property name by Vladimir Goncharov · 3 years, 11 months ago
  43. 9ac4cd0 Add matchers for testing exception properties by Vladimir Goncharov · 3 years, 11 months ago
  44. 7d47077 fix tests by srz_zumix · 3 years, 9 months ago
  45. e6e2d3b Merge pull request #2952 from jasjuang:master by Mark Barolak · 3 years, 9 months ago
  46. e61125f Merge pull request #2920 from ongjunjie:fix-death-test-regex by Mark Barolak · 3 years, 9 months ago
  47. 7b2f00d Removing tiny-dnn from "Who is using.." by Francisco Geiman Thiesen · 3 years, 9 months ago
  48. 68ca04c Googletest export by Abseil Team · 3 years, 9 months ago
  49. 317ec2f fix GTEST_REMOVE_LEGACY_TEST_CASEAPI_ typo by srz_zumix · 3 years, 9 months ago
  50. 18a9aed Googletest export by Abseil Team · 3 years, 9 months ago
  51. c643099 Googletest export by ofats · 3 years, 9 months ago
  52. 7bde252 fix clang tidy modernize-use-equals-default warnings by jasjuang · 3 years, 10 months ago
  53. a781fe2 Merge pull request #2937 from Ashikpaul:patch-1 by vslashg · 3 years, 10 months ago
  54. eb66050 Googletest export by ofats · 3 years, 10 months ago
  55. af287b4 Merge pull request #2903 from AmatanHead:informative-exception-asserts by vslashg · 3 years, 10 months ago
  56. c4a5ee3 Fixed some minor typos by Ashik Paul · 3 years, 10 months ago
  57. 70b9092 Googletest export by Abseil Team · 3 years, 10 months ago
  58. c7f05e0 Merge pull request #2872 from elindsey:master by Gennadiy Rozental · 3 years, 10 months ago
  59. 592d464 Merge pull request #2808 from OlivierLDff:cmake-cpp11-feature by Gennadiy Rozental · 3 years, 10 months ago
  60. 017c8d5 Merge pull request #2682 from mjvankampen:cmake-QNX-fix by Gennadiy Rozental · 3 years, 10 months ago
  61. 08b7877 Googletest export by ofats · 3 years, 10 months ago
  62. 9aaaaf3 Googletest export by Abseil Team · 3 years, 10 months ago
  63. b9a8afc Googletest export by Abseil Team · 3 years, 10 months ago
  64. 356f2d2 Googletest export by Abseil Team · 3 years, 10 months ago
  65. 131878c use target_compile_features to use c++11 if cmake > 3.8 by Olivier Ldff · 4 years, 1 month ago
  66. 5c0ef1c Fix test failing when simple regex is used by Jun Jie · 3 years, 10 months ago
  67. aee0f9d Googletest export by Abseil Team · 3 years, 10 months ago
  68. e561358 Googletest export by Abseil Team · 3 years, 10 months ago
  69. 05c4a03 Googletest export by Abseil Team · 3 years, 10 months ago
  70. 849ed6b Merge pull request #2902 from mshingote:master by Mark Barolak · 3 years, 10 months ago
  71. a4007e9 Googletest export by Abseil Team · 3 years, 10 months ago
  72. 5e0cf72 Merge pull request #2718 from NINI1988:master by Mark Barolak · 3 years, 10 months ago
  73. 62f388e Merge pull request #2891 from zoddicus:fixMinGW by Mark Barolak · 3 years, 10 months ago
  74. 0d2830b Make EXPECT_THROW and EXPECT_NO_THROW macros more informative by Vladimir Goncharov · 3 years, 11 months ago
  75. 93dc015 Updated googletest issue tracker url. by Mayur Shingote · 3 years, 11 months ago
  76. c6e309b Googletest export by Abseil Team · 3 years, 11 months ago
  77. 549c5d0 Googletest export by Abseil Team · 3 years, 11 months ago
  78. 2e8ebe6 Avoid using environ on FreeBSD by Ting-Wei Lan · 6 years ago
  79. 8567b09 Googletest export by dmauro · 3 years, 11 months ago
  80. 82e5687 remove a duplicated include by Krystian Kuzniarek · 4 years, 3 months ago
  81. 13a433a Googletest export by Abseil Team · 3 years, 11 months ago
  82. 9f287b4 Googletest export by Abseil Team · 3 years, 11 months ago
  83. ec94d9f Googletest export by Abseil Team · 3 years, 11 months ago
  84. 1b0cdaa Googletest export by dmauro · 4 years ago
  85. 1eda5d8 Fix build issue for MinGW by Ryan Harrison · 3 years, 11 months ago
  86. 4fe0180 Googletest export by dmauro · 4 years ago
  87. 07d4a6e Merge pull request #2742 from kuzkry:c++17-type-printers by Gennadiy Rozental · 4 years ago
  88. 210aab0 Googletest export by Abseil Team · 4 years ago
  89. cb44c86 Merge pull request #2755 from Conan-Kudo:set-version-for-libs by Gennadiy Rozental · 4 years ago
  90. 26dadc2 Googletest export by Abseil Team · 4 years ago
  91. df6813f Googletest export by Abseil Team · 4 years ago
  92. a253341 fix compilation on OpenBSD 6.7 by Eli Lindsey · 4 years ago
  93. eb3953f make UniversalPrinter<std::any> support RTTI by Krystian Kuzniarek · 4 years, 2 months ago
  94. 843267f specialize UniversalPrinter<> for std::any (without support for RTTI) by Krystian Kuzniarek · 4 years, 2 months ago
  95. 95b0ea2 specialize UniversalPrinter<> for std::optional by Krystian Kuzniarek · 4 years, 2 months ago
  96. 33b44c4 specialize UniversalPrinter<> for std::variant by Krystian Kuzniarek · 4 years, 2 months ago
  97. 859bfe8 Googletest export by dmauro · 4 years ago
  98. fd32ba6 Googletest export by dmauro · 4 years ago
  99. 85a4631 Googletest export by Abseil Team · 4 years ago
  100. 07beabd Merge pull request #2767 from mvoorsluys:OutputXmlSkipped by Derek Mauro · 4 years ago