Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |