Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change usings | Krystian Kuzniarek | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | restore mistakenly removed iffs in their explicit formrefs/pull/2387/head | Krystian Kuzniarek | 2019-08-20 | 1 | -2/+4 |
| | | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter. | ||||
* | fix typosrefs/pull/2356/head | Krystian Kuzniarek | 2019-07-30 | 1 | -2/+2 |
| | |||||
* | Googletest export | misterg | 2019-07-16 | 1 | -1/+1 |
| | | | | | | Fix documentation links PiperOrigin-RevId: 258389329 | ||||
* | Googletest export | Abseil Team | 2019-07-16 | 1 | -1/+1 |
| | | | | | | Update a broken link in a comment. PiperOrigin-RevId: 257493975 | ||||
* | Renaming doc files to make the file names more palatable and in preparation ↵ | Gennadiy Civil | 2019-06-19 | 1 | -1/+1 |
| | | | | for including documentation in sync process | ||||
* | Googletest export | Abseil Team | 2019-01-17 | 1 | -0/+1 |
| | | | | | | | | | Refactor the `Invoke` and `InvokeWithoutArgs` actions: - Replace pump'd classes and functions with templates. - Make the polymorphic actions be polymorphic functors instead. - Fix Invoke(Callback*) to work with subclasses of the callbacks, instead of trying to diagnose that in gmock_doctor. PiperOrigin-RevId: 229604112 | ||||
* | Googletest export | misterg | 2018-12-13 | 1 | -1/+1 |
| | | | | | | Internal Change PiperOrigin-RevId: 225231727 | ||||
* | Googletest export | Abseil Team | 2018-12-03 | 1 | -4/+6 |
| | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | ||||
* | Googletest export | misterg | 2018-11-20 | 1 | -1/+1 |
| | | | | | | Internal Change PiperOrigin-RevId: 222123106 | ||||
* | Googletest export | misterg | 2018-10-29 | 1 | -4/+4 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336 | ||||
* | Googletest export | Abseil Team | 2018-10-26 | 1 | -4/+4 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184 | ||||
* | Googletest export | misterg | 2018-10-26 | 1 | -4/+4 |
| | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466 | ||||
* | Apply clang-tidy modernize-use-nullptr to googletest. | Abseil Team | 2018-10-05 | 1 | -3/+3 |
| | | | | | | | | | | | 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 changes. | Gennadiy Civil | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Comments changes, no functionality changesrefs/pull/1740/head | Gennadiy Civil | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | Clone of unsubmitted cr/176529515. Introduce parameterless expectations. | David Sunderland | 2018-04-18 | 1 | -0/+70 |
| | |||||
* | merging | Gennadiy Civil | 2018-04-12 | 1 | -1/+3 |
| | |||||
* | Merging gMock, 2 | Gennadiy Civil | 2018-04-05 | 1 | -2/+0 |
| | |||||
* | Use gender-neutral pronouns in comments and docsrefs/pull/1275/head | Jonathan Wakely | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | Applying lint checks from upstream google3refs/pull/1189/head | Alyssa Wilk | 2017-08-28 | 1 | -4/+7 |
| | |||||
* | Handling invalid flag values | Alyssa Wilk | 2017-08-16 | 1 | -0/+20 |
| | |||||
* | Adding a flag option to change the default mock type | Alyssa Wilk | 2017-08-10 | 1 | -0/+35 |
| | |||||
* | Use std::string and ::string explicitly in gtest and gmock code.refs/pull/1089/head | Nico Weber | 2017-05-15 | 1 | -6/+5 |
| | | | | | | | | | 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. | ||||
* | Fix link that's returned when running tests. #714refs/pull/715/head | Jacob Meacham | 2016-02-17 | 1 | -2/+2 |
| | |||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+2644 |