kosak
|
8e838ce0fd
|
Adding support to gmock_gen for nested templates.
|
2015-01-08 02:48:08 +00:00 |
|
kosak
|
61adbcc5c6
|
Add support for C++11 explicitly defaulted and deleted special member functions in the gmock generator.
|
2014-11-17 02:49:22 +00:00 |
|
kosak
|
055b6b17d2
|
Prevent gmock_gen from returning exit code zero on a failure to parse.
|
2014-11-17 02:46:37 +00:00 |
|
kosak
|
f58b49a2b1
|
Handle parameters without variable names when the type includes *, & or [].
|
2014-11-17 02:42:33 +00:00 |
|
kosak
|
c26f969579
|
Make the gmock generator work with the 'override' keyword. Also pull in gtest 680.
|
2014-03-12 23:27:35 +00:00 |
|
zhanyong.wan
|
45fef502fa
|
makes googlemock generator handle some class templates; pulls in gtest r662
|
2013-09-06 22:52:14 +00:00 |
|
vladlosev
|
5aa8dd99e2
|
Renames the license files.
|
2011-09-09 07:06:32 +00:00 |
|
vladlosev
|
f4eeaedb39
|
Fixes issue 139 and issue 140.
|
2011-05-20 21:44:14 +00:00 |
|
zhanyong.wan
|
5b61ce3ee5
|
Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
|
2011-02-01 00:00:03 +00:00 |
|
zhanyong.wan
|
d8e15d9c4a
|
Adds more tests for the gmock generator.
|
2010-10-05 19:21:38 +00:00 |
|
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).
|
2010-10-05 06:11:56 +00:00 |
|
zhanyong.wan
|
b82431625d
|
Makes all container matchers work with (possibly multi-dimensional) native arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
|
2009-06-04 05:48:20 +00:00 |
|
zhanyong.wan
|
c2ad46a5df
|
Improves gmock generator and adds a test for it (by Neal Norwitz).
|
2009-06-02 20:41:21 +00:00 |
|
zhanyong.wan
|
d955e83bee
|
Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger.
|
2009-05-07 21:20:57 +00:00 |
|
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().
|
2009-05-07 20:38:25 +00:00 |
|
nnorwitz
|
ce60784fb5
|
Allow any number of ClassNames to be specified on the command line.
0 ClassNames means emit all classes found in the file.
|
2009-05-06 05:57:09 +00:00 |
|
nnorwitz
|
60df3efe39
|
Fix grammar in comment
|
2009-05-06 05:31:57 +00:00 |
|
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.
|
2009-05-06 05:01:46 +00:00 |
|
shiqian
|
e35fdd936d
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
2008-12-10 05:08:54 +00:00 |
|