aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-24Upgrade googletest to 563ebf1769af08d448765c31064260e1a16fcced am: 05911fd931HEADndk-r27-releasemastermainemu-34-2-devElliott Hughes
2024-01-23Upgrade googletest to 563ebf1769af08d448765c31064260e1a16fccedemu-34-3-releaseElliott Hughes
2024-01-23Fix double-promotion warnings in AppropriateResolution()Abseil Team
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-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-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-30Upgrade googletest to most recent upstream version. am: a00801a508 am: 1fe559...Krzysztof Kosiński
2023-09-30Upgrade googletest to most recent upstream version. am: a00801a508 am: 1fe559...Krzysztof Kosiński
2023-09-30Upgrade googletest to most recent upstream version. am: a00801a508 am: 1fe559...Krzysztof Kosiński
2023-09-29Upgrade googletest to most recent upstream version. am: a00801a508 am: 1fe559...Krzysztof Kosiński
2023-09-29Upgrade googletest to most recent upstream version. am: a00801a508Krzysztof Kosiński
2023-09-29cmake: Fix comments in cmake filesDzmitry Ivaniuk
2023-09-28Upgrade googletest to most recent upstream version.Krzysztof Kosiński
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
2023-09-14Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `Protoco...Michael Hirshleifer
2023-09-13Merge pull request #4342 from tanzislam:prefer-tmpdir-on-androidCopybara-Service