summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Skip find_package(Python3) when not building testsDerek Mauro2023-12-041-1/+3
|/ /
* | Implement `testing::Rethrow` to throw exceptions more easily via `std::except...Abseil Team2023-11-272-3/+30
* | Merge pull request #4397 from botovq:raiseCopybara-Service2023-10-301-0/+1
|\ \
| * | Add missing include for raise(3)refs/pull/4397/headTheo Buehler2023-10-251-0/+1
* | | Export gmock-spec-builders.Abseil Team2023-10-261-0/+1
|/ /
* | StartsWith: Explicitly construct matcher-typed strings from matchee parameterrefs/pull/4398/headDino Radakovic2023-10-232-2/+11
* | Improve error message for invalid parameterized test names.Abseil Team2023-10-191-2/+2
* | s/::testing::/testing::/ in test documentation outside of using statements to...Abseil Team2023-10-181-7/+7
* | gtest-death-test-internal: Delete obsolete string constantsDino Radakovic2023-10-171-3/+1
* | Fix RE::Init for Android and NetBSD.Abseil Team2023-10-052-4/+15
* | gmock_cook_book: Document `DoAll`'s return type requirementDino Radakovic2023-10-031-0/+6
* | Merge pull request #4382 from idzm:fix_cmake_commentsCopybara-Service2023-10-024-42/+42
|\ \
| * | cmake: Fix comments in cmake filesrefs/pull/4382/headDzmitry Ivaniuk2023-09-294-43/+42
|/ /
* | Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...Abseil Team2023-09-251-2/+2
* | Merge pull request #4374 from masbug:mainCopybara-Service2023-09-251-4/+5
|\ \
| * | Fix compile warnings in gmock-function-mocker.hrefs/pull/4374/headMitja Spes2023-09-211-4/+4
* | | Update C++ feature detection in `gtest-port.h` to rely on feature test macros...Abseil Team2023-09-221-24/+36
* | | Use `absl::HasAbslStringify`, instead of the internal version.Abseil Team2023-09-212-15/+13
* | | googletest: Update absl to version with HasAbslStringifyDino Radakovic2023-09-211-4/+4
|/ /