summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move transitive dependencies of googletest to googletest_deps.bzl to allow ot...Deanna Garcia2023-03-162-16/+25
* Internal Code ChangeAbseil Team2023-03-111-0/+1
* [gtest] Drop custom-rolled heterogeneous comparator functors in favor of C++ ...Lawrence Wolf-Sonkin2023-03-102-55/+23
* Apply clang-tidy fixesAbseil Team2023-03-092-4/+5
* Add a comment to clarify Fuchsia process launcher requirement.Abseil Team2023-03-081-0/+5
* Apply clang-tidy fixesAbseil Team2023-03-086-16/+3
* Add -Wundef to the CI scripts when building with BazelTom Hughes2023-03-072-0/+4
* Fix compilation of googletest-printers-test.cc when using -WundefTom Hughes2023-03-071-2/+4
* Suppress std::string DLL interface warning introduced in commit f063cd25c90cb...Abseil Team2023-03-071-1/+3
* Internal Code ChangeAbseil Team2023-03-071-1/+2
* Fix indentation syntax error in feature request issue templateDino Radakovic2023-03-061-3/+3
* Fix compilation with -Wundef.Tom Hughes2023-03-063-19/+23
* Always specify definitions for internal macrosTom Hughes2023-03-061-0/+20
* Remove GTEST_FOR_GOOGLE_ macroTom Hughes2023-03-061-4/+0
* Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"Tom Hughes2023-03-066-21/+22
* Use "#ifdef" with public macrosTom Hughes2023-03-0617-50/+50
* Only define GTEST_IS_THREADSAFE to 1, not 0Tom Hughes2023-03-061-2/+0
* Always specify definitions for internal macrosTom Hughes2023-03-061-3/+20
* Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-0627-263/+305
* 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