aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-generated-matchers.h
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2020-02-071-761/+0
| | | | | | | | Get rid of gmock-generated-matchers.h and gmock-generated-matchers.h.pump. Stop using pump for MATCHER* macroses generation. PiperOrigin-RevId: 293878808
* Googletest exportdurandal2020-02-071-1/+1
| | | | | | | | Tag the function generated by MATCHER with GTEST_ATTRIBUTE_UNUSED_ to fix CI builds of gmock-matchers_test.cc vs. -Wunused-function. See https://github.com/google/googletest/pull/2697 for breakage. PiperOrigin-RevId: 293669752
* Googletest exportAbseil Team2020-02-071-30/+55
| | | | | | Fix std::move to std::forward where appropriate to support reference types. PiperOrigin-RevId: 292923058
* Googletest exportAbseil Team2020-02-071-33/+11
| | | | | | | Fix use of reserved names. Minimize code duplication needed for explict-vs-nonexplicit constructor. PiperOrigin-RevId: 292555014
* Googletest exportAbseil Team2020-02-071-224/+15
| | | | | | | | | | | Create implementation macroses for matchers to move variadic parameters to the end of parameters list. To save backward compatibility, old macroses will be still taking `description` parameter as the last one. But they will use INTERNAL macro that takes `description` as the second parameter. PiperOrigin-RevId: 291724469
* Googletest exportAbseil Team2020-02-071-197/+67
| | | | | | | | Move part of functionality of Matcher* class to the base one. Reduce copypaste. Make constructor and conversion operator of Matcher* class independent of pump. PiperOrigin-RevId: 291405510
* Add more override keywordsRobert Luberda2019-10-111-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 paragraphsKrystian Kuzniarek2019-07-311-5/+2
|
* Renaming doc files to make the file names more palatable and in preparation ↵Gennadiy Civil2019-06-191-1/+1
| | | | for including documentation in sync process
* Googletest exportmisterg2018-12-131-1/+1
| | | | | | Internal Change PiperOrigin-RevId: 225231727
* Googletest exportAbseil Team2018-12-031-337/+0
| | | | | | Replace pump'd Args() matcher with variadic templates. PiperOrigin-RevId: 223794430
* Googletest exportmisterg2018-11-201-1/+1
| | | | | | Internal Change PiperOrigin-RevId: 222123106
* Googletest exportAbseil Team2018-10-181-115/+66
| | | | | | C++11 code cleanup. PiperOrigin-RevId: 217364243
* Remove non-variadic pre C++11 AnyOfmisterg2018-10-091-171/+0
| | | | PiperOrigin-RevId: 216411381
* Unconditionally use std::tuple.Abseil Team2018-10-091-68/+70
| | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
* Remove non-variadic pre C++11 AllOfmisterg2018-10-081-170/+0
| | | | PiperOrigin-RevId: 216183352
* Googletest exportmisterg2018-09-251-446/+0
| | | | | | Remove non-variadic pre C++11 ElementsAreMatcher and UnorderedElementsAreMatcher PiperOrigin-RevId: 214266944
* Fix gcc misleading indentation again.Romain Geissler2018-09-101-11/+22
|
* Googletest exportAbseil Team2018-08-281-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 managementGennadiy Civil2018-07-271-0/+2
|
* test-meergingGennadiy Civil2018-04-161-34/+0
|
* merging gmock generated matchersGennadiy Civil2018-04-161-250/+351
|
* Remove gcc 6 misleading indentations.Romain Geissler2017-10-251-12/+24
|
* change links from former code.google.com to current github repositoryHerbert Thielen2017-08-311-1/+1
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+2179