aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_stress_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2018-10-291-81/+0
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
* Googletest exportAbseil Team2018-10-261-0/+81
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184
* Googletest exportmisterg2018-10-261-81/+0
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-4/+4
| | | | | | | | | | | 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
|
* Formatting changes, code syncGennadiy Civil2018-07-251-2/+1
|
* Code mergesGennadiy Civil2018-01-261-1/+2
|
* Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-151-1/+1
| | | | | | | | | 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/+322