4459 Commits (eeeb97c3a029521288b09d0b25bfd68cd293167f)
 

Author SHA1 Message Date
VaradScript eeeb97c3a0
Update README.md 3 months ago
Derek Mauro c00fd25b71 Require C++17 3 months ago
Abseil Team 4a00a24fff Add SaveArgByMove 3 months ago
Derek Mauro a866428a78 Update docs for v1.16.x branch 3 months ago
Derek Mauro 445e9bd8d0 Update GoogleTest deps in preparation for release 3 months ago
Derek Mauro e5443e5c65 Remove empty glob pattern, which is now an error. 3 months ago
Abseil Team e235eb34c6 Pull Regexp syntax out of Death test section in advanced.md 4 months ago
Abseil Team 66d7401378 Fix extended regular expressions reference URL in advanced.md 4 months ago
Abseil Team b4aae50ce1 Export testsuite properties as XML elements, not attributes. 4 months ago
Abseil Team 2b6b042a77 Cast mutable lvalue references to const from testing::ResultOf 4 months ago
Abseil Team e4ece4881d Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`. 4 months ago
Abseil Team 504ea69cf7 Document unexpected interaction with death test error code and gmock. 4 months ago
Abseil Team 4bbf80823c Add UnpackStructImpl for structs with 20 fields. 4 months ago
Abseil Team 7d76a231b0 gtest: Output a canned test case for test suite setup / teardown failures in XML/JSON 5 months ago
Abseil Team e54519b094 Put the fake Fuchsia SDK in a module extension 5 months ago
Abseil Team f3c355f9dd the public version already has the const qualifier 5 months ago
Abseil Team 79219e26e0 Update the links to ISTQB glossary. 5 months ago
Abseil Team d122c0d435 Add support for printing C++20 std::*_ordering types to gtest. 5 months ago
Copybara-Service 35d0c36560 Merge pull request #4662 from asoffer:patch-1 6 months ago
Andy Soffer 7927f8e93d
Fix documentation bug. 6 months ago
Abseil Team d144031940 Fixing a typo in the documentation of IsSubsetOf(). 6 months ago
Abseil Team 1204d63444 Remove mention of using `ASSERT_...` statements inside custom matcher definitions. 7 months ago
Peter Boström 5ed2186395 Use FAIL() in GTEST_SKIP() documentation 7 months ago
Abseil Team df1544bcee Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and others. 7 months ago
Abseil Team 62df7bdbc1 This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such that `ASSERT_NEAR(inf, inf, 0)` passes. This makes the behavior more consistent with `ASSERT_EQ(inf, inf)` which succeeds. 7 months ago
Abseil Team 71815bbf7d Automated Code Change 7 months ago
Abseil Team a1e255a582 Optional(): Add support for std::optional<>-like types lacking bool conversion. 8 months ago
Abseil Team 6dae7eb4a5 Use matcher's description in AnyOf when matcher has no explanation. 8 months ago
Abseil Team 0953a17a42 Automated Code Change 9 months ago
Derek Mauro ff233bdd4c Update main to point to 1.15.2 patch release 10 months ago
Derek Mauro 3e3b44c300 Remove auto-detection of Python toolchain from MODULE.bazel 10 months ago
Abseil Team ffa31aec1c Directly include `gmock.h` and `gtest.h` in gmock-matchers tests. 10 months ago
Abseil Team 5bcb2d78a1 Use matcher's description in AllOf if matcher has no explanation. 10 months ago
Aaron Jacobs 352788321f gmock-actions: make DoAll convert to OnceAction via custom conversions. 10 months ago
Aaron Jacobs 57e107a10e Run clang-format. 10 months ago
Derek Mauro cee1ba1f24 Change the Bazel build to use the canonical repo names used by Bzlmod 10 months ago
Derek Mauro 9ff2450a56 Update GoogleTest Bazel quickstart for Bzlmod 10 months ago
Derek Mauro b62593aceb Update main branch to reflect the release of 1.15.0 10 months ago
Abseil Team d49a665484 Use matcher's description in AllOf if matcher has no explanation. 10 months ago
Abseil Team 417158b8bc Use matcher's description in AllOf if matcher has no explanation. 10 months ago
Derek Mauro 7321f950df Update dependency versions in preparation for release 10 months ago
Derek Mauro 4b21f1abdd README.md: Remove outdated notes about continuous integration and 10 months ago
Derek Mauro b4aaf97d8f Workaround GCC 12 -Wrestrict false-positive 10 months ago
Derek Mauro 3ef16ef8b3 Fix the documentation that erroneously says you can use short versions 10 months ago
Abseil Team 34ad51b3dc Add a bounds check to protect against an empty vector from GetArgs(), which 11 months ago
Abseil Team 1d17ea141d Skip the predicate on SIGSEGV in death-test on Android builds with API level <= 21. 11 months ago
Abseil Team a7f443b80b Mention the optional third argument to TYPED_TEST_SUITE 12 months ago
Derek Mauro 305e5a238b Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3 12 months ago
Derek Mauro 9b4993ca7d Change GoogleTest flag removal to not read beyond the end of the array 1 year ago
Abseil Team c8393f8554 Print mismatches for UnorderedElements() of different sizes. 1 year ago