4406 Commits (2d684efe87cafde18d8ce096887db48c83abb73c)
 

Author SHA1 Message Date
Abseil Team 391ce627de Internal Code Change 2 years ago
Lawrence Wolf-Sonkin 038e392ebd [gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ standard ones 2 years ago
Sergey 2d3b36d40a Environment variables are accessible in UWP/WinRT apps 2 years ago
Abseil Team 50e07d1c92 Apply clang-tidy fixes 2 years ago
Abseil Team 48a1b11058 Add a comment to clarify Fuchsia process launcher requirement. 2 years ago
Abseil Team 82a570453c Apply clang-tidy fixes 2 years ago
Tom Hughes a798c2f102 Add -Wundef to the CI scripts when building with Bazel 2 years ago
Tom Hughes 678c1c73de Fix compilation of googletest-printers-test.cc when using -Wundef 2 years ago
Abseil Team cf4f4400db Suppress std::string DLL interface warning introduced in commit f063cd25c9 2 years ago
Abseil Team 1a727c27aa Internal Code Change 2 years ago
Alexander Nikforov 92f0d72507 __cpp_char8_t does not cover std::u8string implementation, but __cpp_lib_char8_t does 2 years ago
Dino Radakovic e1ee0fa3e1 Fix indentation syntax error in feature request issue template 2 years ago
Tom Hughes d92a270d2d Fix compilation with -Wundef. 2 years ago
Tom Hughes 2ddba26691 Always specify definitions for internal macros 2 years ago
Tom Hughes 0bdd45085a Remove GTEST_FOR_GOOGLE_ macro 2 years ago
Tom Hughes 16feffa8fa Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL" 2 years ago
Tom Hughes dc10c3b5e5 Use "#ifdef" with public macros 2 years ago
Tom Hughes 7b1ced0682 Only define GTEST_IS_THREADSAFE to 1, not 0 2 years ago
Tom Hughes a08c03c5f5 Always specify definitions for internal macros 2 years ago
Tom Hughes 23142843f7 Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..." 2 years ago
Abseil Team cead3d57c9 Internal Code Change 2 years ago
Copybara-Service 2d4f208765 Merge pull request #4158 from VuPhamVan:main 2 years ago
Abseil Team 555486f408 Rephrase the description of TEST_F() arguments for clarity. 2 years ago
Yonggang Luo 6f1c4b3d7b Fixes the test gmock_output_test.py with MSVC 2 years ago
Abseil Team 8aa75fa771 Eliminate argv list action parameter. 2 years ago
Copybara-Service c7d0bc8309 Merge pull request #4164 from sergio-nsk:patch-2 2 years ago
Phoebe Liang 6882aa0987 Reorder printers list. 2 years ago
Copybara-Service 2ce822ac55 Merge pull request #4143 from iwsfutcmd:patch-1 2 years ago
Abseil Team 95d8c7ac43 Reformat to current g3doc style guide. No content changes. 2 years ago
Abseil Team 3d787f5a0d Add `const` qualifier to `gtest_sentinel` which doesn't change. 2 years ago
Abseil Team d0ba3ccc76 Added a missing semicolon for GTEST_FLAG_SET code snippet. 2 years ago
Dino Radakovic 39a26e12d6 Avoid redundant declaration of static constexpr members in c++17 2 years ago
Dino Radakovic d9a4bbcaf2 Update googletest's test docker containers 2 years ago
Sergey 10493e3854
Fix error in_death_test_child_process: undeclared identifier 2 years ago
Tom Hughes 750d67d809 Remove int64_t cast in RecordProperty 2 years ago
Vũ Phạm 810fb81153
Fix typo 2 years ago
Darryl Pogue fe5b7ef71e
Set CMP0069 policy to avoid warnings 2 years ago
Abseil Team 7a7231c442 Fix link in ReportUninterestingCall message 2 years ago
Abseil Team f063cd25c9 Remove strdup usage 2 years ago
Abseil Team 2057566e4e Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM 2 years ago
Abseil Team b80a07ffe6 Avoid reliance on <any> header without RTTI on MSVC 2 years ago
Yonggang Luo 097f64e986 Revert "Fix gmock_output_test when using MSVC" 2 years ago
Tom Hughes b73f27fd16 Fix _MSC_VER check 2 years ago
Tom Hughes 0570e2d930 Remove GTEST_USES_PCRE references 2 years ago
Martijn Vels ee33b34bec Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilations 2 years ago
Abseil Team 3d568bdda5 Add support for the alternative base64 encoding in RFC 4648 section 5 to `WhenBase64Unescaped`. 2 years ago
Ben Yang 3f9c7fcaa3
Update testing.md 2 years ago
Tom Hughes 2f2e72bae9 Fix compiler flags in Linux presubmit 2 years ago
Tom Hughes deaf5615f1 Fix -Wsign-conversion warnings 2 years ago
Tom Hughes 4f7c63d991 Remove unneccessary "#if _MSC_VER" 2 years ago