summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typorefs/pull/4158/headVũ Phạm2023-02-191-1/+1
* Fix link in ReportUninterestingCall messageAbseil Team2023-02-163-6/+6
* Remove strdup usageAbseil Team2023-02-154-115/+54
* Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEMAbseil Team2023-02-142-1/+10
* Avoid reliance on <any> header without RTTI on MSVCAbseil Team2023-02-131-1/+2
* Fix _MSC_VER checkTom Hughes2023-02-081-1/+1
* Remove GTEST_USES_PCRE referencesTom Hughes2023-02-072-32/+2
* Fix GTEST_HAS_ABSL define check for [-Werror=undef] compilationsMartijn Vels2023-02-071-2/+2
* Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...Abseil Team2023-02-063-2/+10
* Fix compiler flags in Linux presubmitTom Hughes2023-02-021-1/+1
* Fix -Wsign-conversion warningsTom Hughes2023-02-025-16/+50
* Remove unneccessary "#if _MSC_VER"Tom Hughes2023-02-022-6/+2
* Add a trailing decimal point to FormatTimeInMillisAsSeconds() output when inputAbseil Team2023-02-024-5/+24
* Fix include orderTom Hughes2023-02-011-2/+2
* Remove GMOCK_RENAME_MAINTom Hughes2023-02-011-7/+0
* Build gmock Python tests when building with cmakeTom Hughes2023-02-011-2/+4
* Fix gmock_output_test when using MSVCTom Hughes2023-02-012-4/+9
* Fix sign conversion warning from clang:Tom Hughes2023-01-311-2/+3
* 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