4056 Commits (d454936a0c0ee999a3512d2494f06f888532fc45)
 

Author SHA1 Message Date
Derek Mauro d454936a0c Migrate GoogleTest to a bug report template and add a link to the discussion 2 years ago
Derek Mauro 97459e54ec Remove the unused class TestNameIs 2 years ago
Abseil Team 1f643f71d4 Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface. 2 years ago
Abseil Team a16bfcfda1 Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigger via `MOCK_METHOD()` and `EXPECT_THAT()` macros. 2 years ago
Abseil Team e68764c147 This commit fixes a minor verb conjugation error in gmock_cook_book.md. 2 years ago
Copybara-Service 519beb0e52 Merge pull request #4066 from zloylos:doc/make_uniq 2 years ago
Denis Hananein 834698cc9b Change MakeUnique -> std::make_unique in docs 2 years ago
Abseil Team 9c332145b7 When printing floating-point numbers, print full precision by default. 2 years ago
Abseil Team 4408a0288b Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes. 2 years ago
Copybara-Service 0e6aac2571 Merge pull request #4058 from zloylos:support-kitty-term 2 years ago
Copybara-Service 42c6f57f3c Merge pull request #4060 from RerEngineer:main 2 years ago
RerEngineer 148ab827ca 2 years ago
RerEngineer 9c990a7b1e fixing gcc.gnu domain redirection 2 years ago
Abseil Team 912db74253 Defined a testing::SrcDir() function that returns the name of a directory 2 years ago
Denis Hananein 4b7f9453c5 Support kitty TERM 2 years ago
Copybara-Service 44c03643cf Merge pull request #4039 from zloylos:fix-return-fail-at-4038 2 years ago
Abseil Team 6b63c98ac4 Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class. 2 years ago
Abseil Team 386c7665f5 RecordProperty serializes ints and 64-bit ints, including size_ts 2 years ago
Abseil Team a4f02ef389 Fix typo in documentation of ConvertGenerator() 2 years ago
Abseil Team 66366cea56 Add documentation for `--gunit_recreate_environments_when_repeating`. 2 years ago
Copybara-Service 3026483ae5 Merge pull request #4041 from zloylos:allow-naming-expectations 2 years ago
Dino Radakovic 90171d1061 Use git commit hash in CMake quickstart 2 years ago
Abseil Team 03597a01ee Clarify that parameter generator does not evaluate immediately 2 years ago
Denis Hananein 09e1c64f86 Fix format without expectation name 2 years ago
Denis Hananein 0d26378919 Change messages 2 years ago
Denis Hananein f3eb2b7e38 Allow naming expectations #3970 2 years ago
Copybara-Service e07617d6c6 Merge pull request #4036 from zloylos:fix-output-json-3884 2 years ago
Abseil Team 6bad847991 CMake: Add GTEST_HAS_ABSL build option for using Absl 2 years ago
Abseil Team f372c76026 Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRootDirectory() in GoogleTest 2 years ago
Derek Mauro 26d3ab5442 Fix detection of the no_sanitize("hwaddress") attribute 2 years ago
Copybara-Service 6d71d901e1 Merge pull request #4037 from KloolK:patch-1 2 years ago
Dino Radakovic 88c59752c0 Add Windows CI script 2 years ago
Denis Hananein 6f149520a1 Add return for GTEST_FAIL_AT 2 years ago
Derek Mauro a9b2f0495c Use attribute testing to simplify portable attribute macros 2 years ago
Abseil Team 137b6e2770 Terse printing of std::reference_wrapper hides pointer 2 years ago
Jan a41c3d0fb8
Fix table markup in testing.md 2 years ago
Copybara-Service 67174c7675 Merge pull request #4035 from Vertexwahn:update-deps 2 years ago
Abseil Team d29b143bda Workaround for Visual C++ error C2039 with std::tuple_element_t. 2 years ago
Denis Hananein 1d505b8e40 Fix JSON output format #3884 2 years ago
Copybara-Service d9bb8412d6 Merge pull request #4032 from Ferenc-:suggest-fixed-version 2 years ago
Ferenc Géczi 671cfb7dbf Suggests a release with fixed CMakeLists.txt 2 years ago
Vertexwahn 0231584a60 Update rules_python, bazel_skylib and platfroms 2 years ago
Abseil Team 9fbb657503 Update the POSIX Extended section of the Regular Expression Wikipedia page 2 years ago
Abseil Team 67e264834a [fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 arch 2 years ago
Abseil Team 08935483cb Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT builds, as one would already expect from MSVC builds. (Previously, static Clang/Ninja builds on Windows also implicitly defined _DLL, which was problematic.) 2 years ago
Copybara-Service 4052e05c29 Merge pull request #4020 from cclauss:patch-1 2 years ago
Copybara-Service 8c4dc11539 Merge pull request #3967 from BMBurstein:custom_type_combine 2 years ago
Abseil Team 93f08be653 Uses a simpler mechanism to disable the copying of GoogleTest test suites, to move code out of the TEST_P macro. 2 years ago
Baruch 79d0399dba
Merge branch 'google:main' into custom_type_combine 2 years ago
Abseil Team d1a0039b97 Rollback: Moves boilerplate disabling copy constructor/assignment from GoogleTest's TEST_P macro into a header file to avoid triggering warnings in user code. 2 years ago