aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-internal-utils_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Unconditionally use std::tuple.Abseil Team2018-10-091-21/+22
| | | | | | 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-051-3/+3
| | | | | | | | | | | 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 changesGennadiy Civil2018-08-141-2/+1
|
* merging, gmock -1Gennadiy Civil2018-03-221-0/+28
|
* upstreaming cl 124976692Gennadiy Civil2018-01-031-8/+0
|
* Use gender-neutral pronouns in comments and docsJonathan Wakely2017-09-271-1/+1
|
* Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-151-13/+12
| | | | | | | | | This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
* Include <memory> to use std::unique_ptr.Billy Donahue2015-09-081-0/+1
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+698