summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.13.0 in preparation for releasev1.13.0-prev1.13.0v1.13.xDerek Mauro2023-01-171-1/+1
* gmock_output_test: normalize golden file output to unix line endingsAbseil Team2023-01-171-0/+3
* Fix -Wshadow warningsTom Hughes2023-01-121-2/+2
* Add an explicit #error that C++ versions less than C++14 are not supportedDerek Mauro2023-01-121-0/+13
* Update GoogleTest dependenciesDerek Mauro2023-01-111-24/+20
* Fix GTEST_OS_ESP8266 checkTom Hughes2023-01-051-1/+1
* IWYU: Add missing std includesTom Hughes2023-01-0522-0/+38
* Workaround for GCC12 bug illustrated by https://godbolt.org/z/Pe5aE59xGDerek Mauro2023-01-041-1/+2
* Fix _MSC_VER checkTom Hughes2023-01-041-1/+1
* Use a more recent commit of googletest that uses OS constraints fromAbseil Team2022-12-221-7/+6
* Fix a typo in the documentation for "Using Predicates as Matchers".Abseil Team2022-12-201-1/+1
* Comment that q0_ in primer should remain emptyDino Radakovic2022-12-201-0/+1
* Specify a name for a `Property` in a code example.Abseil Team2022-12-191-1/+1
* Shut up a Clang warning.Abseil Team2022-12-151-1/+6
* Fix a typo in the gMock sample code for Defining a Custom Matcher Class.Abseil Team2022-12-141-1/+1
* Convert feature requests to a formDerek Mauro2022-12-122-24/+33
* Refactor matrix verification into VerifyMatchMatrix.Abseil Team2022-12-122-17/+17
* Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...Abseil Team2022-12-125-40/+115
* Fall back to the system clock when building with newlib on a system without a...Tom Hughes2022-12-081-3/+10
* Migrate GoogleTest to a bug report template and add a link to the discussionDerek Mauro2022-12-073-43/+57
* Remove the unused class TestNameIsDerek Mauro2022-12-051-31/+0
* Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team2022-11-302-4/+4
* Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team2022-11-295-3/+59
* This commit fixes a minor verb conjugation error in gmock_cook_book.md.Abseil Team2022-11-231-1/+1
* Merge pull request #4066 from zloylos:doc/make_uniqCopybara-Service2022-11-212-5/+5
|\
| * Change MakeUnique -> std::make_unique in docsDenis Hananein2022-11-202-5/+5
|/
* When printing floating-point numbers, print full precision by default.Abseil Team2022-11-162-1/+84
* Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.Abseil Team2022-11-154-15/+7
* Merge pull request #4058 from zloylos:support-kitty-termCopybara-Service2022-11-143-9/+14
|\
| * Support kitty TERMDenis Hananein2022-11-103-0/+5
* | Merge pull request #4060 from RerEngineer:mainCopybara-Service2022-11-141-3/+3
|\ \
| * | (no commit message)RerEngineer2022-11-120-0/+0
| * | fixing gcc.gnu domain redirectionRerEngineer2022-11-121-1/+1
|/ /
* | Defined a testing::SrcDir() function that returns the name of a directoryAbseil Team2022-11-113-11/+140
* | Merge pull request #4039 from zloylos:fix-return-fail-at-4038Copybara-Service2022-11-101-3/+3
|\ \
| * | Add return for GTEST_FAIL_ATDenis Hananein2022-10-161-2/+2
* | | Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.Abseil Team2022-11-081-1/+1
* | | RecordProperty serializes ints and 64-bit ints, including size_tsAbseil Team2022-11-073-8/+9
* | | Fix typo in documentation of ConvertGenerator()Abseil Team2022-11-051-1/+1
* | | Add documentation for `--gunit_recreate_environments_when_repeating`.Abseil Team2022-11-031-2/+6
* | | Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service2022-10-253-11/+48
|\ \ \
| * | | Fix format without expectation nameDenis Hananein2022-10-211-2/+2
| * | | Change messagesDenis Hananein2022-10-212-10/+9
| * | | Allow naming expectations #3970Denis Hananein2022-10-202-4/+29
| | |/ | |/|
* | | Use git commit hash in CMake quickstartDino Radakovic2022-10-251-3/+2
* | | Clarify that parameter generator does not evaluate immediatelyAbseil Team2022-10-241-0/+5
|/ /
* | Merge pull request #4036 from zloylos:fix-output-json-3884Copybara-Service2022-10-191-0/+3
|\ \
| * | Fix JSON output format #3884Denis Hananein2022-10-111-0/+3
* | | CMake: Add GTEST_HAS_ABSL build option for using AbslAbseil Team2022-10-182-0/+17
* | | Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-183-18/+85