summaryrefslogtreecommitdiffstats
path: root/googletest/samples
Commit message (Collapse)AuthorAgeFilesLines
* restore mistakenly removed iffs in their explicit formrefs/pull/2387/headKrystian Kuzniarek2019-08-203-3/+3
| | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* Googletest exportmisterg2019-08-011-4/+4
| | | | | | Internal Change PiperOrigin-RevId: 260939845
* fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-303-3/+3
|
* Googletest exportmisterg2019-02-041-2/+2
| | | | | | Mark legacy _TEST_CASE_ macros as deprecated PiperOrigin-RevId: 232303251
* Googletest exportmisterg2019-01-143-12/+11
| | | | | | Change remaining samples to use new Test Suite API PiperOrigin-RevId: 229231566
* Googletest exportAbseil Team2018-12-038-25/+25
| | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
* Unconditionally use std::tuple.Abseil Team2018-10-091-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 Team2018-10-059-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 exportmisterg2018-08-203-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/headGennadiy Civil2018-08-1418-41/+9
|
* Small cleanups, mergerefs/pull/1390/headGennadiy Civil2018-01-082-2/+5
|
* OSS Sync, cl 163329677refs/pull/1376/headmisterg2018-01-021-2/+6
|
* Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-241-1/+0
|\
| * remove unused TestCase importHerbert Thielen2017-08-291-1/+0
| |
* | remove GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-041-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/masterGennadiy Civil2017-08-1110-28/+28
|\ | | | | Adding Bazel build to googletest (initial version )
| * Initial Revision, review 164634031misterg2017-08-101-1/+1
| |
| * Samples changes upstreamingmisterg2017-08-072-2/+2
| |
| * Samples changes upstreamingmisterg2017-08-079-18/+15
| |
| * WIPmisterg2017-08-0110-28/+31
| |
* | fix small typo in commentrefs/pull/1176/headHerbert Thielen2017-08-051-1/+1
| |
* | Fixed some typosrefs/pull/1030/headvpfautz2017-02-261-1/+1
|/
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-2518-0/+2134