Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restore mistakenly removed iffs in their explicit formrefs/pull/2387/head | Krystian Kuzniarek | 2019-08-20 | 3 | -3/+3 |
| | | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter. | ||||
* | Googletest export | misterg | 2019-08-01 | 1 | -4/+4 |
| | | | | | | Internal Change PiperOrigin-RevId: 260939845 | ||||
* | fix typosrefs/pull/2356/head | Krystian Kuzniarek | 2019-07-30 | 3 | -3/+3 |
| | |||||
* | Googletest export | misterg | 2019-02-04 | 1 | -2/+2 |
| | | | | | | Mark legacy _TEST_CASE_ macros as deprecated PiperOrigin-RevId: 232303251 | ||||
* | Googletest export | misterg | 2019-01-14 | 3 | -12/+11 |
| | | | | | | Change remaining samples to use new Test Suite API PiperOrigin-RevId: 229231566 | ||||
* | Googletest export | Abseil Team | 2018-12-03 | 8 | -25/+25 |
| | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | ||||
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 1 | -23/+4 |
| | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | ||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 9 | -36/+35 |
| | | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400 | ||||
* | googletest export | misterg | 2018-08-20 | 3 | -0/+18 |
| | | | | | | - 209457486 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457486 | ||||
* | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 18 | -41/+9 |
| | |||||
* | Small cleanups, mergerefs/pull/1390/head | Gennadiy Civil | 2018-01-08 | 2 | -2/+5 |
| | |||||
* | OSS Sync, cl 163329677refs/pull/1376/head | misterg | 2018-01-02 | 1 | -2/+6 |
| | |||||
* | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Herbert Thielen | 2017-09-24 | 1 | -1/+0 |
|\ | |||||
| * | remove unused TestCase import | Herbert Thielen | 2017-08-29 | 1 | -1/+0 |
| | | |||||
* | | remove GTEST_HAS_PARAM_TESTS | Herbert Thielen | 2017-09-04 | 1 | -12/+0 |
|/ | | | | | | | | As mentioned in issue #360: "Now that all the platforms gtest supports work with value-parameterized tests, we should remove the uses of the GTEST_HAS_PARAM_TESTS macro from the codebase everywhere." https://github.com/google/googletest/issues/360 | ||||
* | Merge pull request #1191 from gennadiycivil/master | Gennadiy Civil | 2017-08-11 | 10 | -28/+28 |
|\ | | | | | Adding Bazel build to googletest (initial version ) | ||||
| * | Initial Revision, review 164634031 | misterg | 2017-08-10 | 1 | -1/+1 |
| | | |||||
| * | Samples changes upstreaming | misterg | 2017-08-07 | 2 | -2/+2 |
| | | |||||
| * | Samples changes upstreaming | misterg | 2017-08-07 | 9 | -18/+15 |
| | | |||||
| * | WIP | misterg | 2017-08-01 | 10 | -28/+31 |
| | | |||||
* | | fix small typo in commentrefs/pull/1176/head | Herbert Thielen | 2017-08-05 | 1 | -1/+1 |
| | | |||||
* | | Fixed some typosrefs/pull/1030/head | vpfautz | 2017-02-26 | 1 | -1/+1 |
|/ | |||||
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 18 | -0/+2134 |