Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | Abseil Team | 2020-07-29 | 1 | -9/+5 |
* | Merge pull request #2937 from Ashikpaul:patch-1 | vslashg | 2020-07-15 | 1 | -5/+5 |
|\ | |||||
| * | Fixed some minor typosrefs/pull/2937/head | Ashik Paul | 2020-07-11 | 1 | -5/+5 |
* | | Merge pull request #2903 from AmatanHead:informative-exception-asserts | vslashg | 2020-07-15 | 2 | -41/+123 |
|\ \ | |/ |/| | |||||
| * | Make EXPECT_THROW and EXPECT_NO_THROW macros more informative | Vladimir Goncharov | 2020-06-20 | 2 | -14/+76 |
* | | Googletest export | Abseil Team | 2020-07-09 | 1 | -2/+2 |
* | | Merge pull request #2872 from elindsey:master | Gennadiy Rozental | 2020-07-09 | 1 | -3/+4 |
|\ \ | |||||
| * | | fix compilation on OpenBSD 6.7refs/pull/2872/head | Eli Lindsey | 2020-05-30 | 1 | -3/+4 |
* | | | use target_compile_features to use c++11 if cmake > 3.8refs/pull/2808/head | Olivier Ldff | 2020-07-02 | 1 | -0/+4 |
* | | | Googletest export | Abseil Team | 2020-06-26 | 1 | -16/+17 |
* | | | Googletest export | Abseil Team | 2020-06-26 | 1 | -0/+5 |
* | | | Merge pull request #2718 from NINI1988:master | Mark Barolak | 2020-06-26 | 5 | -12/+194 |
|\ \ \ | |||||
| * | | | Add missing call for gtest_list_output_unittest_ unitTest.refs/pull/2718/head | NINI1988 | 2020-02-21 | 5 | -12/+189 |
| * | | | Fix: shadow member | NINI1988 | 2020-02-18 | 1 | -2/+2 |
| * | | | Add correct line number to TEST_P test cases for gtest_output. | NINI1988 | 2020-02-18 | 2 | -6/+8 |
* | | | | Merge pull request #2891 from zoddicus:fixMinGW | Mark Barolak | 2020-06-26 | 1 | -3/+3 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix build issue for MinGWrefs/pull/2891/head | Ryan Harrison | 2020-06-10 | 1 | -1/+1 |
* | | | | Googletest export | Abseil Team | 2020-06-18 | 2 | -16/+16 |
* | | | | Googletest export | dmauro | 2020-06-12 | 2 | -0/+70 |
* | | | | Googletest export | Abseil Team | 2020-06-10 | 1 | -6/+12 |
* | | | | Googletest export | Abseil Team | 2020-06-10 | 1 | -1/+2 |
* | | | | Googletest export | Abseil Team | 2020-06-10 | 2 | -8/+20 |
* | | | | Googletest export | dmauro | 2020-06-10 | 1 | -1/+2 |
|/ / / | |||||
* | | | Googletest export | dmauro | 2020-06-05 | 3 | -0/+117 |
* | | | Merge pull request #2742 from kuzkry:c++17-type-printers | Gennadiy Rozental | 2020-06-05 | 4 | -39/+208 |
|\ \ \ | |||||
| * | | | make UniversalPrinter<std::any> support RTTIrefs/pull/2742/head | Krystian Kuzniarek | 2020-05-29 | 3 | -23/+46 |
| * | | | specialize UniversalPrinter<> for std::any (without support for RTTI) | Krystian Kuzniarek | 2020-05-29 | 3 | -0/+71 |
| * | | | specialize UniversalPrinter<> for std::optional | Krystian Kuzniarek | 2020-05-29 | 3 | -13/+42 |
| * | | | specialize UniversalPrinter<> for std::variant | Krystian Kuzniarek | 2020-05-29 | 3 | -12/+55 |
* | | | | Merge pull request #2755 from Conan-Kudo:set-version-for-libs | Gennadiy Rozental | 2020-06-03 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Set the version for the librariesrefs/pull/2755/head | Neal Gompa | 2020-03-21 | 1 | -0/+2 |
* | | | | | Googletest export | Abseil Team | 2020-06-03 | 1 | -3/+3 |
| |_|_|/ |/| | | | |||||
* | | | | Googletest export | dmauro | 2020-05-28 | 1 | -1/+2 |
* | | | | Googletest export | Abseil Team | 2020-05-28 | 1 | -3/+3 |
* | | | | Merge pull request #2767 from mvoorsluys:OutputXmlSkipped | Derek Mauro | 2020-05-28 | 6 | -36/+109 |
|\ \ \ \ | |||||
| * | | | | Fix test with stack.refs/pull/2767/head | Mario Voorsluys | 2020-04-22 | 1 | -3/+3 |
| * | | | | Fixed xml unit-tests and added extra tests | Mario Voorsluys | 2020-03-26 | 5 | -30/+76 |
| * | | | | Fix multiple \n characters in xml file when using GTEST_SKIP. | Mario Voorsluys | 2020-03-26 | 1 | -2/+4 |
| * | | | | Only write ">\n" once when there is failure and skipped tests. | Mario Voorsluys | 2020-03-26 | 1 | -2/+2 |
| * | | | | Output skipped information in the xml file. | Mario Voorsluys | 2020-03-26 | 1 | -3/+22 |
* | | | | | Merge pull request #2862 from prehistoric-penguin:prehistoric-penguin-patch-1 | Derek Mauro | 2020-05-28 | 1 | -11/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Use count function instead of handwritten looprefs/pull/2862/head | ppenguin | 2020-05-25 | 1 | -11/+1 |
* | | | | | | Merge pull request #2677 from IYP-Programer-Yeah:fix-file-path-normalize-func... | Derek Mauro | 2020-05-28 | 1 | -24/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix always false condition and clean function bodyrefs/pull/2677/head | Hosein Ghahramanzadeh | 2020-01-24 | 1 | -27/+13 |
* | | | | | | | Merge pull request #2698 from aribibek:patch-1 | Derek Mauro | 2020-05-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fix a link to documentationrefs/pull/2698/head | aribibek | 2020-02-06 | 1 | -1/+1 |
* | | | | | | | | Googletest export | Abseil Team | 2020-05-28 | 1 | -0/+8 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Googletest export | Abseil Team | 2020-05-14 | 1 | -2/+1 |
* | | | | | | | Googletest export | Abseil Team | 2020-05-14 | 1 | -1/+6 |
* | | | | | | | Merge pull request #2778 from lvjp:issue-2777 | Andy Getz | 2020-05-13 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |