Billy Donahue
|
affb09edf0
|
move googlemock files into googlemock/ subdir
|
10 years ago |
kosak
|
055b6b17d2
|
Prevent gmock_gen from returning exit code zero on a failure to parse.
|
11 years ago |
kosak
|
c26f969579
|
Make the gmock generator work with the 'override' keyword. Also pull in gtest 680.
|
11 years ago |
zhanyong.wan
|
45fef502fa
|
makes googlemock generator handle some class templates; pulls in gtest r662
|
12 years ago |
vladlosev
|
f4eeaedb39
|
Fixes issue 139 and issue 140.
|
14 years ago |
zhanyong.wan
|
4b16e8ed27
|
Enables gmock_gen to handle return types that are templates (based on Pride Haveit's patch); also fixes deprecation warnings when using gmock_gen with python 2.6 (by Aaron Jacobs).
|
15 years ago |
zhanyong.wan
|
c2ad46a5df
|
Improves gmock generator and adds a test for it (by Neal Norwitz).
|
16 years ago |
zhanyong.wan
|
d955e83bee
|
Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger.
|
16 years ago |
zhanyong.wan
|
84b8e4c65d
|
Cleans up the mock generator script:
- updates the doc string.
- adds a version number.
- fixes the condition for error messages in _GenerateMocks().
|
16 years ago |
nnorwitz
|
ce60784fb5
|
Allow any number of ClassNames to be specified on the command line.
0 ClassNames means emit all classes found in the file.
|
16 years ago |
nnorwitz
|
60df3efe39
|
Fix grammar in comment
|
16 years ago |
nnorwitz
|
987a978c3c
|
Issue 44: "const" is missing for const return types
The modifiers (things like const, volatile, etc) were not being added
to return types.
|
16 years ago |
shiqian
|
e35fdd936d
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
17 years ago |