summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Internal Code ChangeAbseil Team2023-03-033-3/+3
* Merge pull request #4158 from VuPhamVan:mainCopybara-Service2023-02-281-1/+1
|\
| * Fix typorefs/pull/4158/headVũ Phạm2023-02-191-1/+1
* | Rephrase the description of TEST_F() arguments for clarity.Abseil Team2023-02-281-4/+4
* | Eliminate argv list action parameter.Abseil Team2023-02-282-6/+5
* | Merge pull request #4164 from sergio-nsk:patch-2Copybara-Service2023-02-271-0/+4
|\ \
| * | Fix error in_death_test_child_process: undeclared identifierrefs/pull/4164/headSergey2023-02-211-0/+3
* | | Reorder printers list.Phoebe Liang2023-02-271-2/+3
* | | Merge pull request #4143 from iwsfutcmd:patch-1Copybara-Service2023-02-271-0/+1
|\ \ \
| * | | Update testing.mdrefs/pull/4143/headBen Yang2023-02-021-0/+1
* | | | Reformat to current g3doc style guide. No content changes.Abseil Team2023-02-271-11/+11
* | | | Add `const` qualifier to `gtest_sentinel` which doesn't change.Abseil Team2023-02-241-1/+1
* | | | Added a missing semicolon for GTEST_FLAG_SET code snippet.Abseil Team2023-02-231-1/+1
* | | | Avoid redundant declaration of static constexpr members in c++17Dino Radakovic2023-02-222-0/+7
* | | | Update googletest's test docker containersDino Radakovic2023-02-221-2/+2
| |/ / |/| |
* | | Remove int64_t cast in RecordPropertyTom Hughes2023-02-214-14/+12
| |/ |/|
* | 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