Sign in
pigweed
/
third_party
/
github
/
google
/
googletest
/
HEAD
c6f0424
Automated Code Change
by Abseil Team
· 5 hours ago
main
af4c3cf
Automated Code Change
by Abseil Team
· 5 hours ago
ecb18f0
Automated Code Change
by Abseil Team
· 6 hours ago
b78aa5e
Automated Code Change
by Abseil Team
· 3 days ago
56cf341
Remove useless casts in gtest-internal-inl.h
by Abseil Team
· 3 days ago
136a6b8
Merge pull request #4994 from edge90:fix/onceaction-tuple-sfinae-order
by Copybara-Service
· 3 days ago
425811f
Undo make string matchers work with std::wstring_view due to internal breakages
by Abseil Team
· 4 days ago
679a61d
Merge pull request #5035 from K-S-Manikandan:fix-cmake-uninit-var
by Copybara-Service
· 4 days ago
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
44f4904
Merge pull request #4798 from scivision:oneapi
by Copybara-Service
· 4 days ago
fef8e5e
Make string matchers work with std::wstring_view
by Abseil Team
· 4 days ago
a798392
Avoid triggering -Wzero-as-null-pointer-constant in HandleExceptionsInMethodIfSupported()
by Abseil Team
· 4 days ago
c914e89
Merge pull request #4877 from charles-lunarg:fix_CMake_option_gtest_force_shared_crt
by Copybara-Service
· 4 days ago
0dbcd8d
Fix typo in docs/gmock_cheat_sheet.md
by Abseil Team
· 4 days ago
a901203
Display the Win32 error code when GetTempFileName() fails on Windows to aid debugging
by Abseil Team
· 4 days ago
d4e2591
Merge pull request #5033 from UditDewan:fix/absolute-install-includedir
by Copybara-Service
· 4 days ago
7ec05f6
Handle both -F and /F formats in GoogleTest CMake command lines as MSVC accepts both
by Abseil Team
· 4 days ago
a503186
Merge pull request #5039 from alvinjaison:fix/premature-exit-file-null-deref
by Copybara-Service
· 5 days ago
7f7595f
Make GTEST_DEFINE... macros also declare the flag to avoid triggering -Wmissing-variable-declarations
by Abseil Team
· 5 days ago
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
08da621
Merge pull request #5036 from Tachi107:cmake-pthread-flag
by Copybara-Service
· 6 days ago
1be4946
Prefer -pthread flag on CMake
by Andrea Pappacoda
· 6 days ago
30a3151
Fix broken tests due to deprecation warning
by Mike Kruskal
· 7 days ago
51109eb
fix: initialize cxx_strict_flags before compiler branches
by Manikandan K. S.
· 9 days ago
fcd5e26
Fix exported include paths for absolute CMAKE_INSTALL_INCLUDEDIR
by uditDewan
· 10 days ago
fa005b2
Set up inlining for InvokeWithoutArgs when passed a functor.
by Abseil Team
· 11 days ago
4141c38
Merge pull request #4939 from fresh3nough:fix/cmake-python3-find-4847
by Copybara-Service
· 11 days ago
a25f435
Fixes `-Wtautological-pointer-compare` in gmock-matchers
by Bogdan Graur
· 12 days ago
b973ccb
Merge pull request #5025 from K-S-Manikandan:fix/output-test-python3
by Copybara-Service
· 13 days ago
f132c89
Merge pull request #5019 from kamleshkumaryadav5951-pixel:fix-emscripten-pthread-odr
by Copybara-Service
· 2 weeks ago
961158b
Merge pull request #4869 from phst:alwayslink
by Copybara-Service
· 2 weeks ago
86ec940
fix: Python 3 crash in googletest-output-test.py debug mode
by Manikandan K. S.
· 2 weeks ago
bc41069
Support pthread-enabled Emscripten in GTEST_HAS_PTHREAD
by kamlesh kumar yadav
· 3 weeks ago
8240fa7
Merge pull request #5011 from K-S-Manikandan:fix/compare-lib-android
by Copybara-Service
· 3 weeks ago
7d012aa
Fail smoothly for nullptr on c-style strings in IsEmpty
by Mike Kruskal
· 3 weeks ago
cd97549
Merge pull request #5008 from K-S-Manikandan:fix/wide-string-isempty
by Copybara-Service
· 3 weeks ago
3064a60
Merge pull request #5005 from tejas-sharma27:fix-help-missing-flags
by Copybara-Service
· 3 weeks ago
3549aa6
Merge pull request #5006 from K-S-Manikandan:fix/readme-fullstops
by Copybara-Service
· 3 weeks ago
985d542
Merge pull request #5010 from K-S-Manikandan:fix/main-version-bump
by Copybara-Service
· 3 weeks ago
18c6bc3
fix: only use __cpp_lib_three_way_comparison for <compare> detection
by Manikandan K. S.
· 3 weeks ago
22bda2b
chore: bump main branch version to 1.18.0
by Manikandan K. S.
· 3 weeks ago
df4fdc5
fix: add C-style wide string overload to IsEmpty matcher
by Manikandan K. S.
· 3 weeks ago
1c2082e
docs: add missing full stops to feature descriptions in README
by Manikandan K. S.
· 3 weeks ago
5b39f4c
Add missing public flags to --help output
by Tejas Sharma
· 3 weeks ago
973323e
Delay name resolution by un-qualifying `DynamicCastMessage` calls from gMock.
by Clayton Knittel
· 4 weeks ago
78f6d54
Merge pull request #5003 from fuzzard:fix_cmake_pdb_output
by Copybara-Service
· 4 weeks ago
8b53336
Automated Code Change
by Abseil Team
· 5 weeks ago
aa40ee6
Automated Code Change
by Abseil Team
· 5 weeks ago
d4a1a35
cmake: Fix PDB output dir for install of static and shared lib
by Brent Murphy
· 5 weeks ago
1fc11de
Automated Code Change
by Abseil Team
· 5 weeks ago
0b1e895
Specialize testing::WhenDynamicCastTo for protobuf messages.
by Clayton Knittel
· 6 weeks ago
44f2208
Automated Code Change
by Abseil Team
· 6 weeks ago
b7ced15
Avoid is_constructible recursion in OnceAction
by Niclas Larsson
· 8 weeks ago
7140cd4
Flip the recommendation about using EXPECT statements inside custom matchers.
by Mike Kruskal
· 8 weeks ago
a721f1b
Automated Code Change
by Abseil Team
· 8 weeks ago
8736d2c
`gmock-spec-builders`: support mocking const-qualified function types.
by Aaron Jacobs
· 9 weeks ago
09f45f5
Mark gtest_dt_ptr as const.
by Abseil Team
· 9 weeks ago
add971c
Introduce `ContainsSubsequence` matcher.
by Abseil Team
· 10 weeks ago
4969916
CMake compatible with Intel oneAPI >= 2025.2
by Michael Hirsch
· 2 months ago
dc3c9ed
Double the MOCK_METHOD parameter count limit to mitigate users running into it
by Abseil Team
· 2 months ago
d72f9c8
Add `--gtest_shard_index` and `--gtest_total_shards` command line arguments.
by Dillon Sharlet
· 4 months ago
5fddfab
Define DieInCRTDebugElse12() inside #ifdef _DEBUG
by Abseil Team
· 4 months ago
2461743
Automated Code Change
by Abseil Team
· 4 months ago
015950a
Add an implmenetation of Notification for MinGW
by Abseil Team
· 4 months ago
f38004c
Fix typo in monomorphic matcher documentation.
by Abseil Team
· 4 months ago
94be250
Add documentation for two-argument floating point matchers.
by Krzysztof Kosiński
· 5 months ago
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
f426a71
Fix CMake 3.22 crash in find_package(Python3) when Python is absent
by fresh3nough
· 5 months ago
73a63ea
Improve str concatenation performance on MatchesTest
by Abseil Team
· 5 months ago
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
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
e990711
Update doc for Optional.
by Abseil Team
· 5 months ago
850cb69
Add string_view overload to AssertHelper
by Max Shavrick
· 5 months ago
77f6bd3
Update comment for SizeIs matcher.
by Abseil Team
· 6 months ago
f68374e
Replacing an internal lib name with absl in test case
by Abseil Team
· 6 months ago
ef6cf65
Fix typo in Optional(m) description.
by Abseil Team
· 6 months ago
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
32c3dce
Display the actual error code when RE::Init() fails
by Abseil Team
· 6 months ago
872d386
Upgrade CI to XCode 26.2
by Derek Mauro
· 6 months ago
2151d93
Update GoogleTest CI to latest tools
by Derek Mauro
· 6 months ago
7c3b4d5
Automated Code Change
by Abseil Team
· 6 months ago
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
5fd443c
Automated Code Change
by Abseil Team
· 6 months ago
8508785
Automated Code Change
by Abseil Team
· 6 months ago
ff6133a
cmake: Fix declspec of gtest flag when using BUILD_SHARED_LIBS=ON and absl
by Corentin Le Molgat
· 7 months ago
cb1bd88
Bump Abseil version used by GoogleTest
by Derek Mauro
· 7 months ago
5554fca
Separate the creation of the Premature Exit File from supporting Death Tests.
by Abseil Team
· 7 months ago
7d7e750
Fix "error: standard attributes in middle of decl-specifiers"
by Derek Mauro
· 7 months ago
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
9156d4c
Automated Code Change
by Abseil Team
· 7 months ago
065127f
Add [[nodiscard]] throughput Google Test.
by Chris Kennelly
· 8 months ago
0b65649
Fix gtest_force_shared_crt in CMake 3.15+
by Charles Giessen
· 8 months ago
1b96fa1
Switch to referenceful lock holder for Abseil compatibility
by Derek Mauro
· 9 months ago
085af2c
Automated rollback of commit 37678c92fb183b148163dd173430b4ab88586a26.
by Abseil Team
· 9 months ago
37678c9
gtest_fail_if_no_test_selected: Rephrase error message.
by Abseil Team
· 9 months ago
dedab73
gtest_fail_if_no_test_selected: Rephrase error message.
by David Pizzuto
· 9 months ago
d54d30f
Add alwayslink = True to //:gtest_main
by Philipp Stephani
· 9 months ago
ae2b601
Don’t link targets with main function against //:gtest_main
by Philipp Stephani
· 9 months ago
6ec14df
Modernize example of combining matchers.
by Abseil Team
· 9 months ago
17d335d
Remove short-circuiting from AllOf, for better failure messages
by Justin Bassett
· 9 months ago
Next »