19 Commits (53d49dc43ea3f34a61f4a017d33ac5a0b650a68d)

Author SHA1 Message Date
kosak 8e838ce0fd Adding support to gmock_gen for nested templates. 10 years ago
kosak 61adbcc5c6 Add support for C++11 explicitly defaulted and deleted special member functions in the gmock generator. 11 years ago
kosak 055b6b17d2 Prevent gmock_gen from returning exit code zero on a failure to parse. 11 years ago
kosak f58b49a2b1 Handle parameters without variable names when the type includes *, & or []. 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 5aa8dd99e2 Renames the license files. 14 years ago
vladlosev f4eeaedb39 Fixes issue 139 and issue 140. 14 years ago
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). 14 years ago
zhanyong.wan d8e15d9c4a Adds more tests for the gmock generator. 15 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 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. 16 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: 16 years ago
nnorwitz ce60784fb5 Allow any number of ClassNames to be specified on the command line. 16 years ago
nnorwitz 60df3efe39 Fix grammar in comment 16 years ago
nnorwitz 987a978c3c Issue 44: "const" is missing for const 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