summaryrefslogtreecommitdiffstats
path: root/googlemock/scripts
Commit message (Collapse)AuthorAgeFilesLines
* chore: fix spellingJohn Bampton2021-04-151-3/+3
|
* Googletest exportAbseil Team2021-02-181-1/+1
| | | | | | | | Update stale links to `gmock_cook_book.md`. I'm a new googletest user and found these links broken when reading the documentation. PiperOrigin-RevId: 357786392
* Do not include void into mocked method argumentsplatisd2021-02-052-2/+3
| | | | | | | | | If a function that takes no arguments explicitly states (void) then do not include it in the mocked method argument list since it triggers static assertions that expect no arguments to be present. Fixes (?) #3261
* Googletest exportAbseil Team2021-02-051-6/+5
| | | | | | Fix includes in fuse_gmock_files.py PiperOrigin-RevId: 355166403
* Googletest exportofats2021-01-261-856/+0
| | | | | | Remove scripts for code generating together with related files. PiperOrigin-RevId: 352805926
* Googletest exportAbseil Team2021-01-133-7/+27
| | | | | | | | Use an OrderedDict to store templated_types in the AST so that gmock knows how to properly construct the templated Mock class. This is necessary for functions that make use of the templated typename as an argument or return type. PiperOrigin-RevId: 349405731
* Googletest exportAbseil Team2020-10-191-5/+3
| | | | | | | | | | Fix some issues when running fuse_gmock_files. The module path should be updated before importing `fuse_gtest_files`, since the script may not run from the googletest repo root. We also need a non-frozen set in order to track progress. PiperOrigin-RevId: 337380466
* Googletest exportAbseil Team2020-10-141-55/+74
| | | | | | Make the code Python3 compliant. PiperOrigin-RevId: 336144198
* Googletest exportAbseil Team2020-06-262-8/+7
| | | | | | Update auto_mock to support C++17 nested namespaces PiperOrigin-RevId: 318192214
* Googletest exportAbseil Team2020-02-113-1871/+1892
| | | | | | | | | | Fix gmock_gen to use MOCK_METHOD instead of old style macros. Fix several related bugs in argument parsing and return types. - handle commas more correctly in return types - handle commas correctly in arguments - handle default values more correctly PiperOrigin-RevId: 294435093
* Googletest exportAbseil Team2020-02-112-371/+406
| | | | | | Fix gmock_gen to use MOCK_METHOD instead of old style macros. PiperOrigin-RevId: 294360947
* Googletest exportAbseil Team2020-02-112-406/+371
| | | | | | Fix gmock_gen to use MOCK_METHOD instead of old style macros. PiperOrigin-RevId: 294332975
* Fixed typoMaximilian Schwab2019-11-251-1/+1
|
* pump.py: add support for Python 3Krystian Kuzniarek2019-11-021-6/+7
|
* Googletest exportmisterg2019-10-302-1480/+0
| | | | | | Remove outdated unsupported scripts PiperOrigin-RevId: 277556831
* Googletest exportmisterg2019-10-297-175/+75
| | | | | | Internal Change PiperOrigin-RevId: 277336786
* Googletest exportmhermas2019-10-293-394/+440
| | | | | | | | | Merge 65032e28cba171c000accc85ffaf6f1e62921b86 into 8c91ecef292e963d23cd5b25f01ea1579fbe9aaa Closes #2470 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2470 from hermas55:bugfix/default_const_param 65032e28cba171c000accc85ffaf6f1e62921b86 PiperOrigin-RevId: 277118535
* move the pumping script to googlemockKrystian Kuzniarek2019-10-251-0/+855
|
* Googletest exportAbseil Team2019-10-2311-1075/+315
| | | | | | Add a matcher `testing::ReturnRoundRobin` which, on each call, returns the next element in the sequence, restarting at the beginning once it has reached the end. PiperOrigin-RevId: 276312136
* fix broken linksKrystian Kuzniarek2019-08-061-1/+1
|
* Merge branch 'master' into josh/fix_scoped_class2Gennadiy Civil2018-08-163-12/+11
|\
| * Updated broken and outdated URLsPiotr KÄ…kol2018-07-251-4/+4
| |
| * formatting changes Gennadiy Civil2018-05-231-5/+4
| |
| * Fixed typosTroy Holsapple2018-02-071-3/+3
| |
* | Merge branch 'master' into josh/fix_scoped_class2Josh Bodily2017-12-121-1/+1
|\|
| * change links from former code.google.com to current github repositoryHerbert Thielen2017-08-311-1/+1
| |
* | Fix scoped enum not working in gmock-gen.pyJosh Bodily2017-08-102-0/+21
|/
* Fix the googlemock autotools build.Simon Newton2015-09-171-5/+5
|
* Fix gmock_doctor.py for Python3Syl2015-08-301-7/+7
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-2516-0/+5827
OpenPOWER on IntegriCloud