Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Running clang-format over all of GoogleTest | Abseil Team | 2022-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | A few tests are examining code locations and looking af the resulting line numbers to verify that GoogleTest shows those to users correctly. Some of those locations change when clang-format is run. For those locations, I've wrapped portions in: // clang-format off ... // clang-format on There may be other locations that are currently not tickled by running clang-format. PiperOrigin-RevId: 434844712 Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d | ||||
* | Googletest export | Abseil Team | 2021-09-15 | 1 | -19/+17 |
| | | | | | | Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214 | ||||
* | 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 |