aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_stress_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2018-10-301-2/+1
| | | | | | Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284
* 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 changesGennadiy Civil2018-08-141-2/+1
|
* code cleanup in preparation for merges, cl 180857299Gennadiy Civil2018-01-041-1/+0
|
* upstreaming cl 124976692Gennadiy Civil2018-01-031-5/+0
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+256