1. f132c89 Merge pull request #5019 from kamleshkumaryadav5951-pixel:fix-emscripten-pthread-odr by Copybara-Service · 13 hours ago main
  2. 961158b Merge pull request #4869 from phst:alwayslink by Copybara-Service · 14 hours ago
  3. bc41069 Support pthread-enabled Emscripten in GTEST_HAS_PTHREAD by kamlesh kumar yadav · 3 days ago
  4. 8240fa7 Merge pull request #5011 from K-S-Manikandan:fix/compare-lib-android by Copybara-Service · 5 days ago
  5. 7d012aa Fail smoothly for nullptr on c-style strings in IsEmpty by Mike Kruskal · 5 days ago
  6. cd97549 Merge pull request #5008 from K-S-Manikandan:fix/wide-string-isempty by Copybara-Service · 5 days ago
  7. 3064a60 Merge pull request #5005 from tejas-sharma27:fix-help-missing-flags by Copybara-Service · 5 days ago
  8. 3549aa6 Merge pull request #5006 from K-S-Manikandan:fix/readme-fullstops by Copybara-Service · 6 days ago
  9. 985d542 Merge pull request #5010 from K-S-Manikandan:fix/main-version-bump by Copybara-Service · 6 days ago
  10. 18c6bc3 fix: only use __cpp_lib_three_way_comparison for <compare> detection by Manikandan K. S. · 8 days ago
  11. 22bda2b chore: bump main branch version to 1.18.0 by Manikandan K. S. · 8 days ago
  12. df4fdc5 fix: add C-style wide string overload to IsEmpty matcher by Manikandan K. S. · 8 days ago
  13. 1c2082e docs: add missing full stops to feature descriptions in README by Manikandan K. S. · 8 days ago
  14. 5b39f4c Add missing public flags to --help output by Tejas Sharma · 8 days ago
  15. 973323e Delay name resolution by un-qualifying `DynamicCastMessage` calls from gMock. by Clayton Knittel · 12 days ago
  16. 78f6d54 Merge pull request #5003 from fuzzard:fix_cmake_pdb_output by Copybara-Service · 13 days ago
  17. 8b53336 Automated Code Change by Abseil Team · 3 weeks ago
  18. aa40ee6 Automated Code Change by Abseil Team · 3 weeks ago
  19. d4a1a35 cmake: Fix PDB output dir for install of static and shared lib by Brent Murphy · 3 weeks ago
  20. 1fc11de Automated Code Change by Abseil Team · 3 weeks ago
  21. 0b1e895 Specialize testing::WhenDynamicCastTo for protobuf messages. by Clayton Knittel · 4 weeks ago
  22. 44f2208 Automated Code Change by Abseil Team · 4 weeks ago
  23. 7140cd4 Flip the recommendation about using EXPECT statements inside custom matchers. by Mike Kruskal · 6 weeks ago
  24. a721f1b Automated Code Change by Abseil Team · 6 weeks ago
  25. 8736d2c `gmock-spec-builders`: support mocking const-qualified function types. by Aaron Jacobs · 7 weeks ago
  26. 09f45f5 Mark gtest_dt_ptr as const. by Abseil Team · 7 weeks ago
  27. add971c Introduce `ContainsSubsequence` matcher. by Abseil Team · 8 weeks ago
  28. dc3c9ed Double the MOCK_METHOD parameter count limit to mitigate users running into it by Abseil Team · 8 weeks ago
  29. d72f9c8 Add `--gtest_shard_index` and `--gtest_total_shards` command line arguments. by Dillon Sharlet · 3 months ago
  30. 5fddfab Define DieInCRTDebugElse12() inside #ifdef _DEBUG by Abseil Team · 3 months ago
  31. 2461743 Automated Code Change by Abseil Team · 4 months ago
  32. 015950a Add an implmenetation of Notification for MinGW by Abseil Team · 4 months ago
  33. f38004c Fix typo in monomorphic matcher documentation. by Abseil Team · 4 months ago
  34. 94be250 Add documentation for two-argument floating point matchers. by Krzysztof Kosiński · 4 months ago
  35. a35bc76 Make gmock-matchers.h auto-detect the value_type of ranges that don't have a typedef for it based on the ranges' iterators by Abseil Team · 4 months ago
  36. 73a63ea Improve str concatenation performance on MatchesTest by Abseil Team · 5 months ago
  37. a407966 Revert Optimize copying of matchers vector to speed up `ElementsAreArray` by reserving a `std::vector` copied via `push_back`. by Abseil Team · 5 months ago
  38. 73e0fc1 Optimize copying of matchers vector to speed up `ElementsAreArray` by reserving a `std::vector` copied via `push_back`. by Dillon Sharlet · 5 months ago
  39. e990711 Update doc for Optional. by Abseil Team · 5 months ago
  40. 850cb69 Add string_view overload to AssertHelper by Max Shavrick · 5 months ago
  41. 77f6bd3 Update comment for SizeIs matcher. by Abseil Team · 5 months ago
  42. f68374e Replacing an internal lib name with absl in test case by Abseil Team · 5 months ago
  43. ef6cf65 Fix typo in Optional(m) description. by Abseil Team · 5 months ago
  44. 5a9c3f9 Upgrade most builds to use Bazel 9.0.0 Keep one build on 8.5.1 to test WORKSPACE by Derek Mauro · 5 months ago
  45. 32c3dce Display the actual error code when RE::Init() fails by Abseil Team · 5 months ago
  46. 872d386 Upgrade CI to XCode 26.2 by Derek Mauro · 5 months ago
  47. 2151d93 Update GoogleTest CI to latest tools by Derek Mauro · 5 months ago
  48. 7c3b4d5 Automated Code Change by Abseil Team · 5 months ago
  49. 56efe39 Allow implicit matcher construction from nullptr. This allows "nullptr" to be used as a valid matcher for smart pointer types. by Abseil Team · 6 months ago
  50. 5fd443c Automated Code Change by Abseil Team · 6 months ago
  51. 8508785 Automated Code Change by Abseil Team · 6 months ago
  52. ff6133a cmake: Fix declspec of gtest flag when using BUILD_SHARED_LIBS=ON and absl by Corentin Le Molgat · 6 months ago
  53. cb1bd88 Bump Abseil version used by GoogleTest by Derek Mauro · 6 months ago
  54. 5554fca Separate the creation of the Premature Exit File from supporting Death Tests. by Abseil Team · 6 months ago
  55. 7d7e750 Fix "error: standard attributes in middle of decl-specifiers" by Derek Mauro · 6 months ago
  56. 76cd89b Point from the "Defining Matchers" section in the reference doc to the cookbook, which is much more detailed. by Abseil Team · 6 months ago
  57. 9156d4c Automated Code Change by Abseil Team · 7 months ago
  58. 065127f Add [[nodiscard]] throughput Google Test. by Chris Kennelly · 7 months ago
  59. 1b96fa1 Switch to referenceful lock holder for Abseil compatibility by Derek Mauro · 8 months ago
  60. 085af2c Automated rollback of commit 37678c92fb183b148163dd173430b4ab88586a26. by Abseil Team · 8 months ago
  61. 37678c9 gtest_fail_if_no_test_selected: Rephrase error message. by Abseil Team · 8 months ago
  62. dedab73 gtest_fail_if_no_test_selected: Rephrase error message. by David Pizzuto · 8 months ago
  63. d54d30f Add alwayslink = True to //:gtest_main by Philipp Stephani · 8 months ago
  64. ae2b601 Don’t link targets with main function against //:gtest_main by Philipp Stephani · 8 months ago
  65. 6ec14df Modernize example of combining matchers. by Abseil Team · 8 months ago
  66. 17d335d Remove short-circuiting from AllOf, for better failure messages by Justin Bassett · 8 months ago
  67. 4fe3307 macOS CI: Move the Bazel vendor_dir to ${HOME} to workaround a Bazel issue by Derek Mauro · 9 months ago
  68. b2b9072 Mark InternalDefaultActionSetAt as nodiscard. by Abseil Team · 9 months ago
  69. e17e37a Automated Code Change by Abseil Team · 9 months ago
  70. 8dbd60f Restore the documentation of `AnyWith<T>(m)` in the matchers reference. by Abseil Team · 9 months ago
  71. 2ce9d8f Allow for passing non-pointers to DeleteArg and have them emit a deprecation warning instead. by Abseil Team · 9 months ago
  72. 279f847 Fix typo. by Abseil Team · 9 months ago
  73. de1c609 Automated Code Change by Abseil Team · 9 months ago
  74. 9706f75 Automated Code Change by Abseil Team · 10 months ago
  75. 50b8600 Add rules_cc dependency, required by Bazel going forward by Derek Mauro · 10 months ago
  76. 0934b7e Use an internal symbol for deprecate-and-inline that allows by Derek Mauro · 10 months ago
  77. 4969d0a Automated Code Change by Abseil Team · 10 months ago
  78. 9df216c Update spelling of Mutex::lock and Mutex::unlock for compatibility by Derek Mauro · 10 months ago
  79. 7917641 Bump Abseil dependency to 20250814.0 by Derek Mauro · 10 months ago
  80. eb2d85e Remove unused syslog dependency for Fuchsia. by Abseil Team · 11 months ago
  81. 6986c2b Internal header include changes. by Abseil Team · 11 months ago
  82. a05c091 Deprecate single-argument DoAll and Invoke. by Abseil Team · 11 months ago
  83. 244cec8 Update the document in typed tests to use using-declaration instead of typedef by Abseil Team · 11 months ago
  84. 373af2e Provide a better error message when ASSERT and SKIP macros are used in methods that return values by Abseil Team · 12 months ago
  85. 32f9f4c Skip the predicate on SIGSEGV in death-test on Android builds with API level <= 23. by Abseil Team · 12 months ago
  86. 7e17b15 Fix the sample usage of `ConvertGenerator` by removing the type-id name. by Abseil Team · 12 months ago
  87. 309dab8 Automated Code Change by Abseil Team · 1 year ago
  88. 3983f67 Replace internal link in GoogleTest docs by Abseil Team · 1 year ago
  89. c67de11 gtest: Reword fail_if_no_test_selected_message for sharding and filtering. by David Pizzuto · 1 year ago
  90. a45468c Merge pull request #4694 from chromy:main by Copybara-Service · 1 year, 1 month ago
  91. f8ed0e6 Add documentation for exception matchers. by Abseil Team · 1 year, 1 month ago
  92. 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 · 1 year, 1 month ago
  93. 175c1b5 Add UnpackStructImpl for structs with 24, 25 and 26 fields. by Abseil Team · 1 year, 1 month ago
  94. 1aeec48 Merge pull request #4774 from joel-langlois:FixReadme by Copybara-Service · 1 year, 1 month ago
  95. 0fe21ac README.md: Fixed broken Markdown link formatting. by Joël Langlois · 1 year, 1 month ago
  96. fd15f51 Automated Code Change by Abseil Team · 1 year, 1 month ago
  97. 6230d31 In MatcherCast, store the input value as its own type rather than as the Matcher type, to avoid dangling references by Abseil Team · 1 year, 1 month ago
  98. 28e9d1f googletest: Add a flag to fail if no tests were selected to run. by David Pizzuto · 1 year, 1 month ago
  99. 7e2c425 Remove "blindly" from the gmock "uninteresting call" message. by Abseil Team · 1 year, 1 month ago
  100. e9092b1 Fix unified diff headers. by Abseil Team · 1 year, 1 month ago