1. bac6a8f Add UnpackStructImpl specialization for 23 struct members. by Abseil Team · 5 hours ago main
  2. fa8438a Use static_cast instead of ImplicitCast_ for character conversions by Abseil Team · 7 hours ago
  3. 5719306 GoogleTest CI Update by Derek Mauro · 4 days ago
  4. 9f79a95 Add [[nodiscard]] to GetParam() to prevent accidental misuse. by Mike Kruskal · 6 days ago
  5. 8b8ef3f Clarify that the return value of `InvokeArgument` is not the return value of the action. by Abseil Team · 7 days ago
  6. 90a4152 gtest: Remove incorrect documentation of private headers as PIMPL idiom by Abseil Team · 3 weeks ago
  7. 04ee1b4 Update documentation for v1.17.0 by Derek Mauro · 3 weeks ago
  8. 54915d4 Update GoogleTest dependencies in preparation for release by Derek Mauro · 3 weeks ago
  9. 59c924b Use std::memcpy instead of a union to access floating point bits. by Laramie Leavitt · 3 weeks ago
  10. 00b2154 Fix GCC15 warning that <ciso646> is deprecated in C++17 by Derek Mauro · 3 weeks ago
  11. cd430b4 AllOf, AnyOf, Optional: Avoid generating unnecessary match explanations by Abseil Team · 4 weeks ago
  12. 155b337 Bump RE2 dependency to 2024-07-02.bcr.1 by Derek Mauro · 5 weeks ago
  13. e90fe24 `gmock-actions`: add a missing conversion operator to `WithArgsAction`. by Aaron Jacobs · 6 weeks ago
  14. 50a9511 `gmock-actions`: run clang-format. by Aaron Jacobs · 6 weeks ago
  15. 52204f7 Remove obsolete references to LinuxThreads. by Andy Getzendanner · 8 weeks ago
  16. 2ae29b5 Add UnpackStructImpl for structs with 22 fields. by Abseil Team · 8 weeks ago
  17. c2ceb2b Fix a typo by Tommy Chiang · 9 weeks ago
  18. e7b26b7 Add a non-'const' overload for the function invoked by the IgnoreArgs action wrapper. by Abseil Team · 9 weeks ago
  19. 3af8347 Improve the failure messages of `ElementsAre()`, `ElementsAreArray()`, etc. by Zhanyong Wan · 9 weeks ago
  20. 4902ea2 Clarify the polymorphic matcher concept and explain how to define a composite matcher. by Zhanyong Wan · 10 weeks ago
  21. 4ee4b17 Allow `DistanceFrom()` to use user-defined `abs()` by default. by Zhanyong Wan · 10 weeks ago
  22. 0bdccf4 Add a `DistanceFrom()` matcher for general distance comparison. by Zhanyong Wan · 2 months ago
  23. 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 · 3 months ago
  24. 24a9e94 Try to warn the user when test filters do not match any tests by Derek Mauro · 3 months ago
  25. 7218908 googletest: Add testonly alias of :gtest for testonly cc_libraries to use. by pizzud · 3 months ago
  26. 144d335 Add UnpackStructImpl for structs with 21 fields. by Abseil Team · 3 months ago
  27. e5669fd Output to the test warning file if no tests are linked. by Derek Mauro · 3 months ago
  28. 5450174 Adds support for a --gtest_fail_if_no_test_linked flag by Zhanyong Wan · 3 months ago
  29. 3fbe4db GoogleTest C++17 cleanups by Derek Mauro · 3 months ago
  30. a6ce08a Property: Promote note to warning by Jesse Rosenstock · 3 months ago
  31. c00fd25 Require C++17 by Derek Mauro · 3 months ago
  32. 4a00a24 Add SaveArgByMove by Abseil Team · 3 months ago
  33. a866428 Update docs for v1.16.x branch by Derek Mauro · 3 months ago
  34. 445e9bd Update GoogleTest deps in preparation for release by Derek Mauro · 3 months ago
  35. e5443e5 Remove empty glob pattern, which is now an error. by Derek Mauro · 3 months ago
  36. e235eb3 Pull Regexp syntax out of Death test section in advanced.md by Abseil Team · 4 months ago
  37. 66d7401 Fix extended regular expressions reference URL in advanced.md by Abseil Team · 4 months ago
  38. b4aae50 Export testsuite properties as XML elements, not attributes. by Abseil Team · 4 months ago
  39. 2b6b042 Cast mutable lvalue references to const from testing::ResultOf by Abseil Team · 4 months ago
  40. e4ece48 Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`. by Abseil Team · 4 months ago
  41. 504ea69 Document unexpected interaction with death test error code and gmock. by Abseil Team · 4 months ago
  42. 4bbf808 Add UnpackStructImpl for structs with 20 fields. by Abseil Team · 4 months ago
  43. 7d76a23 gtest: Output a canned test case for test suite setup / teardown failures in XML/JSON by Abseil Team · 5 months ago
  44. e54519b Put the fake Fuchsia SDK in a module extension by Abseil Team · 5 months ago
  45. f3c355f the public version already has the const qualifier by Abseil Team · 5 months ago
  46. 79219e2 Update the links to ISTQB glossary. by Abseil Team · 5 months ago
  47. d122c0d Add support for printing C++20 std::*_ordering types to gtest. by Abseil Team · 5 months ago
  48. 35d0c36 Merge pull request #4662 from asoffer:patch-1 by Copybara-Service · 6 months ago
  49. 7927f8e Fix documentation bug. by Andy Soffer · 6 months ago
  50. d144031 Fixing a typo in the documentation of IsSubsetOf(). by Abseil Team · 7 months ago
  51. 1204d63 Remove mention of using `ASSERT_...` statements inside custom matcher definitions. by Abseil Team · 7 months ago
  52. 5ed2186 Use FAIL() in GTEST_SKIP() documentation by Peter Boström · 7 months ago
  53. df1544b Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and others. by Abseil Team · 7 months ago
  54. 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 · 7 months ago
  55. 71815bb Automated Code Change by Abseil Team · 8 months ago
  56. a1e255a Optional(): Add support for std::optional<>-like types lacking bool conversion. by Abseil Team · 8 months ago
  57. 6dae7eb Use matcher's description in AnyOf when matcher has no explanation. by Abseil Team · 8 months ago
  58. 0953a17 Automated Code Change by Abseil Team · 9 months ago
  59. ff233bd Update main to point to 1.15.2 patch release by Derek Mauro · 10 months ago
  60. 3e3b44c Remove auto-detection of Python toolchain from MODULE.bazel by Derek Mauro · 10 months ago
  61. ffa31ae Directly include `gmock.h` and `gtest.h` in gmock-matchers tests. by Abseil Team · 10 months ago
  62. 5bcb2d7 Use matcher's description in AllOf if matcher has no explanation. by Abseil Team · 10 months ago
  63. 3527883 gmock-actions: make DoAll convert to OnceAction via custom conversions. by Aaron Jacobs · 10 months ago
  64. 57e107a Run clang-format. by Aaron Jacobs · 10 months ago
  65. cee1ba1 Change the Bazel build to use the canonical repo names used by Bzlmod by Derek Mauro · 10 months ago
  66. 9ff2450 Update GoogleTest Bazel quickstart for Bzlmod by Derek Mauro · 10 months ago
  67. b62593a Update main branch to reflect the release of 1.15.0 by Derek Mauro · 10 months ago
  68. d49a665 Use matcher's description in AllOf if matcher has no explanation. by Abseil Team · 10 months ago
  69. 417158b Use matcher's description in AllOf if matcher has no explanation. by Abseil Team · 10 months ago
  70. 7321f95 Update dependency versions in preparation for release by Derek Mauro · 10 months ago
  71. 4b21f1a README.md: Remove outdated notes about continuous integration and documentation by Derek Mauro · 10 months ago
  72. b4aaf97 Workaround GCC 12 -Wrestrict false-positive by Derek Mauro · 10 months ago
  73. 3ef16ef Fix the documentation that erroneously says you can use short versions by Derek Mauro · 10 months ago
  74. 34ad51b Add a bounds check to protect against an empty vector from GetArgs(), which by Abseil Team · 11 months ago
  75. 1d17ea1 Skip the predicate on SIGSEGV in death-test on Android builds with API level <= 21. by Abseil Team · 11 months ago
  76. a7f443b Mention the optional third argument to TYPED_TEST_SUITE by Abseil Team · 12 months ago
  77. 305e5a2 Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3 by Derek Mauro · 12 months ago
  78. 9b4993c Change GoogleTest flag removal to not read beyond the end of the array by Derek Mauro · 12 months ago
  79. c8393f8 Print mismatches for UnorderedElements() of different sizes. by Abseil Team · 12 months ago
  80. 33af80a Make EXPECT_DEATH_IF_SUPPORTED work with matchers by Abseil Team · 1 year ago
  81. fa6de7f Merge pull request #4527 from abhina-sree:abhina/add_zos by Copybara-Service · 1 year ago
  82. 2d684ef Use std::forward on GoogleTest matcher arguments by Abseil Team · 1 year ago
  83. 2d16ed0 Merge pull request #3991 from pgroke-dt:default-enable-thread-support-for-Solaris-AIX-zOS by Copybara-Service · 1 year, 1 month ago
  84. 2954cb8 Add example using EXPECT statement in custom matcher by Abseil Team · 1 year, 1 month ago
  85. 5035ef3 add zos for death test support by Abhina Sreeskantharajan · 1 year, 1 month ago
  86. fbc93e6 Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOS by Paul Groke · 1 year, 1 month ago
  87. d83fee1 Adds "IWYU pragma: export" to gtest-param-util.h by Abseil Team · 1 year, 1 month ago
  88. 5a37b51 Use `[[maybe_unused]]` when it is available to avoid by Derek Mauro · 1 year, 1 month ago
  89. 5197b1a Modify example in the primer to match Testing FAQ. by Krzysztof Kosiński · 1 year, 1 month ago
  90. b1a777f Fix https://github.com/google/googletest/issues/4423 by Abseil Team · 1 year, 1 month ago
  91. 3d73dee Merge pull request #4508 from davidmatson:addJsonSkipped by Copybara-Service · 1 year, 1 month ago
  92. f10e11f No external change by Abseil Team · 1 year, 1 month ago
  93. 0af9766 [gtest] Use `std::index_sequence` and friends instead of rolling our own by Lawrence Wolf-Sonkin · 1 year, 2 months ago
  94. 61db1e1 Merge pull request #4505 from to01z:add-winapi-partition-games-support by Copybara-Service · 1 year, 2 months ago
  95. d3a29ff Fix a race condition between the Watcher thread and the main thread by Derek Mauro · 1 year, 2 months ago
  96. f16770d Add skipped messages to JSON output (fixes #4507). by David Matson · 1 year, 2 months ago
  97. ec7b386 Delete the unofficial GitHub actions tests. We do not look at these. by Derek Mauro · 1 year, 2 months ago
  98. a2f106c Merge pull request #4503 from davidmatson:fixTypo by Copybara-Service · 1 year, 2 months ago
  99. c4fec74 Merge pull request #4502 from davidmatson:fixStreamHelpTextOs by Copybara-Service · 1 year, 2 months ago
  100. 77afe8e Automated Code Change by Abseil Team · 1 year, 2 months ago