4439 Commits (d144031940543e15423a25ae5a8a74141044862f)
 

Author SHA1 Message Date
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
Abseil Team 6f21175f57 Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when input 2 years ago
Tom Hughes ebedaa18c7 Fix include order 2 years ago
Tom Hughes 394a8a568c Remove GMOCK_RENAME_MAIN 2 years ago
Tom Hughes fd36851c8d Build gmock Python tests when building with cmake 2 years ago
Tom Hughes 0a3b403fe0 Fix gmock_output_test when using MSVC 2 years ago
Tom Hughes d9251171f5 Fix sign conversion warning from clang: 2 years ago
Tom Hughes 4fb7039fda Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings 2 years ago
Tom Hughes f1c05d4544 Use explicit short to fix MSVC compiler warning 2 years ago
Copybara-Service e3dbee4b35 Merge pull request #4115 from SunBlack:codespell 2 years ago
Tom Hughes b72202078d Test current behavior of doubles and floats in RecordProperty 2 years ago
Tom Hughes 403a968d3c Fix formatting in Python files 2 years ago
Tom Hughes 0194f90d0e Fix Python docstrings to match style guide 2 years ago
Abseil Team 4b4c56aff6 Make document and example code more clear in the caveat section for potential memory leak with `SetUpTestSuite`. 2 years ago
Tom Hughes b495f72f1f Use more specific assertLess instead of assertTrue 2 years ago
Tom Hughes f47d75faf3 Fix pylint warning 2 years ago
Tom Hughes 137dcd18cc Remove pylint disable comments that no longer trigger warnings 2 years ago
Abseil Team 643862d8ad Mention `DescribeMatcher` in matchers.md 2 years ago