summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-type-util.h
Commit message (Collapse)AuthorAgeFilesLines
* remove a dead metafunctionKrystian Kuzniarek2019-08-071-12/+0
|
* fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-301-1/+1
|
* Googletest exportmisterg2019-01-031-4/+3
| | | | | | TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-1/+1
| | | | | | | | | | | 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
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Formatting changes for automatic code managementGennadiy Civil2018-07-271-0/+2
|
* Formatting changes refs/pull/1607/headGennadiy Civil2018-05-231-1/+1
|
* Downgrade to C++98 code.James Dennett2018-05-211-6/+6
| | | Some users are not ready for C++11 yet.
* Update generated code.James Dennett2018-05-111-2/+18
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+3331