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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the document in typed tests to use using-declaration instead of typedef
Abseil Team
2025-08-11
1
-4/+4
*
Provide a better error message when ASSERT and SKIP macros are used in method...
Abseil Team
2025-07-28
1
-1/+4
*
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
2025-07-23
1
-1/+1
*
Automated Code Change
Abseil Team
2025-07-12
1
-3/+3
*
gtest: Reword fail_if_no_test_selected_message for sharding and filtering.
David Pizzuto
2025-06-27
1
-1/+5
*
Merge pull request #4694 from chromy:main
Copybara-Service
2025-06-25
3
-0/+5
|
\
|
*
Default to color output for ghostty
refs/pull/4694/head
Hector Dearman
2025-01-10
3
-0/+5
*
|
In MatcherCast, store the input value as its own type rather than as the Matc...
Abseil Team
2025-06-09
1
-0/+29
*
|
googletest: Add a flag to fail if no tests were selected to run.
David Pizzuto
2025-06-09
3
-5/+108
*
|
Fix unified diff headers.
Abseil Team
2025-05-30
3
-15/+15
*
|
Use the provided length in ConditionalPrintAsText
Abseil Team
2025-05-30
2
-1/+17
*
|
Print std::basic_string_view<Char> as a string literal
Daniel Cheng
2025-05-22
3
-28/+83
*
|
Delete the absl polyfill support for std::any, std::optional
Derek Mauro
2025-05-20
4
-161/+25
*
|
Use static_cast instead of ImplicitCast_ for character conversions
Abseil Team
2025-05-19
1
-2/+6
*
|
Add [[nodiscard]] to GetParam() to prevent accidental misuse.
Mike Kruskal
2025-05-14
2
-2/+2
*
|
Update documentation for v1.17.0
Derek Mauro
2025-04-30
1
-6/+6
*
|
Use std::memcpy instead of a union to access floating point bits.
Laramie Leavitt
2025-04-29
1
-21/+13
*
|
Fix GCC15 warning that <ciso646> is deprecated in C++17
Derek Mauro
2025-04-29
1
-4/+8
*
|
Fix a typo
Tommy Chiang
2025-03-21
1
-1/+1
*
|
Add a `testing::ConvertGenerator` overload that accepts a converting functor....
Abseil Team
2025-03-04
3
-19/+180
*
|
Try to warn the user when test filters do not match any tests
Derek Mauro
2025-02-28
3
-0/+58
*
|
Output to the test warning file if no tests are linked.
Derek Mauro
2025-02-26
2
-10/+101
*
|
Adds support for a --gtest_fail_if_no_test_linked flag
Zhanyong Wan
2025-02-24
5
-16/+256
*
|
GoogleTest C++17 cleanups
Derek Mauro
2025-02-21
7
-189/+132
*
|
Require C++17
Derek Mauro
2025-02-12
4
-6/+12
*
|
Update docs for v1.16.x branch
Derek Mauro
2025-02-07
1
-1/+1
*
|
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
4
-88/+80
|
/
*
gtest: Output a canned test case for test suite setup / teardown failures in ...
Abseil Team
2024-12-26
4
-28/+198
*
Add support for printing C++20 std::*_ordering types to gtest.
Abseil Team
2024-12-10
3
-0/+71
*
Fix documentation bug.
refs/pull/4662/head
Andy Soffer
2024-11-15
1
-3/+3
*
This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...
Abseil Team
2024-10-14
2
-1/+65
*
Update main to point to 1.15.2 patch release
Derek Mauro
2024-08-01
1
-1/+1
*
Update main branch to reflect the release of 1.15.0
Derek Mauro
2024-07-16
1
-1/+1
*
Workaround GCC 12 -Wrestrict false-positive
Derek Mauro
2024-07-10
1
-3/+3
*
Add a bounds check to protect against an empty vector from GetArgs(), which
Abseil Team
2024-06-28
1
-2/+5
*
Skip the predicate on SIGSEGV in death-test on Android builds with API level ...
Abseil Team
2024-06-13
1
-0/+2
*
Change GoogleTest flag removal to not read beyond the end of the array
Derek Mauro
2024-05-21
1
-6/+6
*
Make EXPECT_DEATH_IF_SUPPORTED work with matchers
Abseil Team
2024-05-13
2
-26/+27
*
Merge pull request #4527 from abhina-sree:abhina/add_zos
Copybara-Service
2024-05-06
1
-1/+1
|
\
|
*
add zos for death test support
refs/pull/4527/head
Abhina Sreeskantharajan
2024-05-02
1
-1/+1
*
|
Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOS
refs/pull/3991/head
Paul Groke
2024-05-02
89
-3426/+4850
|
\
\
|
|
/
|
*
Adds "IWYU pragma: export" to gtest-param-util.h
Abseil Team
2024-04-25
1
-1/+1
|
*
Use `[[maybe_unused]]` when it is available to avoid
Derek Mauro
2024-04-16
5
-75/+101
|
*
Merge pull request #4508 from davidmatson:addJsonSkipped
Copybara-Service
2024-04-08
3
-16/+61
|
|
\
|
|
*
Add skipped messages to JSON output (fixes #4507).
refs/pull/4508/head
David Matson
2024-04-03
3
-16/+62
|
*
|
No external change
Abseil Team
2024-04-05
1
-1/+1
|
*
|
[gtest] Use `std::index_sequence` and friends instead of rolling our own
Lawrence Wolf-Sonkin
2024-04-04
3
-64/+14
|
*
|
Merge pull request #4505 from to01z:add-winapi-partition-games-support
Copybara-Service
2024-04-03
4
-23/+26
|
|
\
\
|
|
*
|
Revert changes to googletest-port-test.cc
refs/pull/4505/head
Troels Gram
2024-03-29
1
-2/+2
[next]