aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generator/cpp
Commit message (Expand)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 functio...kosak2014-11-172-4/+73
* 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 gtest...kosak2014-03-123-2/+17
* 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 chance...zhanyong.wan2011-02-012-1/+23
* 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 H...zhanyong.wan2010-10-051-9/+23
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-1/+1
* 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
* Allow any number of ClassNames to be specified on the command line.nnorwitz2009-05-061-6/+15
* Fix grammar in commentnnorwitz2009-05-061-1/+1
* Issue 44: "const" is missing for const return typesnnorwitz2009-05-061-1/+5
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-106-0/+2247