aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generator/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adding support to gmock_gen for nested templates.kosak2015-01-083-4/+41
|
* Add support for C++11 explicitly defaulted and deleted special member ↵kosak2014-11-172-4/+73
| | | | functions in the gmock generator.
* Prevent gmock_gen from returning exit code zero on a failure to parse.kosak2014-11-171-1/+1
|
* Handle parameters without variable names when the type includes *, & or [].kosak2014-11-172-4/+33
|
* Make the gmock generator work with the 'override' keyword. Also pull in ↵kosak2014-03-123-2/+17
| | | | gtest 680.
* makes googlemock generator handle some class templates; pulls in gtest r662zhanyong.wan2013-09-063-3/+71
|
* Fixes issue 139 and issue 140.vladlosev2011-05-202-12/+73
|
* Picks up gtest r536; renames implicit_cast and down_cast to reduce the ↵zhanyong.wan2011-02-012-1/+23
| | | | chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
* Adds more tests for the gmock generator.zhanyong.wan2010-10-051-5/+66
|
* Enables gmock_gen to handle return types that are templates (based on Pride ↵zhanyong.wan2010-10-051-9/+23
| | | | Haveit's patch); also fixes deprecation warnings when using gmock_gen with python 2.6 (by Aaron Jacobs).
* Makes all container matchers work with (possibly multi-dimensional) native ↵zhanyong.wan2009-06-041-1/+1
| | | | arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
* Improves gmock generator and adds a test for it (by Neal Norwitz).zhanyong.wan2009-06-023-11/+159
|
* Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger.zhanyong.wan2009-05-072-6/+8
|
* Cleans up the mock generator script:zhanyong.wan2009-05-071-21/+30
| | | | | | - updates the doc string. - adds a version number. - fixes the condition for error messages in _GenerateMocks().
* Allow any number of ClassNames to be specified on the command line.nnorwitz2009-05-061-6/+15
| | | | 0 ClassNames means emit all classes found in the file.
* Fix grammar in commentnnorwitz2009-05-061-1/+1
|
* Issue 44: "const" is missing for const return typesnnorwitz2009-05-061-1/+5
| | | | | The modifiers (things like const, volatile, etc) were not being added to return types.
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-106-0/+2247
build correctly yet.