summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Put the fake Fuchsia SDK in a module extensionmainAbseil Team46 hours2-22/+59
* the public version already has the const qualifierAbseil Team9 days1-9/+9
* Update the links to ISTQB glossary.Abseil Team2024-12-111-2/+2
* Add support for printing C++20 std::*_ordering types to gtest.Abseil Team2024-12-103-0/+71
* Merge pull request #4662 from asoffer:patch-1Copybara-Service2024-11-201-3/+3
|\
| * Fix documentation bug.refs/pull/4662/headAndy Soffer2024-11-151-3/+3
|/
* Fixing a typo in the documentation of IsSubsetOf().Abseil Team2024-11-041-1/+1
* Remove mention of using `ASSERT_...` statements inside custom matcher definit...Abseil Team2024-11-011-3/+3
* Use FAIL() in GTEST_SKIP() documentationPeter Boström2024-10-281-2/+2
* Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and o...Abseil Team2024-10-161-6/+7
* This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...Abseil Team2024-10-143-3/+74
* Automated Code ChangeAbseil Team2024-10-051-2/+2
* Optional(): Add support for std::optional<>-like types lacking bool conversion.Abseil Team2024-10-012-25/+82
* Use matcher's description in AnyOf when matcher has no explanation.Abseil Team2024-09-164-45/+71
* Automated Code ChangeAbseil Team2024-08-291-1/+1
* Update main to point to 1.15.2 patch releaseDerek Mauro2024-08-014-6/+6
* Remove auto-detection of Python toolchain from MODULE.bazelDerek Mauro2024-07-302-5/+18
* Directly include `gmock.h` and `gtest.h` in gmock-matchers tests.Abseil Team2024-07-304-4/+8
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team2024-07-243-23/+39
* gmock-actions: make DoAll convert to OnceAction via custom conversions.Aaron Jacobs2024-07-242-12/+98
* Run clang-format.Aaron Jacobs2024-07-238-21/+21
* Change the Bazel build to use the canonical repo names used by BzlmodDerek Mauro2024-07-214-21/+49
* Update GoogleTest Bazel quickstart for BzlmodDerek Mauro2024-07-161-30/+23
* Update main branch to reflect the release of 1.15.0Derek Mauro2024-07-163-6/+6
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team2024-07-163-39/+23
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team2024-07-153-23/+39
* Update dependency versions in preparation for releaseDerek Mauro2024-07-153-11/+14
* README.md: Remove outdated notes about continuous integration andDerek Mauro2024-07-121-5/+1
* Workaround GCC 12 -Wrestrict false-positiveDerek Mauro2024-07-101-3/+3
* Fix the documentation that erroneously says you can use short versionsDerek Mauro2024-07-091-1/+1
* Add a bounds check to protect against an empty vector from GetArgs(), whichAbseil Team2024-06-281-2/+5
* Skip the predicate on SIGSEGV in death-test on Android builds with API level ...Abseil Team2024-06-131-0/+2
* Mention the optional third argument to TYPED_TEST_SUITEAbseil Team2024-05-281-0/+17
* Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3Derek Mauro2024-05-241-1/+1
* Change GoogleTest flag removal to not read beyond the end of the arrayDerek Mauro2024-05-211-6/+6
* Print mismatches for UnorderedElements() of different sizes.Abseil Team2024-05-202-17/+27
* Make EXPECT_DEATH_IF_SUPPORTED work with matchersAbseil Team2024-05-132-26/+27
* Merge pull request #4527 from abhina-sree:abhina/add_zosCopybara-Service2024-05-061-1/+1
|\
| * add zos for death test supportrefs/pull/4527/headAbhina Sreeskantharajan2024-05-021-1/+1
* | Use std::forward on GoogleTest matcher argumentsAbseil Team2024-05-061-2/+2
* | Merge pull request #3991 from pgroke-dt:default-enable-thread-support-for-Sol...Copybara-Service2024-05-031-1/+2
|\ \
| * \ Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOSrefs/pull/3991/headPaul Groke2024-05-02162-4578/+6515
| |\ \ | | |/
| * | extend GTEST_HAS_PTHREAD default to enable threading on Solaris, AIX and z/OSPaul Groke2022-08-311-1/+2
* | | Add example using EXPECT statement in custom matcherAbseil Team2024-05-021-3/+32
| |/ |/|
* | Adds "IWYU pragma: export" to gtest-param-util.hAbseil Team2024-04-251-1/+1
* | Use `[[maybe_unused]]` when it is available to avoidDerek Mauro2024-04-167-124/+150
* | Modify example in the primer to match Testing FAQ.Krzysztof Kosiński2024-04-121-9/+8
* | Fix https://github.com/google/googletest/issues/4423Abseil Team2024-04-101-2/+4
* | Merge pull request #4508 from davidmatson:addJsonSkippedCopybara-Service2024-04-083-16/+61
|\ \
| * | Add skipped messages to JSON output (fixes #4507).refs/pull/4508/headDavid Matson2024-04-033-16/+62