summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-3017-149/+72
* Use explicit short to fix MSVC compiler warningTom Hughes2023-01-301-4/+4
* Merge pull request #4115 from SunBlack:codespellCopybara-Service2023-01-301-2/+2
|\
| * Fix typos found by codespellrefs/pull/4115/headSunBlack2023-01-041-2/+2
* | Test current behavior of doubles and floats in RecordPropertyTom Hughes2023-01-273-4/+21
* | Fix formatting in Python filesTom Hughes2023-01-265-84/+158
* | Fix Python docstrings to match style guideTom Hughes2023-01-267-33/+88
* | Make document and example code more clear in the caveat section for potential...Abseil Team2023-01-261-5/+11
* | Use more specific assertLess instead of assertTrueTom Hughes2023-01-251-2/+1
* | Fix pylint warningTom Hughes2023-01-251-15/+23
* | Remove pylint disable comments that no longer trigger warningsTom Hughes2023-01-253-12/+3
* | Mention `DescribeMatcher` in matchers.mdAbseil Team2023-01-251-0/+12
* | Fix formatting in subset of Python filesTom Hughes2023-01-2524-1349/+1481
* | Replace numeric lints with their string equivalentTom Hughes2023-01-252-6/+6
* | Fix formatting of C++ filesTom Hughes2023-01-2415-85/+84
* | Fix formatting of Markdown filesTom Hughes2023-01-242-15/+39
* | Remove FloatingPoint::Max() in favor of std::numeric_limits::max()Derek Mauro2023-01-242-15/+3
* | Mention using MockFunction as a way to mock free functions.Abseil Team2023-01-181-0/+4
* | Replace deprecated python callsTom Hughes2023-01-1715-186/+272
* | Announce that GitHub actions are not GoogleTest's canonical CIDino Radakovic2023-01-171-0/+7
* | Fix -Wimplicit-int-float-conversion warningTom Hughes2023-01-171-2/+8
* | Update documentation for v1.13.0Derek Mauro2023-01-172-6/+5
* | 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.refs/pull/4082/headAbseil 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-061-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 docsrefs/pull/4066/headDenis 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