summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Expand)AuthorAgeFilesLines
* Googletest exportAbseil Team2020-08-124-0/+8
* Merge pull request #2972 from srz-zumix:fix/remove_legacy_testcase_api_Derek Mauro2020-08-075-25/+37
|\
| * fix endif commentrefs/pull/2972/headsrz_zumix2020-08-051-1/+1
| * fix testssrz_zumix2020-08-024-12/+24
| * fix GTEST_REMOVE_LEGACY_TEST_CASEAPI_ typorefs/pull/2960/headsrz_zumix2020-07-281-8/+8
* | Merge pull request #2952 from jasjuang:masterMark Barolak2020-07-311-1/+1
|\ \
| * | fix clang tidy modernize-use-equals-default warningsrefs/pull/2952/headjasjuang2020-07-191-1/+1
| |/
* | Merge pull request #2920 from ongjunjie:fix-death-test-regexMark Barolak2020-07-311-0/+4
|\ \
| * | Fix test failing when simple regex is usedrefs/pull/2920/headJun Jie2020-07-021-0/+4
* | | Googletest exportAbseil Team2020-07-291-9/+5
| |/ |/|
* | Merge pull request #2937 from Ashikpaul:patch-1vslashg2020-07-151-5/+5
|\ \
| * | Fixed some minor typosrefs/pull/2937/headAshik Paul2020-07-111-5/+5
* | | Merge pull request #2903 from AmatanHead:informative-exception-assertsvslashg2020-07-152-41/+123
|\ \ \ | |/ / |/| |
| * | Make EXPECT_THROW and EXPECT_NO_THROW macros more informativeVladimir Goncharov2020-06-202-14/+76
* | | Googletest exportAbseil Team2020-07-091-2/+2
* | | Merge pull request #2872 from elindsey:masterGennadiy Rozental2020-07-091-3/+4
|\ \ \
| * | | fix compilation on OpenBSD 6.7refs/pull/2872/headEli Lindsey2020-05-301-3/+4
* | | | use target_compile_features to use c++11 if cmake > 3.8refs/pull/2808/headOlivier Ldff2020-07-021-0/+4
| |_|/ |/| |
* | | Googletest exportAbseil Team2020-06-261-16/+17
* | | Googletest exportAbseil Team2020-06-261-0/+5
* | | Merge pull request #2718 from NINI1988:masterMark Barolak2020-06-265-12/+194
|\ \ \
| * | | Add missing call for gtest_list_output_unittest_ unitTest.refs/pull/2718/headNINI19882020-02-215-12/+189
| * | | Fix: shadow memberNINI19882020-02-181-2/+2
| * | | Add correct line number to TEST_P test cases for gtest_output.NINI19882020-02-182-6/+8
* | | | Merge pull request #2891 from zoddicus:fixMinGWMark Barolak2020-06-261-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix build issue for MinGWrefs/pull/2891/headRyan Harrison2020-06-101-1/+1
* | | | Googletest exportAbseil Team2020-06-182-16/+16
* | | | Googletest exportdmauro2020-06-122-0/+70
* | | | Googletest exportAbseil Team2020-06-101-6/+12
* | | | Googletest exportAbseil Team2020-06-101-1/+2
* | | | Googletest exportAbseil Team2020-06-102-8/+20
* | | | Googletest exportdmauro2020-06-101-1/+2
|/ / /
* | | Googletest exportdmauro2020-06-053-0/+117
* | | Merge pull request #2742 from kuzkry:c++17-type-printersGennadiy Rozental2020-06-054-39/+208
|\ \ \
| * | | make UniversalPrinter<std::any> support RTTIrefs/pull/2742/headKrystian Kuzniarek2020-05-293-23/+46
| * | | specialize UniversalPrinter<> for std::any (without support for RTTI)Krystian Kuzniarek2020-05-293-0/+71
| * | | specialize UniversalPrinter<> for std::optionalKrystian Kuzniarek2020-05-293-13/+42
| * | | specialize UniversalPrinter<> for std::variantKrystian Kuzniarek2020-05-293-12/+55
* | | | Merge pull request #2755 from Conan-Kudo:set-version-for-libsGennadiy Rozental2020-06-031-0/+2
|\ \ \ \
| * | | | Set the version for the librariesrefs/pull/2755/headNeal Gompa2020-03-211-0/+2
* | | | | Googletest exportAbseil Team2020-06-031-3/+3
| |_|_|/ |/| | |
* | | | Googletest exportdmauro2020-05-281-1/+2
* | | | Googletest exportAbseil Team2020-05-281-3/+3
* | | | Merge pull request #2767 from mvoorsluys:OutputXmlSkippedDerek Mauro2020-05-286-36/+109
|\ \ \ \
| * | | | Fix test with stack.refs/pull/2767/headMario Voorsluys2020-04-221-3/+3
| * | | | Fixed xml unit-tests and added extra testsMario Voorsluys2020-03-265-30/+76
| * | | | Fix multiple \n characters in xml file when using GTEST_SKIP.Mario Voorsluys2020-03-261-2/+4
| * | | | Only write ">\n" once when there is failure and skipped tests.Mario Voorsluys2020-03-261-2/+2
| * | | | Output skipped information in the xml file.Mario Voorsluys2020-03-261-3/+22
* | | | | Merge pull request #2862 from prehistoric-penguin:prehistoric-penguin-patch-1Derek Mauro2020-05-281-11/+1
|\ \ \ \ \