4362 Commits (64be1c79fa2cea015d816687120878a110775351)
 

Author SHA1 Message Date
Abseil Team 64be1c79fa Destroy installed environments in normal code, not in static teardown. 9 months ago
Copybara-Service 48729681ad Merge pull request #4458 from kaswhy:patch-1 9 months ago
Abseil Team 456574145c Modifications to improve portability of googletest tests. 10 months ago
Soyeon Kim 3cb7ce90b3
Add myself to Contributors 10 months ago
Abseil Team 6fdb4c303f Do not emit stack traces for messages generated by SUCCEED() 10 months ago
Copybara-Service fc0076ffc4 Merge pull request #4435 from kaswhy:main 10 months ago
Derek Mauro 6a5938233b Add support for Bzlmod for the next release 10 months ago
Abseil Team 563ebf1769 Fix double-promotion warnings in AppropriateResolution() 10 months ago
kaswhy 1cab76c7b8 Docs: Add mention of `gtest_recreate_environments_when_repeating` 10 months ago
Copybara-Service bd30c39d61 Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and_newer 10 months ago
Dino Radakovic ffc477e705 googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRegisterTestInfo` 10 months ago
Abseil Team 96cd50c082 If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag library 10 months ago
Abseil Team f6f920d2ba Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEM 10 months ago
Abseil Team cfe5076a8b Do not emit stack traces for messages generated by GTEST_SKIP() 10 months ago
kaswhy 778badf63a Docs: add conditions for calling SetUp and TearDown() 10 months ago
Michael Leslie f57505314b only apply -lregex for qnx710 and newer 10 months ago
Derek Mauro 7c07a86369 Update CI builds to use Bazel 7.0.0 10 months ago
Abseil Team 7f409cb3c0 Add a note about argv requiring NULL termination. 10 months ago
Krzysztof Kosiński 3b26f7e53b Disable -Wfloat-equal in AppropriateResolution(). 10 months ago
kaswhy dda72ef321 Docs: add conditions for calling TearDown() 11 months ago
Abseil Team dddb219c3e Accept move-only callables in `InvokeArguments` 11 months ago
Abseil Team 96eadf659f Minor documentation correction. 11 months ago
Derek Mauro cde9a745a6 Fix broken links in primer.md 11 months ago
Abseil Team 8495449f07 Fix data race in leak detection 11 months ago
Abseil Team 530d5c8c84 Add `FAIL_AT` macro variant of `FAIL` matching `ADD_FAILURE`, `ADD_FAILURE_AT` 11 months ago
Tom Hughes eb80f759d5 Remove unnecessary conversion 11 months ago
Copybara-Service b3a9ba2b8e Merge pull request #4426 from tamaskenez:cmake_external_absl_re2 12 months ago
Derek Mauro 8760db154a Skip find_package(Python3) when not building tests 12 months ago
Tamas Kenez 48b373f6e0 Allow using external absl and re2. 12 months ago
Abseil Team 76bb2afb8b Implement `testing::Rethrow` to throw exceptions more easily via `std::exception_ptr` 12 months ago
Copybara-Service b10fad38c4 Merge pull request #4397 from botovq:raise 1 year ago
Abseil Team 5b7fd63d6d Export gmock-spec-builders. 1 year ago
Theo Buehler 7f036c5563 Add missing include for raise(3) 1 year ago
Dino Radakovic 518387203b StartsWith: Explicitly construct matcher-typed strings from matchee parameter 1 year ago
Abseil Team 116b7e5528 Improve error message for invalid parameterized test names. 1 year ago
Abseil Team 9bb354fa83 s/::testing::/testing::/ in test documentation outside of using statements to align with best practice 1 year ago
Dino Radakovic 829c19901d gtest-death-test-internal: Delete obsolete string constants 1 year ago
Abseil Team 2dd1c13195 Fix RE::Init for Android and NetBSD. 1 year ago
Dino Radakovic beb552fb47 gmock_cook_book: Document `DoAll`'s return type requirement 1 year ago
Copybara-Service a6d7fa8c0c Merge pull request #4382 from idzm:fix_cmake_comments 1 year ago
Dzmitry Ivaniuk 2d09ed35cf cmake: Fix comments in cmake files 1 year ago
Abseil Team e47544ad31 Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINKED_AS_SHARED_LIBRARY` with shared libraries in GoogleTest 1 year ago
Copybara-Service 5bd0f08e0d Merge pull request #4374 from masbug:main 1 year ago
Abseil Team e40661d89b Update C++ feature detection in `gtest-port.h` to rely on feature test macros where possible. 1 year ago
Abseil Team 80306a7b5e Use `absl::HasAbslStringify`, instead of the internal version. 1 year ago
Dino Radakovic 167a2255ae googletest: Update absl to version with HasAbslStringify 1 year ago
Mitja Spes e27b194c27 Fix compile warnings in gmock-function-mocker.h 1 year ago
Abseil Team adc5145386 Update code with IWYU annotations. 1 year ago
Abseil Team 8be20cce69 Use the `empty()` method to check for emptiness instead of `length()` 1 year ago
Michael Hirshleifer d1467f5813 GoogleTest FAQ: minor punctuation fixes 1 year ago