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
path:
root
/
googletest
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add rules_cc dependency, required by Bazel going forward
HEAD
main
Derek Mauro
9 days
1
-0/+1
*
Update spelling of Mutex::lock and Mutex::unlock for compatibility
Derek Mauro
2025-09-12
1
-2/+2
*
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
2025-07-23
1
-1/+1
*
Merge pull request #4694 from chromy:main
Copybara-Service
2025-06-25
2
-0/+4
|
\
|
*
Default to color output for ghostty
refs/pull/4694/head
Hector Dearman
2025-01-10
2
-0/+4
*
|
googletest: Add a flag to fail if no tests were selected to run.
David Pizzuto
2025-06-09
2
-5/+92
*
|
Fix unified diff headers.
Abseil Team
2025-05-30
2
-6/+6
*
|
Use the provided length in ConditionalPrintAsText
Abseil Team
2025-05-30
1
-0/+16
*
|
Print std::basic_string_view<Char> as a string literal
Daniel Cheng
2025-05-22
1
-5/+40
*
|
Delete the absl polyfill support for std::any, std::optional
Derek Mauro
2025-05-20
1
-13/+10
*
|
Add [[nodiscard]] to GetParam() to prevent accidental misuse.
Mike Kruskal
2025-05-14
1
-1/+1
*
|
Add a `testing::ConvertGenerator` overload that accepts a converting functor....
Abseil Team
2025-03-04
1
-0/+70
*
|
Try to warn the user when test filters do not match any tests
Derek Mauro
2025-02-28
1
-0/+19
*
|
Output to the test warning file if no tests are linked.
Derek Mauro
2025-02-26
1
-5/+60
*
|
Adds support for a --gtest_fail_if_no_test_linked flag
Zhanyong Wan
2025-02-24
4
-16/+241
*
|
GoogleTest C++17 cleanups
Derek Mauro
2025-02-21
1
-4/+3
*
|
Require C++17
Derek Mauro
2025-02-12
2
-3/+9
*
|
Remove empty glob pattern, which is now an error.
Derek Mauro
2025-02-06
1
-1/+0
*
|
Export testsuite properties as XML elements, not attributes.
Abseil Team
2025-01-31
3
-61/+69
|
/
*
gtest: Output a canned test case for test suite setup / teardown failures in ...
Abseil Team
2024-12-26
3
-22/+154
*
Add support for printing C++20 std::*_ordering types to gtest.
Abseil Team
2024-12-10
1
-0/+24
*
This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...
Abseil Team
2024-10-14
1
-0/+49
*
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
2024-06-13
1
-0/+2
*
Use `[[maybe_unused]]` when it is available to avoid
Derek Mauro
2024-04-16
1
-3/+4
*
Merge pull request #4508 from davidmatson:addJsonSkipped
Copybara-Service
2024-04-08
2
-0/+18
|
\
|
*
Add skipped messages to JSON output (fixes #4507).
refs/pull/4508/head
David Matson
2024-04-03
2
-0/+21
*
|
[gtest] Use `std::index_sequence` and friends instead of rolling our own
Lawrence Wolf-Sonkin
2024-04-04
1
-16/+0
|
/
*
Merge pull request #4490 from memdo:main
Copybara-Service
2024-03-18
2
-3/+7
|
\
|
*
Add colored output support for Alacritty
refs/pull/4490/head
Mustafa Berkay Düzenli
2024-03-15
2
-0/+4
|
/
*
Use _Exit instead of _exit in GoogleTest
Abseil Team
2024-02-07
1
-37/+39
*
Destroy installed environments in normal code, not in static teardown.
Abseil Team
2024-02-07
2
-47/+53
*
Modifications to improve portability of googletest tests.
Abseil Team
2024-01-31
2
-5/+12
*
Do not emit stack traces for messages generated by SUCCEED()
Abseil Team
2024-01-30
1
-4/+0
*
Do not emit stack traces for messages generated by GTEST_SKIP()
Abseil Team
2024-01-16
2
-7/+9
*
Fix RE::Init for Android and NetBSD.
Abseil Team
2023-10-05
1
-2/+2
*
Count threads after thread-creation while still holding mutex lock
refs/pull/4365/head
Tanzinul Islam
2023-09-03
1
-3/+3
*
googletest: Add universal printer for `std::span`
Dino Radakovic
2023-08-25
1
-0/+16
*
Merge pull request #4333 from ngie-eign:gtest_help_test-fix-FreeBSD
Copybara-Service
2023-08-15
1
-3/+14
|
\
|
*
Fix GTestHelpTest.TestHelpFlag on FreeBSD
refs/pull/4333/head
Enji Cooper
2023-08-08
1
-3/+13
*
|
gtest_help_test: Make method names `snake_case`, conforming with [the style g...
Dino Radakovic
2023-08-15
1
-7/+7
*
|
gtest_help_test: Inline test helper functions
Dino Radakovic
2023-08-15
1
-23/+7
*
|
Merge pull request #4334 from ngie-eign:fix-RETest-non-ABSL
Copybara-Service
2023-08-15
1
-2/+2
|
\
\
|
*
|
Fix RETest/1.ImplicitConstructorWorks on non-ABSL platforms
refs/pull/4334/head
Enji Cooper
2023-08-08
1
-2/+2
|
|
/
*
|
gtest_help_test: Delete obsolete helper `TestUnknownFlagWithAbseil`
Dino Radakovic
2023-08-15
1
-13/+0
|
/
*
Merge pull request #4323 from pgawro:gtest_ExpectThrowTest_DoesNotGenerateUnr...
Copybara-Service
2023-08-03
1
-1/+1
|
\
|
*
gtest: Supress warning about set unused variable
refs/pull/4323/head
Patryk Gawroński
2023-07-26
1
-1/+1
*
|
Add googletest-message-test to the Bazel tests
Derek Mauro
2023-08-02
1
-0/+1
*
|
Make testing::Message support streamed AbslStringify values
Phoebe Liang
2023-08-01
1
-0/+23
|
/
*
Make `AbslStringify` usage public in GoogleTest
Abseil Team
2023-07-21
1
-0/+28
*
Resolve an issue where the resolution of `operator<<` overloads would attempt...
Abseil Team
2023-06-27
1
-0/+16
[next]