summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \
| * | Docs: Add mention of `gtest_recreate_environments_when_repeating`refs/pull/4435/headkaswhy2024-01-231-11/+13
| * | Docs: add conditions for calling SetUp and TearDown()kaswhy2024-01-111-8/+12
| * | Docs: add conditions for calling TearDown()kaswhy2023-12-281-3/+6
* | | Add support for Bzlmod for the next releaseDerek Mauro2024-01-258-22/+122
* | | Fix double-promotion warnings in AppropriateResolution()Abseil Team2024-01-231-21/+28
* | | Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and...Copybara-Service2024-01-221-1/+1
|\ \ \
| * | | only apply -lregex for qnx710 and newerrefs/pull/4444/headMichael Leslie2024-01-101-1/+1
* | | | googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe...Dino Radakovic2024-01-221-1/+1
* | | | If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag libraryAbseil Team2024-01-182-6/+14
* | | | Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEMAbseil Team2024-01-162-6/+11
* | | | Do not emit stack traces for messages generated by GTEST_SKIP()Abseil Team2024-01-163-8/+15
|/ / /