aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-17Bump version to 1.13.0 in preparation for releasev1.13.0-prev1.13.0v1.13.xDerek Mauro1-1/+1
2023-01-17gmock_output_test: normalize golden file output to unix line endingsAbseil Team1-0/+3
2023-01-12Fix -Wshadow warningsTom Hughes1-2/+2
2023-01-12Add an explicit #error that C++ versions less than C++14 are not supportedDerek Mauro1-0/+13
2023-01-11Update GoogleTest dependenciesDerek Mauro1-24/+20
2023-01-05Fix GTEST_OS_ESP8266 checkTom Hughes1-1/+1
2023-01-05IWYU: Add missing std includesTom Hughes22-0/+38
2023-01-04Workaround for GCC12 bug illustrated by https://godbolt.org/z/Pe5aE59xGDerek Mauro1-1/+2
2023-01-04Fix _MSC_VER checkTom Hughes1-1/+1
2022-12-22Use a more recent commit of googletest that uses OS constraints fromAbseil Team1-7/+6
2022-12-20Fix a typo in the documentation for "Using Predicates as Matchers".Abseil Team1-1/+1
2022-12-20Comment that q0_ in primer should remain emptyDino Radakovic1-0/+1
2022-12-19Specify a name for a `Property` in a code example.Abseil Team1-1/+1
2022-12-15Shut up a Clang warning.Abseil Team1-1/+6
2022-12-14Fix a typo in the gMock sample code for Defining a Custom Matcher Class.Abseil Team1-1/+1
2022-12-12Convert feature requests to a formDerek Mauro2-24/+33
2022-12-12Refactor matrix verification into VerifyMatchMatrix.Abseil Team2-17/+17
2022-12-12Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...Abseil Team5-40/+115
2022-12-08Fall back to the system clock when building with newlib on a system without a...Tom Hughes1-3/+10
2022-12-07Migrate GoogleTest to a bug report template and add a link to the discussionDerek Mauro3-43/+57
2022-12-05Remove the unused class TestNameIsDerek Mauro1-31/+0
2022-11-30Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team2-4/+4
2022-11-29Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team5-3/+59
2022-11-23This commit fixes a minor verb conjugation error in gmock_cook_book.md.Abseil Team1-1/+1
2022-11-21Merge pull request #4066 from zloylos:doc/make_uniqCopybara-Service2-5/+5
2022-11-20Change MakeUnique -> std::make_unique in docsDenis Hananein2-5/+5
2022-11-16When printing floating-point numbers, print full precision by default.Abseil Team2-1/+84
2022-11-15Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team4-15/+7
2022-11-14Merge pull request #4058 from zloylos:support-kitty-termCopybara-Service3-9/+14
2022-11-14Merge pull request #4060 from RerEngineer:mainCopybara-Service1-3/+3
2022-11-12(no commit message)RerEngineer0-0/+0
2022-11-12fixing gcc.gnu domain redirectionRerEngineer1-1/+1
2022-11-11Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team3-11/+140
2022-11-10Support kitty TERMDenis Hananein3-0/+5
2022-11-10Merge pull request #4039 from zloylos:fix-return-fail-at-4038Copybara-Service1-3/+3
2022-11-08Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.Abseil Team1-1/+1
2022-11-07RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team3-8/+9
2022-11-05Fix typo in documentation of ConvertGenerator()Abseil Team1-1/+1
2022-11-03Add documentation for `--gunit_recreate_environments_when_repeating`.Abseil Team1-2/+6
2022-10-25Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service3-11/+48
2022-10-25Use git commit hash in CMake quickstartDino Radakovic1-3/+2
2022-10-24Clarify that parameter generator does not evaluate immediatelyAbseil Team1-0/+5
2022-10-21Fix format without expectation nameDenis Hananein1-2/+2
2022-10-21Change messagesDenis Hananein2-10/+9
2022-10-20Allow naming expectations #3970Denis Hananein2-4/+29
2022-10-19Merge pull request #4036 from zloylos:fix-output-json-3884Copybara-Service1-0/+3
2022-10-18CMake: Add GTEST_HAS_ABSL build option for using AbslAbseil Team2-0/+17
2022-10-18Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team3-18/+85
2022-10-17Fix detection of the no_sanitize("hwaddress") attributeDerek Mauro1-1/+12
2022-10-17Merge pull request #4037 from KloolK:patch-1Copybara-Service1-17/+8