summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ \
| * | | Fixed gcc linker error 58refs/pull/4477/headTiago Freire2024-02-231-10/+20
* | | | Reland https://github.com/google/googletest/commit/9756ee7cbaef1b6652065616ab...Abseil Team2024-02-274-0/+60
* | | | Make sure that current_test_suite and current_test_info are mutex-protected w...Abseil Team2024-02-273-30/+59
|/ / /
* | | Revert incorrect update.Abseil Team2024-02-221-2/+2
* | | Rollback https://github.com/google/googletest/commit/9756ee7cbaef1b6652065616...Derek Mauro2024-02-211-17/+0
* | | gtest.h: add IWYU export pragmasAbseil Team2024-02-151-10/+10
* | | Support Fuchsia target builds.Abseil Team2024-02-141-0/+17
* | | Add anchor for expectation ordering noteAbseil Team2024-02-131-0/+2
|/ /
* | Switch rank structs to be consistent with written guidance in go/ranked-overl...Matt Kulukundis2024-02-071-11/+12
* | Use _Exit instead of _exit in GoogleTestAbseil Team2024-02-074-45/+49
* | Destroy installed environments in normal code, not in static teardown.Abseil Team2024-02-074-51/+67
* | Merge pull request #4458 from kaswhy:patch-1Copybara-Service2024-02-051-0/+1
|\ \
| * | Add myself to Contributorsrefs/pull/4458/headSoyeon Kim2024-01-311-0/+1
* | | Modifications to improve portability of googletest tests.Abseil Team2024-01-312-5/+12
|/ /
* | Do not emit stack traces for messages generated by SUCCEED()Abseil Team2024-01-302-8/+14
* | Merge pull request #4435 from kaswhy:mainCopybara-Service2024-01-291-5/+15
|\ \