Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 1 | -114/+34 |
| | | | | | | | | | | | 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/head | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | Code merges | Gennadiy Civil | 2018-01-26 | 1 | -2/+3 |
| | |||||
* | Adding a flag option to change the default mock type | Alyssa Wilk | 2017-08-10 | 1 | -0/+41 |
| | |||||
* | Fix the googlemock autotools build.refs/pull/589/head | Simon Newton | 2015-09-17 | 1 | -1/+0 |
| | |||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+221 |