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.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
*
Prepare for v1.16.0 (#4721)
v1.16.0
v1.16.x
Derek Mauro
2025-02-07
4
-7/+7
*
Update GoogleTest deps in preparation for release
Derek Mauro
2025-02-07
4
-13/+12
*
Remove empty glob pattern, which is now an error.
Derek Mauro
2025-02-06
1
-1/+0
*
Pull Regexp syntax out of Death test section in advanced.md
Abseil Team
2025-01-31
1
-45/+45
*
Fix extended regular expressions reference URL in advanced.md
Abseil Team
2025-01-31
1
-1/+1
*
Export testsuite properties as XML elements, not attributes.
Abseil Team
2025-01-31
4
-88/+80
*
Cast mutable lvalue references to const from testing::ResultOf
Abseil Team
2025-01-16
1
-3/+6
*
Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`.
Abseil Team
2025-01-15
4
-17/+96
*
Document unexpected interaction with death test error code and gmock.
Abseil Team
2025-01-09
1
-3/+9
*
Add UnpackStructImpl for structs with 20 fields.
Abseil Team
2025-01-08
1
-0/+5
*
gtest: Output a canned test case for test suite setup / teardown failures in ...
Abseil Team
2024-12-26
4
-28/+198
*
Put the fake Fuchsia SDK in a module extension
Abseil Team
2024-12-23
2
-22/+59
*
the public version already has the const qualifier
Abseil Team
2024-12-16
1
-9/+9
*
Update the links to ISTQB glossary.
Abseil Team
2024-12-11
1
-2/+2
*
Add support for printing C++20 std::*_ordering types to gtest.
Abseil Team
2024-12-10
3
-0/+71
*
Merge pull request #4662 from asoffer:patch-1
Copybara-Service
2024-11-20
1
-3/+3
|
\
|
*
Fix documentation bug.
refs/pull/4662/head
Andy Soffer
2024-11-15
1
-3/+3
|
/
*
Fixing a typo in the documentation of IsSubsetOf().
Abseil Team
2024-11-04
1
-1/+1
*
Remove mention of using `ASSERT_...` statements inside custom matcher definit...
Abseil Team
2024-11-01
1
-3/+3
*
Use FAIL() in GTEST_SKIP() documentation
Peter Boström
2024-10-28
1
-2/+2
*
Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and o...
Abseil Team
2024-10-16
1
-6/+7
*
This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...
Abseil Team
2024-10-14
3
-3/+74
*
Automated Code Change
Abseil Team
2024-10-05
1
-2/+2
*
Optional(): Add support for std::optional<>-like types lacking bool conversion.
Abseil Team
2024-10-01
2
-25/+82
*
Use matcher's description in AnyOf when matcher has no explanation.
Abseil Team
2024-09-16
4
-45/+71
*
Automated Code Change
Abseil Team
2024-08-29
1
-1/+1
*
Update main to point to 1.15.2 patch release
Derek Mauro
2024-08-01
4
-6/+6
*
Remove auto-detection of Python toolchain from MODULE.bazel
Derek Mauro
2024-07-30
2
-5/+18
*
Directly include `gmock.h` and `gtest.h` in gmock-matchers tests.
Abseil Team
2024-07-30
4
-4/+8
*
Use matcher's description in AllOf if matcher has no explanation.
Abseil Team
2024-07-24
3
-23/+39
*
gmock-actions: make DoAll convert to OnceAction via custom conversions.
Aaron Jacobs
2024-07-24
2
-12/+98
*
Run clang-format.
Aaron Jacobs
2024-07-23
8
-21/+21
*
Change the Bazel build to use the canonical repo names used by Bzlmod
Derek Mauro
2024-07-21
4
-21/+49
*
Update GoogleTest Bazel quickstart for Bzlmod
Derek Mauro
2024-07-16
1
-30/+23
*
Update main branch to reflect the release of 1.15.0
Derek Mauro
2024-07-16
3
-6/+6
*
Use matcher's description in AllOf if matcher has no explanation.
Abseil Team
2024-07-16
3
-39/+23
*
Use matcher's description in AllOf if matcher has no explanation.
Abseil Team
2024-07-15
3
-23/+39
*
Update dependency versions in preparation for release
Derek Mauro
2024-07-15
3
-11/+14
*
README.md: Remove outdated notes about continuous integration and
Derek Mauro
2024-07-12
1
-5/+1
*
Workaround GCC 12 -Wrestrict false-positive
Derek Mauro
2024-07-10
1
-3/+3
*
Fix the documentation that erroneously says you can use short versions
Derek Mauro
2024-07-09
1
-1/+1
*
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
*
Mention the optional third argument to TYPED_TEST_SUITE
Abseil Team
2024-05-28
1
-0/+17
*
Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3
Derek Mauro
2024-05-24
1
-1/+1
*
Change GoogleTest flag removal to not read beyond the end of the array
Derek Mauro
2024-05-21
1
-6/+6
*
Print mismatches for UnorderedElements() of different sizes.
Abseil Team
2024-05-20
2
-17/+27
*
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
[next]