aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-06Destroy installed environments in normal code, not in static teardown.Abseil Team
2024-02-05Merge pull request #4458 from kaswhy:patch-1Copybara-Service
2024-01-31Modifications to improve portability of googletest tests.Abseil Team
2024-01-31Add myself to ContributorsSoyeon Kim
2024-01-30Do not emit stack traces for messages generated by SUCCEED()Abseil Team
2024-01-29Merge pull request #4435 from kaswhy:mainCopybara-Service
2024-01-25Add support for Bzlmod for the next releaseDerek Mauro
2024-01-23Fix double-promotion warnings in AppropriateResolution()Abseil Team
2024-01-23Docs: Add mention of `gtest_recreate_environments_when_repeating`kaswhy
2024-01-22Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and...Copybara-Service
2024-01-22googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe...Dino Radakovic
2024-01-18If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag libraryAbseil Team
2024-01-16Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEMAbseil Team
2024-01-16Do not emit stack traces for messages generated by GTEST_SKIP()Abseil Team
2024-01-12Docs: add conditions for calling SetUp and TearDown()kaswhy
2024-01-10only apply -lregex for qnx710 and newerMichael Leslie
2024-01-09Update CI builds to use Bazel 7.0.0Derek Mauro
2024-01-09Add a note about argv requiring NULL termination.Abseil Team
2024-01-09Disable -Wfloat-equal in AppropriateResolution().Krzysztof KosiƄski
2023-12-29Docs: add conditions for calling TearDown()kaswhy
2023-12-28Accept move-only callables in `InvokeArguments`Abseil Team
2023-12-22Minor documentation correction.Abseil Team
2023-12-19Fix broken links in primer.mdDerek Mauro
2023-12-18Fix data race in leak detectionAbseil Team
2023-12-12Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT`Abseil Team
2023-12-11Remove unnecessary conversionTom Hughes
2023-12-04Merge pull request #4426 from tamaskenez:cmake_external_absl_re2Copybara-Service
2023-12-04Skip find_package(Python3) when not building testsDerek Mauro
2023-12-01Allow using external absl and re2.Tamas Kenez
2023-11-27Implement `testing::Rethrow` to throw exceptions more easily via `std::except...Abseil Team
2023-10-30Merge pull request #4397 from botovq:raiseCopybara-Service
2023-10-26Export gmock-spec-builders.Abseil Team
2023-10-25Add missing include for raise(3)Theo Buehler
2023-10-23StartsWith: Explicitly construct matcher-typed strings from matchee parameterDino Radakovic
2023-10-19Improve error message for invalid parameterized test names.Abseil Team
2023-10-17s/::testing::/testing::/ in test documentation outside of using statements to...Abseil Team
2023-10-17gtest-death-test-internal: Delete obsolete string constantsDino Radakovic
2023-10-05Fix RE::Init for Android and NetBSD.Abseil Team
2023-10-03gmock_cook_book: Document `DoAll`'s return type requirementDino Radakovic
2023-10-02Merge pull request #4382 from idzm:fix_cmake_commentsCopybara-Service
2023-09-29cmake: Fix comments in cmake filesDzmitry Ivaniuk
2023-09-25Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...Abseil Team
2023-09-25Merge pull request #4374 from masbug:mainCopybara-Service
2023-09-22Update C++ feature detection in `gtest-port.h` to rely on feature test macros...Abseil Team
2023-09-21Use `absl::HasAbslStringify`, instead of the internal version.Abseil Team
2023-09-21googletest: Update absl to version with HasAbslStringifyDino Radakovic
2023-09-21Fix compile warnings in gmock-function-mocker.hMitja Spes
2023-09-18Update code with IWYU annotations.Abseil Team
2023-09-18Use the `empty()` method to check for emptiness instead of `length()`Abseil Team
2023-09-14GoogleTest FAQ: minor punctuation fixesMichael Hirshleifer