1. c6f0424 Automated Code Change by Abseil Team · 5 hours ago main
  2. af4c3cf Automated Code Change by Abseil Team · 5 hours ago
  3. ecb18f0 Automated Code Change by Abseil Team · 6 hours ago
  4. b78aa5e Automated Code Change by Abseil Team · 3 days ago
  5. 56cf341 Remove useless casts in gtest-internal-inl.h by Abseil Team · 3 days ago
  6. 136a6b8 Merge pull request #4994 from edge90:fix/onceaction-tuple-sfinae-order by Copybara-Service · 3 days ago
  7. 425811f Undo make string matchers work with std::wstring_view due to internal breakages by Abseil Team · 4 days ago
  8. 679a61d Merge pull request #5035 from K-S-Manikandan:fix-cmake-uninit-var by Copybara-Service · 4 days ago
  9. 80b3670 Maintain constness in assertions & expectations to resolve operator bool() cv-qualifier inconsistency between ASSERT_FALSE/EXPECT_FALSE vs. ASSERT_TRUE/EXPECT_TRUE by Abseil Team · 4 days ago
  10. 44f4904 Merge pull request #4798 from scivision:oneapi by Copybara-Service · 4 days ago
  11. fef8e5e Make string matchers work with std::wstring_view by Abseil Team · 4 days ago
  12. a798392 Avoid triggering -Wzero-as-null-pointer-constant in HandleExceptionsInMethodIfSupported() by Abseil Team · 4 days ago
  13. c914e89 Merge pull request #4877 from charles-lunarg:fix_CMake_option_gtest_force_shared_crt by Copybara-Service · 4 days ago
  14. 0dbcd8d Fix typo in docs/gmock_cheat_sheet.md by Abseil Team · 4 days ago
  15. a901203 Display the Win32 error code when GetTempFileName() fails on Windows to aid debugging by Abseil Team · 4 days ago
  16. d4e2591 Merge pull request #5033 from UditDewan:fix/absolute-install-includedir by Copybara-Service · 4 days ago
  17. 7ec05f6 Handle both -F and /F formats in GoogleTest CMake command lines as MSVC accepts both by Abseil Team · 4 days ago
  18. a503186 Merge pull request #5039 from alvinjaison:fix/premature-exit-file-null-deref by Copybara-Service · 5 days ago
  19. 7f7595f Make GTEST_DEFINE... macros also declare the flag to avoid triggering -Wmissing-variable-declarations by Abseil Team · 5 days ago
  20. e331081 Fix null pointer dereference in ScopedPrematureExitFile When TEST_PREMATURE_EXIT_FILE is set to a path that cannot be opened for writing (e.g., non-existent directory or insufficient permissions), posix::FOpen returns NULL. Previously, fwrite and fclose were called unconditionally on the result, causing a segmentation fault. This change: - Adds a null check before calling fwrite/fclose - Tracks whether the file was successfully created via a file_created_ flag, so the destructor only attempts removal when the file actually exists This matches the existing comment's stated intent that I/O errors should be silently ignored. by Alvin Jaison · 5 days ago
  21. 08da621 Merge pull request #5036 from Tachi107:cmake-pthread-flag by Copybara-Service · 6 days ago
  22. 1be4946 Prefer -pthread flag on CMake by Andrea Pappacoda · 6 days ago
  23. 30a3151 Fix broken tests due to deprecation warning by Mike Kruskal · 7 days ago
  24. 51109eb fix: initialize cxx_strict_flags before compiler branches by Manikandan K. S. · 9 days ago
  25. fcd5e26 Fix exported include paths for absolute CMAKE_INSTALL_INCLUDEDIR by uditDewan · 10 days ago
  26. fa005b2 Set up inlining for InvokeWithoutArgs when passed a functor. by Abseil Team · 11 days ago
  27. 4141c38 Merge pull request #4939 from fresh3nough:fix/cmake-python3-find-4847 by Copybara-Service · 11 days ago
  28. a25f435 Fixes `-Wtautological-pointer-compare` in gmock-matchers by Bogdan Graur · 12 days ago
  29. b973ccb Merge pull request #5025 from K-S-Manikandan:fix/output-test-python3 by Copybara-Service · 13 days ago
  30. f132c89 Merge pull request #5019 from kamleshkumaryadav5951-pixel:fix-emscripten-pthread-odr by Copybara-Service · 2 weeks ago
  31. 961158b Merge pull request #4869 from phst:alwayslink by Copybara-Service · 2 weeks ago
  32. 86ec940 fix: Python 3 crash in googletest-output-test.py debug mode by Manikandan K. S. · 2 weeks ago
  33. bc41069 Support pthread-enabled Emscripten in GTEST_HAS_PTHREAD by kamlesh kumar yadav · 3 weeks ago
  34. 8240fa7 Merge pull request #5011 from K-S-Manikandan:fix/compare-lib-android by Copybara-Service · 3 weeks ago
  35. 7d012aa Fail smoothly for nullptr on c-style strings in IsEmpty by Mike Kruskal · 3 weeks ago
  36. cd97549 Merge pull request #5008 from K-S-Manikandan:fix/wide-string-isempty by Copybara-Service · 3 weeks ago
  37. 3064a60 Merge pull request #5005 from tejas-sharma27:fix-help-missing-flags by Copybara-Service · 3 weeks ago
  38. 3549aa6 Merge pull request #5006 from K-S-Manikandan:fix/readme-fullstops by Copybara-Service · 3 weeks ago
  39. 985d542 Merge pull request #5010 from K-S-Manikandan:fix/main-version-bump by Copybara-Service · 3 weeks ago
  40. 18c6bc3 fix: only use __cpp_lib_three_way_comparison for <compare> detection by Manikandan K. S. · 3 weeks ago
  41. 22bda2b chore: bump main branch version to 1.18.0 by Manikandan K. S. · 3 weeks ago
  42. df4fdc5 fix: add C-style wide string overload to IsEmpty matcher by Manikandan K. S. · 3 weeks ago
  43. 1c2082e docs: add missing full stops to feature descriptions in README by Manikandan K. S. · 3 weeks ago
  44. 5b39f4c Add missing public flags to --help output by Tejas Sharma · 3 weeks ago
  45. 973323e Delay name resolution by un-qualifying `DynamicCastMessage` calls from gMock. by Clayton Knittel · 4 weeks ago
  46. 78f6d54 Merge pull request #5003 from fuzzard:fix_cmake_pdb_output by Copybara-Service · 4 weeks ago
  47. 8b53336 Automated Code Change by Abseil Team · 5 weeks ago
  48. aa40ee6 Automated Code Change by Abseil Team · 5 weeks ago
  49. d4a1a35 cmake: Fix PDB output dir for install of static and shared lib by Brent Murphy · 5 weeks ago
  50. 1fc11de Automated Code Change by Abseil Team · 5 weeks ago
  51. 0b1e895 Specialize testing::WhenDynamicCastTo for protobuf messages. by Clayton Knittel · 6 weeks ago
  52. 44f2208 Automated Code Change by Abseil Team · 6 weeks ago
  53. b7ced15 Avoid is_constructible recursion in OnceAction by Niclas Larsson · 8 weeks ago
  54. 7140cd4 Flip the recommendation about using EXPECT statements inside custom matchers. by Mike Kruskal · 8 weeks ago
  55. a721f1b Automated Code Change by Abseil Team · 8 weeks ago
  56. 8736d2c `gmock-spec-builders`: support mocking const-qualified function types. by Aaron Jacobs · 9 weeks ago
  57. 09f45f5 Mark gtest_dt_ptr as const. by Abseil Team · 9 weeks ago
  58. add971c Introduce `ContainsSubsequence` matcher. by Abseil Team · 10 weeks ago
  59. 4969916 CMake compatible with Intel oneAPI >= 2025.2 by Michael Hirsch · 2 months ago
  60. dc3c9ed Double the MOCK_METHOD parameter count limit to mitigate users running into it by Abseil Team · 2 months ago
  61. d72f9c8 Add `--gtest_shard_index` and `--gtest_total_shards` command line arguments. by Dillon Sharlet · 4 months ago
  62. 5fddfab Define DieInCRTDebugElse12() inside #ifdef _DEBUG by Abseil Team · 4 months ago
  63. 2461743 Automated Code Change by Abseil Team · 4 months ago
  64. 015950a Add an implmenetation of Notification for MinGW by Abseil Team · 4 months ago
  65. f38004c Fix typo in monomorphic matcher documentation. by Abseil Team · 4 months ago
  66. 94be250 Add documentation for two-argument floating point matchers. by Krzysztof Kosiński · 5 months ago
  67. 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 · 5 months ago
  68. f426a71 Fix CMake 3.22 crash in find_package(Python3) when Python is absent by fresh3nough · 5 months ago
  69. 73a63ea Improve str concatenation performance on MatchesTest by Abseil Team · 5 months ago
  70. 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
  71. 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
  72. e990711 Update doc for Optional. by Abseil Team · 5 months ago
  73. 850cb69 Add string_view overload to AssertHelper by Max Shavrick · 5 months ago
  74. 77f6bd3 Update comment for SizeIs matcher. by Abseil Team · 6 months ago
  75. f68374e Replacing an internal lib name with absl in test case by Abseil Team · 6 months ago
  76. ef6cf65 Fix typo in Optional(m) description. by Abseil Team · 6 months ago
  77. 5a9c3f9 Upgrade most builds to use Bazel 9.0.0 Keep one build on 8.5.1 to test WORKSPACE by Derek Mauro · 6 months ago
  78. 32c3dce Display the actual error code when RE::Init() fails by Abseil Team · 6 months ago
  79. 872d386 Upgrade CI to XCode 26.2 by Derek Mauro · 6 months ago
  80. 2151d93 Update GoogleTest CI to latest tools by Derek Mauro · 6 months ago
  81. 7c3b4d5 Automated Code Change by Abseil Team · 6 months ago
  82. 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
  83. 5fd443c Automated Code Change by Abseil Team · 6 months ago
  84. 8508785 Automated Code Change by Abseil Team · 6 months ago
  85. ff6133a cmake: Fix declspec of gtest flag when using BUILD_SHARED_LIBS=ON and absl by Corentin Le Molgat · 7 months ago
  86. cb1bd88 Bump Abseil version used by GoogleTest by Derek Mauro · 7 months ago
  87. 5554fca Separate the creation of the Premature Exit File from supporting Death Tests. by Abseil Team · 7 months ago
  88. 7d7e750 Fix "error: standard attributes in middle of decl-specifiers" by Derek Mauro · 7 months ago
  89. 76cd89b Point from the "Defining Matchers" section in the reference doc to the cookbook, which is much more detailed. by Abseil Team · 7 months ago
  90. 9156d4c Automated Code Change by Abseil Team · 7 months ago
  91. 065127f Add [[nodiscard]] throughput Google Test. by Chris Kennelly · 8 months ago
  92. 0b65649 Fix gtest_force_shared_crt in CMake 3.15+ by Charles Giessen · 8 months ago
  93. 1b96fa1 Switch to referenceful lock holder for Abseil compatibility by Derek Mauro · 9 months ago
  94. 085af2c Automated rollback of commit 37678c92fb183b148163dd173430b4ab88586a26. by Abseil Team · 9 months ago
  95. 37678c9 gtest_fail_if_no_test_selected: Rephrase error message. by Abseil Team · 9 months ago
  96. dedab73 gtest_fail_if_no_test_selected: Rephrase error message. by David Pizzuto · 9 months ago
  97. d54d30f Add alwayslink = True to //:gtest_main by Philipp Stephani · 9 months ago
  98. ae2b601 Don’t link targets with main function against //:gtest_main by Philipp Stephani · 9 months ago
  99. 6ec14df Modernize example of combining matchers. by Abseil Team · 9 months ago
  100. 17d335d Remove short-circuiting from AllOf, for better failure messages by Justin Bassett · 9 months ago