summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.refs/pull/4503/headDavid Matson2024-03-291-1/+1
* 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
|/ /
* | Update CI builds to use Bazel 7.0.0Derek Mauro2024-01-093-7/+5
* | Add a note about argv requiring NULL termination.Abseil Team2024-01-091-1/+3
* | Disable -Wfloat-equal in AppropriateResolution().Krzysztof Kosiński2024-01-091-0/+7
|/
* Accept move-only callables in `InvokeArguments`Abseil Team2023-12-282-2/+14
* Minor documentation correction.Abseil Team2023-12-221-2/+2
* Fix broken links in primer.mdDerek Mauro2023-12-191-2/+2
* Fix data race in leak detectionAbseil Team2023-12-181-0/+1
* Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`Abseil Team2023-12-131-0/+1
* Remove unnecessary conversionTom Hughes2023-12-121-2/+2
* Merge pull request #4426 from tamaskenez:cmake_external_absl_re2Copybara-Service2023-12-042-0/+13
|\
| * Allow using external absl and re2.refs/pull/4426/headTamas Kenez2023-12-012-0/+13