aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generator/cpp/ast.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding support to gmock_gen for nested templates.kosak2015-01-081-3/+4
|
* Add support for C++11 explicitly defaulted and deleted special member ↵kosak2014-11-171-4/+11
| | | | functions in the gmock generator.
* Handle parameters without variable names when the type includes *, & or [].kosak2014-11-171-4/+3
|
* Make the gmock generator work with the 'override' keyword. Also pull in ↵kosak2014-03-121-1/+4
| | | | gtest 680.
* makes googlemock generator handle some class templates; pulls in gtest r662zhanyong.wan2013-09-061-1/+1
|
* Picks up gtest r536; renames implicit_cast and down_cast to reduce the ↵zhanyong.wan2011-02-011-1/+7
| | | | chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
* Improves gmock generator and adds a test for it (by Neal Norwitz).zhanyong.wan2009-06-021-5/+9
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-101-0/+1713
build correctly yet.