Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more override keywords | Robert Luberda | 2019-10-11 | 1 | -44/+44 |
| | | | | | | | | | | | | | | Mark more functions with "override" keyword, just like it was done in commit 2460f97152c. This should prevent compiler from complaining while compiling both user code, and the googletest code itself with the -Wsuggest-override option turned on; with the exception of: * calls to new MOCK_METHOD() in test/gmock-function-mocker_test.cc * calls to old MOCK_METHODx()/MOCK_CONST_METHODx() in other unit test files. Closes #2493 | ||||
* | update pre-C++11 paragraphs | Krystian Kuzniarek | 2019-07-31 | 1 | -5/+2 |
| | |||||
* | 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 | misterg | 2018-12-13 | 1 | -1/+1 |
| | | | | | | Internal Change PiperOrigin-RevId: 225231727 | ||||
* | Googletest export | Abseil Team | 2018-12-03 | 1 | -337/+0 |
| | | | | | | Replace pump'd Args() matcher with variadic templates. PiperOrigin-RevId: 223794430 | ||||
* | Googletest export | misterg | 2018-11-20 | 1 | -1/+1 |
| | | | | | | Internal Change PiperOrigin-RevId: 222123106 | ||||
* | Googletest export | Abseil Team | 2018-10-18 | 1 | -115/+66 |
| | | | | | | C++11 code cleanup. PiperOrigin-RevId: 217364243 | ||||
* | Remove non-variadic pre C++11 AnyOf | misterg | 2018-10-09 | 1 | -171/+0 |
| | | | | PiperOrigin-RevId: 216411381 | ||||
* | Unconditionally use std::tuple. | Abseil Team | 2018-10-09 | 1 | -68/+70 |
| | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043 | ||||
* | Remove non-variadic pre C++11 AllOf | misterg | 2018-10-08 | 1 | -170/+0 |
| | | | | PiperOrigin-RevId: 216183352 | ||||
* | Googletest export | misterg | 2018-09-25 | 1 | -446/+0 |
| | | | | | | Remove non-variadic pre C++11 ElementsAreMatcher and UnorderedElementsAreMatcher PiperOrigin-RevId: 214266944 | ||||
* | Fix gcc misleading indentation again. | Romain Geissler | 2018-09-10 | 1 | -11/+22 |
| | |||||
* | Googletest export | Abseil Team | 2018-08-28 | 1 | -2/+2 |
| | | | | | | | | | Fix line that was wrapping in the middle of a link This looks uglier, but has the advantage that the link is kept in one piece. PiperOrigin-RevId: 210537337 | ||||
* | Formatting changes for automatic code management | Gennadiy Civil | 2018-07-27 | 1 | -0/+2 |
| | |||||
* | test-meerging | Gennadiy Civil | 2018-04-16 | 1 | -34/+0 |
| | |||||
* | merging gmock generated matchers | Gennadiy Civil | 2018-04-16 | 1 | -250/+351 |
| | |||||
* | Remove gcc 6 misleading indentations. | Romain Geissler | 2017-10-25 | 1 | -12/+24 |
| | |||||
* | change links from former code.google.com to current github repository | Herbert Thielen | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | move googlemock files into googlemock/ subdir | Billy Donahue | 2015-08-25 | 1 | -0/+2179 |