summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update version strings to 1.15.2 (#4583)v1.15.2v1.15.xDerek Mauro2024-07-312-2/+2
* Remove auto-detection of Python toolchain from MODULE.bazel (#4582)v1.15.1Derek Mauro2024-07-312-6/+19
* Prepare for v1.15.0 (#4574)v1.15.0-prev1.15.0Derek Mauro2024-07-154-7/+7
* 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
* | | No external changeAbseil Team2024-04-051-1/+1
* | | [gtest] Use `std::index_sequence` and friends instead of rolling our ownLawrence Wolf-Sonkin2024-04-047-103/+56
* | | Merge pull request #4505 from to01z:add-winapi-partition-games-supportCopybara-Service2024-04-034-23/+26
|\ \ \
| * | | Revert changes to googletest-port-test.ccrefs/pull/4505/headTroels Gram2024-03-291-2/+2
| * | | Add support for compiling GoogleTest for XboxTroels Gram2024-03-245-13/+19
* | | | Fix a race condition between the Watcher thread and the main threadDerek Mauro2024-04-031-10/+25
| |/ / |/| |
* | | Delete the unofficial GitHub actions tests.Derek Mauro2024-04-031-43/+0
* | | Merge pull request #4503 from davidmatson:fixTypoCopybara-Service2024-04-021-1/+1
|\ \ \
| * | | Fix typo in comment.refs/pull/4503/headDavid Matson2024-03-291-1/+1
| |/ /
* | | Merge pull request #4502 from davidmatson:fixStreamHelpTextOsCopybara-Service2024-04-021-1/+1
|\ \ \
| * | | Fix help text for stream_result_to flag.refs/pull/4502/headDavid Matson2024-03-281-1/+1
| |/ /
* | | Automated Code ChangeAbseil Team2024-03-301-2/+2
|/ /
* | Merge pull request #4490 from memdo:mainCopybara-Service2024-03-183-10/+13
|\ \
| * | Add colored output support for Alacrittyrefs/pull/4490/headMustafa Berkay Düzenli2024-03-153-0/+5
|/ /
* | Add test for move-only type in `Action` signatureAbseil Team2024-03-151-0/+16
* | Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.Daniel Cheng2024-03-111-4/+4
* | Reland: Optimize Google Test process startupAbseil Team2024-03-086-144/+141
* | Revert Optimize Google Test process startupAbseil Team2024-03-056-160/+162
* | Optimize Google Test process startupAbseil Team2024-03-056-162/+160
* | Merge pull request #4466 from danfabo:fix-fetch-content-uses-gtestCopybara-Service2024-03-041-3/+4
|\ \
| * | Get include dirs from target rather than global variables.refs/pull/4466/headdanfabo2024-02-111-3/+4
* | | Accept one-shot callables in InvokeArgument.Abseil Team2024-02-292-2/+13
* | | Merge pull request #4477 from tmiguelf:feature/soup_cleanupCopybara-Service2024-02-281-10/+10
|\ \ \