aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-generated-matchers_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Unconditionally use std::tuple.Abseil Team2018-10-091-42/+40
| | | | | | 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-2/+2
| | | | | | | | | | | 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
* typoGennadiy Civil2018-04-161-1/+1
|
* more msvcGennadiy Civil2018-04-161-1/+2
|
* typoGennadiy Civil2018-04-161-1/+1
|
* msvc warningsGennadiy Civil2018-04-161-0/+11
|
* merging gmock generated matchersGennadiy Civil2018-04-161-4/+47
|
* Fix tests with VS2015 and VS2017Arkadiy Shapkin2017-10-251-4/+4
|
* Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-151-36/+36
| | | | | | | | | 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.
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+1286