Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding support to gmock_gen for nested templates. | kosak | 2015-01-08 | 3 | -4/+41 |
| | |||||
* | Add support for C++11 explicitly defaulted and deleted special member ↵ | kosak | 2014-11-17 | 2 | -4/+73 |
| | | | | functions in the gmock generator. | ||||
* | Prevent gmock_gen from returning exit code zero on a failure to parse. | kosak | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Handle parameters without variable names when the type includes *, & or []. | kosak | 2014-11-17 | 2 | -4/+33 |
| | |||||
* | Make the gmock generator work with the 'override' keyword. Also pull in ↵ | kosak | 2014-03-12 | 3 | -2/+17 |
| | | | | gtest 680. | ||||
* | makes googlemock generator handle some class templates; pulls in gtest r662 | zhanyong.wan | 2013-09-06 | 3 | -3/+71 |
| | |||||
* | Fixes issue 139 and issue 140. | vladlosev | 2011-05-20 | 2 | -12/+73 |
| | |||||
* | Picks up gtest r536; renames implicit_cast and down_cast to reduce the ↵ | zhanyong.wan | 2011-02-01 | 2 | -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.wan | 2010-10-05 | 1 | -5/+66 |
| | |||||
* | Enables gmock_gen to handle return types that are templates (based on Pride ↵ | zhanyong.wan | 2010-10-05 | 1 | -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.wan | 2009-06-04 | 1 | -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.wan | 2009-06-02 | 3 | -11/+159 |
| | |||||
* | Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger. | zhanyong.wan | 2009-05-07 | 2 | -6/+8 |
| | |||||
* | Cleans up the mock generator script: | zhanyong.wan | 2009-05-07 | 1 | -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. | nnorwitz | 2009-05-06 | 1 | -6/+15 |
| | | | | 0 ClassNames means emit all classes found in the file. | ||||
* | Fix grammar in comment | nnorwitz | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Issue 44: "const" is missing for const return types | nnorwitz | 2009-05-06 | 1 | -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 ↵ | shiqian | 2008-12-10 | 6 | -0/+2247 |
build correctly yet. |