aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Allow any number of ClassNames to be specified on the command line.nnorwitz2009-05-062-7/+18
| | | | 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.
* Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source ↵zhanyong.wan2009-04-092-0/+297
| | | | files (by Zhanyong Wan).
* Adds upload_gmock.py for uploading a patch for review.zhanyong.wan2009-02-132-0/+1465
|
* Improves error messages for undefined return value (by Sverre Sundsdal); ↵zhanyong.wan2009-01-271-0/+19
| | | | improves gmock_doctor.
* Improves the documentation.shiqian2008-12-111-1/+1
|
* More tweaks to the build script.shiqian2008-12-111-0/+303
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-1011-0/+3005
build correctly yet.