index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.16.x
v1.17.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `--gtest_shard_index` and `--gtest_total_shards` command line arguments.
HEAD
main
Dillon Sharlet
34 hours
4
-79/+86
*
Define DieInCRTDebugElse12() inside #ifdef _DEBUG
Abseil Team
2 days
1
-0/+2
*
Automated Code Change
Abseil Team
5 days
1
-3/+3
*
Add an implmenetation of Notification for MinGW
Abseil Team
8 days
2
-3/+50
*
Fix typo in monomorphic matcher documentation.
Abseil Team
12 days
1
-1/+1
*
Add documentation for two-argument floating point matchers.
Krzysztof KosiĆski
2026-03-10
1
-0/+8
*
Make gmock-matchers.h auto-detect the value_type of ranges that don't have a ...
Abseil Team
2026-03-05
2
-12/+31
*
Improve str concatenation performance on MatchesTest
Abseil Team
2026-02-24
1
-0/+4
*
Revert Optimize copying of matchers vector to speed up `ElementsAreArray` by ...
Abseil Team
2026-02-23
1
-18/+0
*
Optimize copying of matchers vector to speed up `ElementsAreArray` by reservi...
Dillon Sharlet
2026-02-23
1
-0/+18
*
Update doc for Optional.
Abseil Team
2026-02-20
1
-1/+1
*
Add string_view overload to AssertHelper
Max Shavrick
2026-02-17
6
-18/+34
*
Update comment for SizeIs matcher.
Abseil Team
2026-02-12
1
-3/+3
*
Replacing an internal lib name with absl in test case
Abseil Team
2026-02-11
1
-1/+1
*
Fix typo in Optional(m) description.
Abseil Team
2026-02-11
1
-1/+1
*
Upgrade most builds to use Bazel 9.0.0
Derek Mauro
2026-02-05
7
-11/+18
*
Display the actual error code when RE::Init() fails
Abseil Team
2026-02-05
1
-6/+7
*
Upgrade CI to XCode 26.2
Derek Mauro
2026-02-04
1
-2/+7
*
Update GoogleTest CI to latest tools
Derek Mauro
2026-02-04
3
-8/+12
*
Automated Code Change
Abseil Team
2026-02-03
1
-2/+2
*
Allow implicit matcher construction from nullptr. This allows "nullptr" to be...
Abseil Team
2026-01-27
2
-1/+30
*
Automated Code Change
Abseil Team
2026-01-27
1
-10/+10
*
Automated Code Change
Abseil Team
2026-01-17
1
-2/+2
*
cmake: Fix declspec of gtest flag when using BUILD_SHARED_LIBS=ON and absl
Corentin Le Molgat
2026-01-09
3
-16/+23
*
Bump Abseil version used by GoogleTest
Derek Mauro
2026-01-08
5
-4/+10
*
Separate the creation of the Premature Exit File from supporting Death Tests.
Abseil Team
2026-01-07
3
-4/+16
*
Fix "error: standard attributes in middle of decl-specifiers"
Derek Mauro
2026-01-06
3
-12/+7
*
Point from the "Defining Matchers" section in the reference doc to the cookbo...
Abseil Team
2026-01-06
2
-3/+12
*
Automated Code Change
Abseil Team
2025-12-16
1
-1/+1
*
Add [[nodiscard]] throughput Google Test.
Chris Kennelly
2025-12-08
24
-303/+326
*
Switch to referenceful lock holder for Abseil compatibility
Derek Mauro
2025-11-12
7
-48/+48
*
Automated rollback of commit 37678c92fb183b148163dd173430b4ab88586a26.
Abseil Team
2025-11-08
1
-8/+10
*
gtest_fail_if_no_test_selected: Rephrase error message.
Abseil Team
2025-11-08
1
-10/+8
*
gtest_fail_if_no_test_selected: Rephrase error message.
David Pizzuto
2025-11-08
1
-8/+10
*
Modernize example of combining matchers.
Abseil Team
2025-10-31
1
-4/+5
*
Remove short-circuiting from AllOf, for better failure messages
Justin Bassett
2025-10-31
3
-11/+17
*
macOS CI: Move the Bazel vendor_dir to ${HOME} to workaround a Bazel issue
Derek Mauro
2025-10-30
1
-2/+2
*
Mark InternalDefaultActionSetAt as nodiscard.
Abseil Team
2025-10-16
3
-10/+10
*
Automated Code Change
Abseil Team
2025-10-16
4
-12/+12
*
Restore the documentation of `AnyWith<T>(m)` in the matchers reference.
Abseil Team
2025-10-13
1
-0/+1
*
Allow for passing non-pointers to DeleteArg and have them emit a deprecation ...
Abseil Team
2025-10-13
1
-2/+15
*
Fix typo.
Abseil Team
2025-10-07
1
-1/+1
*
Automated Code Change
Abseil Team
2025-10-07
1
-2/+2
*
Automated Code Change
Abseil Team
2025-09-30
4
-12/+10
*
Add rules_cc dependency, required by Bazel going forward
Derek Mauro
2025-09-18
6
-6/+31
*
Use an internal symbol for deprecate-and-inline that allows
Derek Mauro
2025-09-16
3
-15/+13
*
Automated Code Change
Abseil Team
2025-09-13
1
-1/+1
*
Update spelling of Mutex::lock and Mutex::unlock for compatibility
Derek Mauro
2025-09-12
5
-18/+18
*
Bump Abseil dependency to 20250814.0
Derek Mauro
2025-09-02
2
-4/+4
*
Remove unused syslog dependency for Fuchsia.
Abseil Team
2025-08-24
1
-1/+0
[next]