1. 96eadf6 Minor documentation correction. by Abseil Team · 1 year, 3 months ago
  2. cde9a74 Fix broken links in primer.md by Derek Mauro · 1 year, 3 months ago
  3. 9bb354f s/::testing::/testing::/ in test documentation outside of using statements to align with best practice by Abseil Team · 1 year, 5 months ago
  4. beb552f gmock_cook_book: Document `DoAll`'s return type requirement by Dino Radakovic · 1 year, 6 months ago
  5. d1467f5 GoogleTest FAQ: minor punctuation fixes by Michael Hirshleifer · 1 year, 6 months ago
  6. 728ec52 Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `ProtocolMessageEquiv` by Michael Hirshleifer · 1 year, 6 months ago
  7. f0eae4b changed http to https by sthd · 1 year, 7 months ago
  8. cb5cd96 Merge pull request #4343 from sthd:http-to-https by Copybara-Service · 1 year, 7 months ago
  9. c374da1 googletest: Replace http with https in links to docs by Dino Radakovic · 1 year, 7 months ago
  10. 722daa3 Update advanced.md by Elior Schneider · 1 year, 7 months ago
  11. 8ca57f1 Changed 2 public links from http to https by sthd · 1 year, 7 months ago
  12. 5b5ef29 Changed 3 public links from http to https by sthd · 1 year, 7 months ago
  13. 7e33b6a Specify SetUpTestSuite is required to be public. by Abseil Team · 1 year, 7 months ago
  14. 6abc9e3 Make references to `#include`s consistent across docs by Dino Radakovic · 1 year, 8 months ago
  15. c875c4e Adjust includes to use <> instead of "", consistent with quickstart pages. by Abseil Team · 1 year, 8 months ago
  16. f014396 Fix typo in gmock_cook_book.md by Anton Sosnin · 1 year, 8 months ago
  17. 251e720 Change `::testing` to `testing` in Testing Reference doc by Abseil Team · 1 year, 9 months ago
  18. ec4fed9 Update code examples in the gMock Cookbook following C++ best practices. by Abseil Team · 1 year, 9 months ago
  19. 4fed5f2 cmake: Raise min to 3.6 by Juan Ramos · 1 year, 9 months ago
  20. 65cfeca internal g3doc documentation change. by Abseil Team · 1 year, 10 months ago
  21. 06f44bc Copy supported platforms from README onto https://google.github.io/googletest/platforms.html by Dino Radakovic · 1 year, 10 months ago
  22. 04cf298 Provide example for setting C++ language standard in GoogleTest's Bazel quickstart and readme. by Dino Radakovic · 1 year, 10 months ago
  23. aa99ce5 Add CXX_STANDARD_REQUIRED to CMake quickstart by Shlomi Nissan · 1 year, 10 months ago
  24. 922e0b7 Update gMock Cookbook to reflect deprecation of testing::ByMove by Abseil Team · 1 year, 11 months ago
  25. 0cd05c6 Update naming to "GoogleTest" in the GoogleTest Primer. by Abseil Team · 2 years ago
  26. e9fb5c7 Replace `const char*` with `absl::string_view` as the latter is preferred. by Abseil Team · 2 years ago
  27. 3288c4d Revise documentation to include AbslStringify by Phoebe Liang · 2 years ago
  28. 2d4f208 Merge pull request #4158 from VuPhamVan:main by Copybara-Service · 2 years, 1 month ago
  29. 555486f Rephrase the description of TEST_F() arguments for clarity. by Abseil Team · 2 years, 1 month ago
  30. 2ce822a Merge pull request #4143 from iwsfutcmd:patch-1 by Copybara-Service · 2 years, 1 month ago
  31. 95d8c7a Reformat to current g3doc style guide. No content changes. by Abseil Team · 2 years, 1 month ago
  32. d0ba3cc Added a missing semicolon for GTEST_FLAG_SET code snippet. by Abseil Team · 2 years, 1 month ago
  33. 810fb81 Fix typo by Vũ Phạm · 2 years, 1 month ago
  34. 3d568bd Add support for the alternative base64 encoding in RFC 4648 section 5 to `WhenBase64Unescaped`. by Abseil Team · 2 years, 1 month ago
  35. 3f9c7fc Update testing.md by Ben Yang · 2 years, 2 months ago
  36. 4b4c56a Make document and example code more clear in the caveat section for potential memory leak with `SetUpTestSuite`. by Abseil Team · 2 years, 2 months ago
  37. 643862d Mention `DescribeMatcher` in matchers.md by Abseil Team · 2 years, 2 months ago
  38. ec25eea Mention using MockFunction as a way to mock free functions. by Abseil Team · 2 years, 2 months ago
  39. 71140c3 Use a more recent commit of googletest that uses OS constraints from by Abseil Team · 2 years, 3 months ago
  40. 5ab508a Fix a typo in the documentation for "Using Predicates as Matchers". by Abseil Team · 2 years, 3 months ago
  41. b3bfebd Comment that q0_ in primer should remain empty by Dino Radakovic · 2 years, 3 months ago
  42. a4e0be8 Specify a name for a `Property` in a code example. by Abseil Team · 2 years, 3 months ago
  43. 41fe6be Fix a typo in the gMock sample code for Defining a Custom Matcher Class. by Abseil Team · 2 years, 3 months ago
  44. e68764c This commit fixes a minor verb conjugation error in gmock_cook_book.md. by Abseil Team · 2 years, 4 months ago
  45. 834698c Change MakeUnique -> std::make_unique in docs by Denis Hananein · 2 years, 4 months ago
  46. 66366ce Add documentation for `--gunit_recreate_environments_when_repeating`. by Abseil Team · 2 years, 5 months ago
  47. 90171d1 Use git commit hash in CMake quickstart by Dino Radakovic · 2 years, 5 months ago
  48. 03597a0 Clarify that parameter generator does not evaluate immediately by Abseil Team · 2 years, 5 months ago
  49. 6d71d90 Merge pull request #4037 from KloolK:patch-1 by Copybara-Service · 2 years, 5 months ago
  50. a41c3d0 Fix table markup in testing.md by Jan · 2 years, 5 months ago
  51. 9fbb657 Update the POSIX Extended section of the Regular Expression Wikipedia page by Abseil Team · 2 years, 6 months ago
  52. 8c4dc11 Merge pull request #3967 from BMBurstein:custom_type_combine by Copybara-Service · 2 years, 6 months ago
  53. 173dd7c Merge branch 'google:main' into custom_type_combine by Baruch · 2 years, 6 months ago
  54. 05cc575 Update link to Bazel installation guide by John Hinnegan · 2 years, 6 months ago
  55. 56070d8 Merge branch 'google:main' into custom_type_combine by Baruch · 2 years, 6 months ago
  56. c29315d Use UnorderedElementsAre in example about using matchers with maps by Abseil Team · 2 years, 6 months ago
  57. dd969ed Merge branch 'google:main' into custom_type_combine by Baruch · 2 years, 7 months ago
  58. 6045bf2 Merge pull request #3918 from assafpr:master2main by Copybara-Service · 2 years, 8 months ago
  59. 3280a93 Custom type with Combine(). Fix for #3781 by Baruch Burstein · 2 years, 8 months ago
  60. 78aa2ba Merge pull request #3787 from codeinred:fix-quickstart by Copybara-Service · 2 years, 8 months ago
  61. 96f5142 Remove support for C++11 by Derek Mauro · 2 years, 9 months ago
  62. df4b8ed Update advanced.md by assafpr · 2 years, 9 months ago
  63. b59ae84 Update faq.md by assafpr · 2 years, 9 months ago
  64. 1b772a9 documentation, change mater branch to main by assafpr · 2 years, 9 months ago
  65. 358a3f6 documentation, change mater branch to main by assafpr · 2 years, 9 months ago
  66. 8b521aa gmock_cook_book.md: Delete superfluous statement from 2014. by Abseil Team · 2 years, 9 months ago
  67. b1f84bf Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil. by Abseil Team · 2 years, 10 months ago
  68. 6cd3823 Clarify that `this->` is needed to access members of type-parameterized tests. by elixir · 2 years, 10 months ago
  69. cf942a5 Update GoogleTest documentation's spelling of "GoogleTest". by Abseil Team · 2 years, 10 months ago
  70. 7041051 Clarify the pitfalls of EXPECT_THAT and highlight it's best practices by Abseil Team · 2 years, 10 months ago
  71. 6386897 gmock-actions: make OnceAction public. by Aaron Jacobs · 2 years, 11 months ago
  72. 8ded48c Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples. by Abseil Team · 2 years, 11 months ago
  73. a1cc8c5 Add support for move-only and &&-qualified actions in WillOnce. by Abseil Team · 3 years ago
  74. c9044ba Trying to make it more clear: this is probably not about mock classes, but about mocked classes by Abseil Team · 3 years ago
  75. 7da4a41 Fix quickstart-cmake documentation by Alecto Irene Perez · 3 years ago
  76. 1754feb Clarify public access on gmock examples. by Abseil Team · 3 years ago
  77. 8a422b8 Merge pull request #3774 from sobczyk:main by Copybara-Service · 3 years ago
  78. 132059b Adjust documentation regarding xml and json source file location otput. by Szymon Sobik · 3 years, 1 month ago
  79. 0e40217 Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages. by Abseil Team · 3 years, 1 month ago
  80. 7eae8de Merge pull request #3723 from ramkumar-kr:patch-1 by Copybara-Service · 3 years, 2 months ago
  81. 4e9fe30 Fix reference to source file in gmock FAQ by Dino Radakovic · 3 years, 2 months ago
  82. 2d07f12 Fix run-on sentence by Abseil Team · 3 years, 2 months ago
  83. 0256210 Update example to reflect the tests below by Ram Kumar K R · 3 years, 3 months ago
  84. d81ae2f Clarify "package" means "Bazel package", and promote `testonly=True` rather than `testing` sub-directory. by Abseil Team · 3 years, 3 months ago
  85. 9a32aee Merge pull request #3684 from ludgerpaehler:patch-1 by Copybara-Service · 3 years, 3 months ago
  86. 1b26064 Fix typo in GoogleMock Cookbook. by Abseil Team · 3 years, 4 months ago
  87. b4d4e6e Fix typo in the queue test. by Ludger Paehler · 3 years, 4 months ago
  88. 4848324 Update URLs in Bazel Quickstart by Derek Mauro · 3 years, 4 months ago
  89. 9ca071b Googletest export by Abseil Team · 3 years, 4 months ago
  90. 79efd96 Googletest export by Abseil Team · 3 years, 4 months ago
  91. aa486f1 Googletest export by Abseil Team · 3 years, 4 months ago
  92. d4e084a Googletest export by Abseil Team · 3 years, 4 months ago
  93. 7cf37a1 Googletest export by Abseil Team · 3 years, 5 months ago
  94. 178cfac Googletest export by Abseil Team · 3 years, 5 months ago
  95. ee1be03 Fix remaining typos discovered by codespell by Christian Clauss · 3 years, 6 months ago
  96. 09074c1 Merge pull request #3573 from cclauss:patch-1 by dinord · 3 years, 6 months ago
  97. 277e0a0 Remove bazelbuild/rules_cc dependency by Vertexwahn · 3 years, 6 months ago
  98. 5b43f14 Fix typos discovered by codespell by Christian Clauss · 3 years, 6 months ago
  99. 6bfab0b Googletest export by Abseil Team · 3 years, 6 months ago
  100. 955c7f8 Merge pull request #3531 from theidexisted:patch-1 by CJ Johnson · 3 years, 7 months ago