1. 085af2c Automated rollback of commit 37678c92fb183b148163dd173430b4ab88586a26. by Abseil Team · 3 days ago main
  2. 37678c9 gtest_fail_if_no_test_selected: Rephrase error message. by Abseil Team · 4 days ago
  3. dedab73 gtest_fail_if_no_test_selected: Rephrase error message. by David Pizzuto · 4 days ago
  4. 6ec14df Modernize example of combining matchers. by Abseil Team · 11 days ago
  5. 17d335d Remove short-circuiting from AllOf, for better failure messages by Justin Bassett · 12 days ago
  6. 4fe3307 macOS CI: Move the Bazel vendor_dir to ${HOME} to workaround a Bazel issue by Derek Mauro · 12 days ago
  7. b2b9072 Mark InternalDefaultActionSetAt as nodiscard. by Abseil Team · 4 weeks ago
  8. e17e37a Automated Code Change by Abseil Team · 4 weeks ago
  9. 8dbd60f Restore the documentation of `AnyWith<T>(m)` in the matchers reference. by Abseil Team · 4 weeks ago
  10. 2ce9d8f Allow for passing non-pointers to DeleteArg and have them emit a deprecation warning instead. by Abseil Team · 4 weeks ago
  11. 279f847 Fix typo. by Abseil Team · 5 weeks ago
  12. de1c609 Automated Code Change by Abseil Team · 5 weeks ago
  13. 9706f75 Automated Code Change by Abseil Team · 6 weeks ago
  14. 50b8600 Add rules_cc dependency, required by Bazel going forward by Derek Mauro · 8 weeks ago
  15. 0934b7e Use an internal symbol for deprecate-and-inline that allows by Derek Mauro · 8 weeks ago
  16. 4969d0a Automated Code Change by Abseil Team · 9 weeks ago
  17. 9df216c Update spelling of Mutex::lock and Mutex::unlock for compatibility by Derek Mauro · 9 weeks ago
  18. 7917641 Bump Abseil dependency to 20250814.0 by Derek Mauro · 2 months ago
  19. eb2d85e Remove unused syslog dependency for Fuchsia. by Abseil Team · 3 months ago
  20. 6986c2b Internal header include changes. by Abseil Team · 3 months ago
  21. a05c091 Deprecate single-argument DoAll and Invoke. by Abseil Team · 3 months ago
  22. 244cec8 Update the document in typed tests to use using-declaration instead of typedef by Abseil Team · 3 months ago
  23. 373af2e Provide a better error message when ASSERT and SKIP macros are used in methods that return values by Abseil Team · 4 months ago
  24. 32f9f4c Skip the predicate on SIGSEGV in death-test on Android builds with API level <= 23. by Abseil Team · 4 months ago
  25. 7e17b15 Fix the sample usage of `ConvertGenerator` by removing the type-id name. by Abseil Team · 4 months ago
  26. 309dab8 Automated Code Change by Abseil Team · 4 months ago
  27. 3983f67 Replace internal link in GoogleTest docs by Abseil Team · 4 months ago
  28. c67de11 gtest: Reword fail_if_no_test_selected_message for sharding and filtering. by David Pizzuto · 5 months ago
  29. a45468c Merge pull request #4694 from chromy:main by Copybara-Service · 5 months ago
  30. f8ed0e6 Add documentation for exception matchers. by Abseil Team · 5 months ago
  31. 35b75a2 Although the following paragraph explains there is a better solution, having this technique in the bullet point seems to suggest that this technique is considered as a valid alternative. It would be better to drop it or make it clear that this technique is not recommended. by Abseil Team · 5 months ago
  32. 175c1b5 Add UnpackStructImpl for structs with 24, 25 and 26 fields. by Abseil Team · 5 months ago
  33. 1aeec48 Merge pull request #4774 from joel-langlois:FixReadme by Copybara-Service · 5 months ago
  34. 0fe21ac README.md: Fixed broken Markdown link formatting. by Joël Langlois · 5 months ago
  35. fd15f51 Automated Code Change by Abseil Team · 5 months ago
  36. 6230d31 In MatcherCast, store the input value as its own type rather than as the Matcher type, to avoid dangling references by Abseil Team · 5 months ago
  37. 28e9d1f googletest: Add a flag to fail if no tests were selected to run. by David Pizzuto · 5 months ago
  38. 7e2c425 Remove "blindly" from the gmock "uninteresting call" message. by Abseil Team · 5 months ago
  39. e9092b1 Fix unified diff headers. by Abseil Team · 6 months ago
  40. 7427a6b Use the provided length in ConditionalPrintAsText by Abseil Team · 6 months ago
  41. 7da5582 Merge pull request #4765 from qubka:main by Copybara-Service · 6 months ago
  42. 3abc68b Fix extra ';' after member function definition by qubka · 6 months ago
  43. 09ffd00 Updates Google Analytics tracker. by Abseil Team · 6 months ago
  44. 6aa03e6 Print std::basic_string_view<Char> as a string literal by Daniel Cheng · 6 months ago
  45. 16d4f8e Delete the absl polyfill support for std::any, std::optional by Derek Mauro · 6 months ago
  46. bac6a8f Add UnpackStructImpl specialization for 23 struct members. by Abseil Team · 6 months ago
  47. fa8438a Use static_cast instead of ImplicitCast_ for character conversions by Abseil Team · 6 months ago
  48. 5719306 GoogleTest CI Update by Derek Mauro · 6 months ago
  49. 9f79a95 Add [[nodiscard]] to GetParam() to prevent accidental misuse. by Mike Kruskal · 6 months ago
  50. 8b8ef3f Clarify that the return value of `InvokeArgument` is not the return value of the action. by Abseil Team · 6 months ago
  51. 90a4152 gtest: Remove incorrect documentation of private headers as PIMPL idiom by Abseil Team · 6 months ago
  52. 04ee1b4 Update documentation for v1.17.0 by Derek Mauro · 7 months ago
  53. 54915d4 Update GoogleTest dependencies in preparation for release by Derek Mauro · 7 months ago
  54. 59c924b Use std::memcpy instead of a union to access floating point bits. by Laramie Leavitt · 7 months ago
  55. 00b2154 Fix GCC15 warning that <ciso646> is deprecated in C++17 by Derek Mauro · 7 months ago
  56. cd430b4 AllOf, AnyOf, Optional: Avoid generating unnecessary match explanations by Abseil Team · 7 months ago
  57. 155b337 Bump RE2 dependency to 2024-07-02.bcr.1 by Derek Mauro · 7 months ago
  58. e90fe24 `gmock-actions`: add a missing conversion operator to `WithArgsAction`. by Aaron Jacobs · 7 months ago
  59. 50a9511 `gmock-actions`: run clang-format. by Aaron Jacobs · 7 months ago
  60. 52204f7 Remove obsolete references to LinuxThreads. by Andy Getzendanner · 8 months ago
  61. 2ae29b5 Add UnpackStructImpl for structs with 22 fields. by Abseil Team · 8 months ago
  62. c2ceb2b Fix a typo by Tommy Chiang · 8 months ago
  63. e7b26b7 Add a non-'const' overload for the function invoked by the IgnoreArgs action wrapper. by Abseil Team · 8 months ago
  64. 3af8347 Improve the failure messages of `ElementsAre()`, `ElementsAreArray()`, etc. by Zhanyong Wan · 8 months ago
  65. 4902ea2 Clarify the polymorphic matcher concept and explain how to define a composite matcher. by Zhanyong Wan · 8 months ago
  66. 4ee4b17 Allow `DistanceFrom()` to use user-defined `abs()` by default. by Zhanyong Wan · 8 months ago
  67. 0bdccf4 Add a `DistanceFrom()` matcher for general distance comparison. by Zhanyong Wan · 8 months ago
  68. e88cb95 Add a `testing::ConvertGenerator` overload that accepts a converting functor. This allows the use of classes that do not have a converting ctor to the desired type. by Abseil Team · 8 months ago
  69. 24a9e94 Try to warn the user when test filters do not match any tests by Derek Mauro · 9 months ago
  70. 7218908 googletest: Add testonly alias of :gtest for testonly cc_libraries to use. by pizzud · 9 months ago
  71. 144d335 Add UnpackStructImpl for structs with 21 fields. by Abseil Team · 9 months ago
  72. e5669fd Output to the test warning file if no tests are linked. by Derek Mauro · 9 months ago
  73. 5450174 Adds support for a --gtest_fail_if_no_test_linked flag by Zhanyong Wan · 9 months ago
  74. 3fbe4db GoogleTest C++17 cleanups by Derek Mauro · 9 months ago
  75. a6ce08a Property: Promote note to warning by Jesse Rosenstock · 9 months ago
  76. c00fd25 Require C++17 by Derek Mauro · 9 months ago
  77. 4a00a24 Add SaveArgByMove by Abseil Team · 9 months ago
  78. a866428 Update docs for v1.16.x branch by Derek Mauro · 9 months ago
  79. 445e9bd Update GoogleTest deps in preparation for release by Derek Mauro · 9 months ago
  80. e5443e5 Remove empty glob pattern, which is now an error. by Derek Mauro · 9 months ago
  81. e235eb3 Pull Regexp syntax out of Death test section in advanced.md by Abseil Team · 9 months ago
  82. 66d7401 Fix extended regular expressions reference URL in advanced.md by Abseil Team · 9 months ago
  83. b4aae50 Export testsuite properties as XML elements, not attributes. by Abseil Team · 9 months ago
  84. 2b6b042 Cast mutable lvalue references to const from testing::ResultOf by Abseil Team · 10 months ago
  85. e4ece48 Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`. by Abseil Team · 10 months ago
  86. 005254d Default to color output for ghostty by Hector Dearman · 10 months ago
  87. 504ea69 Document unexpected interaction with death test error code and gmock. by Abseil Team · 10 months ago
  88. 4bbf808 Add UnpackStructImpl for structs with 20 fields. by Abseil Team · 10 months ago
  89. 7d76a23 gtest: Output a canned test case for test suite setup / teardown failures in XML/JSON by Abseil Team · 11 months ago
  90. e54519b Put the fake Fuchsia SDK in a module extension by Abseil Team · 11 months ago
  91. f3c355f the public version already has the const qualifier by Abseil Team · 11 months ago
  92. 79219e2 Update the links to ISTQB glossary. by Abseil Team · 11 months ago
  93. d122c0d Add support for printing C++20 std::*_ordering types to gtest. by Abseil Team · 11 months ago
  94. 35d0c36 Merge pull request #4662 from asoffer:patch-1 by Copybara-Service · 12 months ago
  95. 7927f8e Fix documentation bug. by Andy Soffer · 12 months ago
  96. d144031 Fixing a typo in the documentation of IsSubsetOf(). by Abseil Team · 1 year ago
  97. 1204d63 Remove mention of using `ASSERT_...` statements inside custom matcher definitions. by Abseil Team · 1 year ago
  98. 5ed2186 Use FAIL() in GTEST_SKIP() documentation by Peter Boström · 1 year ago
  99. df1544b Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and others. by Abseil Team · 1 year, 1 month ago
  100. 62df7bd This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such that `ASSERT_NEAR(inf, inf, 0)` passes. This makes the behavior more consistent with `ASSERT_EQ(inf, inf)` which succeeds. by Abseil Team · 1 year, 1 month ago