aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generator/cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.