| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Make sure that current_test_suite and current_test_info are mutex-protected w... | Abseil Team | 2024-02-27 | 3 | -30/+59 |
|/ / / |
|
* | | | Revert incorrect update. | Abseil Team | 2024-02-22 | 1 | -2/+2 |
|
|
* | | | Rollback https://github.com/google/googletest/commit/9756ee7cbaef1b6652065616... | Derek Mauro | 2024-02-21 | 1 | -17/+0 |
|
|
* | | | gtest.h: add IWYU export pragmas | Abseil Team | 2024-02-15 | 1 | -10/+10 |
|
|
* | | | Support Fuchsia target builds. | Abseil Team | 2024-02-14 | 1 | -0/+17 |
|
|
* | | | Add anchor for expectation ordering note | Abseil Team | 2024-02-13 | 1 | -0/+2 |
|/ / |
|
* | | Switch rank structs to be consistent with written guidance in go/ranked-overl... | Matt Kulukundis | 2024-02-07 | 1 | -11/+12 |
|
|
* | | Use _Exit instead of _exit in GoogleTest | Abseil Team | 2024-02-07 | 4 | -45/+49 |
|
|
* | | Destroy installed environments in normal code, not in static teardown. | Abseil Team | 2024-02-07 | 4 | -51/+67 |
|
|
* | | Merge pull request #4458 from kaswhy:patch-1 | Copybara-Service | 2024-02-05 | 1 | -0/+1 |
|\ \ |
|
| * | | Add myself to Contributorsrefs/pull/4458/head | Soyeon Kim | 2024-01-31 | 1 | -0/+1 |
|
|
* | | | Modifications to improve portability of googletest tests. | Abseil Team | 2024-01-31 | 2 | -5/+12 |
|/ / |
|
* | | Do not emit stack traces for messages generated by SUCCEED() | Abseil Team | 2024-01-30 | 2 | -8/+14 |
|
|
* | | Merge pull request #4435 from kaswhy:main | Copybara-Service | 2024-01-29 | 1 | -5/+15 |
|\ \ |
|
| * | | Docs: Add mention of `gtest_recreate_environments_when_repeating`refs/pull/4435/head | kaswhy | 2024-01-23 | 1 | -11/+13 |
|
|
| * | | Docs: add conditions for calling SetUp and TearDown() | kaswhy | 2024-01-11 | 1 | -8/+12 |
|
|
| * | | Docs: add conditions for calling TearDown() | kaswhy | 2023-12-28 | 1 | -3/+6 |
|
|
* | | | Add support for Bzlmod for the next release | Derek Mauro | 2024-01-25 | 8 | -22/+122 |
|
|
* | | | Fix double-promotion warnings in AppropriateResolution() | Abseil Team | 2024-01-23 | 1 | -21/+28 |
|
|
* | | | Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and... | Copybara-Service | 2024-01-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | only apply -lregex for qnx710 and newerrefs/pull/4444/head | Michael Leslie | 2024-01-10 | 1 | -1/+1 |
|
|
* | | | | googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRe... | Dino Radakovic | 2024-01-22 | 1 | -1/+1 |
|
|
* | | | | If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag library | Abseil Team | 2024-01-18 | 2 | -6/+14 |
|
|
* | | | | Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEM | Abseil Team | 2024-01-16 | 2 | -6/+11 |
|
|
* | | | | Do not emit stack traces for messages generated by GTEST_SKIP() | Abseil Team | 2024-01-16 | 3 | -8/+15 |
|/ / / |
|
* | | | Update CI builds to use Bazel 7.0.0 | Derek Mauro | 2024-01-09 | 3 | -7/+5 |
|
|
* | | | Add a note about argv requiring NULL termination. | Abseil Team | 2024-01-09 | 1 | -1/+3 |
|
|
* | | | Disable -Wfloat-equal in AppropriateResolution(). | Krzysztof KosiĆski | 2024-01-09 | 1 | -0/+7 |
|/ / |
|
* | | Accept move-only callables in `InvokeArguments` | Abseil Team | 2023-12-28 | 2 | -2/+14 |
|
|
* | | Minor documentation correction. | Abseil Team | 2023-12-22 | 1 | -2/+2 |
|
|
* | | Fix broken links in primer.md | Derek Mauro | 2023-12-19 | 1 | -2/+2 |
|
|
* | | Fix data race in leak detection | Abseil Team | 2023-12-18 | 1 | -0/+1 |
|
|
* | | Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT` | Abseil Team | 2023-12-13 | 1 | -0/+1 |
|
|
* | | Remove unnecessary conversion | Tom Hughes | 2023-12-12 | 1 | -2/+2 |
|
|
* | | Merge pull request #4426 from tamaskenez:cmake_external_absl_re2 | Copybara-Service | 2023-12-04 | 2 | -0/+13 |
|\ \ |
|
| * | | Allow using external absl and re2.refs/pull/4426/head | Tamas Kenez | 2023-12-01 | 2 | -0/+13 |
|
|
* | | | Skip find_package(Python3) when not building tests | Derek Mauro | 2023-12-04 | 1 | -1/+3 |
|/ / |
|
* | | Implement `testing::Rethrow` to throw exceptions more easily via `std::except... | Abseil Team | 2023-11-27 | 2 | -3/+30 |
|
|
* | | Merge pull request #4397 from botovq:raise | Copybara-Service | 2023-10-30 | 1 | -0/+1 |
|\ \ |
|
| * | | Add missing include for raise(3)refs/pull/4397/head | Theo Buehler | 2023-10-25 | 1 | -0/+1 |
|
|
* | | | Export gmock-spec-builders. | Abseil Team | 2023-10-26 | 1 | -0/+1 |
|/ / |
|
* | | StartsWith: Explicitly construct matcher-typed strings from matchee parameterrefs/pull/4398/head | Dino Radakovic | 2023-10-23 | 2 | -2/+11 |
|
|
* | | Improve error message for invalid parameterized test names. | Abseil Team | 2023-10-19 | 1 | -2/+2 |
|
|
* | | s/::testing::/testing::/ in test documentation outside of using statements to... | Abseil Team | 2023-10-18 | 1 | -7/+7 |
|
|
* | | gtest-death-test-internal: Delete obsolete string constants | Dino Radakovic | 2023-10-17 | 1 | -3/+1 |
|
|
* | | Fix RE::Init for Android and NetBSD. | Abseil Team | 2023-10-05 | 2 | -4/+15 |
|
|
* | | gmock_cook_book: Document `DoAll`'s return type requirement | Dino Radakovic | 2023-10-03 | 1 | -0/+6 |
|
|
* | | Merge pull request #4382 from idzm:fix_cmake_comments | Copybara-Service | 2023-10-02 | 4 | -42/+42 |
|\ \ |
|
| * | | cmake: Fix comments in cmake filesrefs/pull/4382/head | Dzmitry Ivaniuk | 2023-09-29 | 4 | -43/+42 |
|/ / |
|
* | | Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK... | Abseil Team | 2023-09-25 | 1 | -2/+2 |
|
|