summaryrefslogtreecommitdiffstats
path: root/googlemock/src/gmock.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add missing std includesTom Hughes2023-04-201-0/+2
| | | | | PiperOrigin-RevId: 525850646 Change-Id: I64387f5b933beb79cd05636dca81b7a75213383e
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-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 exportAbseil Team2021-09-151-25/+35
| | | | | | Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214
* Googletest exportAbseil Team2020-07-091-1/+1
| | | | | | | Fix mismatch between `int` and `int32_t` in the parse function. On some platforms, those are different types. PiperOrigin-RevId: 319991862
* restore mistakenly removed iffs in their explicit formrefs/pull/2387/headKrystian Kuzniarek2019-08-201-2/+2
| | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-301-1/+1
|
* Merge pull request #2041 from ciband:chore/fix_library_jsonGennadiy Civil2019-01-231-0/+12
| | | | PiperOrigin-RevId: 230554814
* Googletest exportmisterg2019-01-021-3/+0
| | | | | | Internal Change PiperOrigin-RevId: 227575279
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-6/+6
| | | | | | | | | | | 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
* more comments changesGennadiy Civil2018-08-141-1/+1
|
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* merges-2Gennadiy Civil2018-03-051-2/+2
|
* Adding a flag option to change the default mock typeAlyssa Wilk2017-08-101-1/+23
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+183