Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finishes SafeMatcherCast by catching lossy arithmetic conversions at ↵ | zhanyong.wan | 2009-05-14 | 1 | -4/+25 |
| | | | | compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn. | ||||
* | Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger. | zhanyong.wan | 2009-05-07 | 4 | -8/+10 |
| | |||||
* | Cleans up the mock generator script: | zhanyong.wan | 2009-05-07 | 2 | -22/+31 |
| | | | | | | - 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 | 2 | -7/+18 |
| | | | | 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. | ||||
* | Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source ↵ | zhanyong.wan | 2009-04-09 | 2 | -0/+297 |
| | | | | files (by Zhanyong Wan). | ||||
* | Adds upload_gmock.py for uploading a patch for review. | zhanyong.wan | 2009-02-13 | 2 | -0/+1465 |
| | |||||
* | Improves error messages for undefined return value (by Sverre Sundsdal); ↵ | zhanyong.wan | 2009-01-27 | 1 | -0/+19 |
| | | | | improves gmock_doctor. | ||||
* | Improves the documentation. | shiqian | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | More tweaks to the build script. | shiqian | 2008-12-11 | 1 | -0/+303 |
| | |||||
* | Initial drop of Google Mock. The files are incomplete and thus may not ↵ | shiqian | 2008-12-10 | 11 | -0/+3005 |
build correctly yet. |