index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
generator
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding support to gmock_gen for nested templates.
kosak
2015-01-08
3
-4
/
+41
*
Add support for C++11 explicitly defaulted and deleted special member functio...
kosak
2014-11-17
2
-4
/
+73
*
Prevent gmock_gen from returning exit code zero on a failure to parse.
kosak
2014-11-17
1
-1
/
+1
*
Handle parameters without variable names when the type includes *, & or [].
kosak
2014-11-17
2
-4
/
+33
*
Make the gmock generator work with the 'override' keyword. Also pull in gtest...
kosak
2014-03-12
3
-2
/
+17
*
makes googlemock generator handle some class templates; pulls in gtest r662
zhanyong.wan
2013-09-06
3
-3
/
+71
*
Fixes issue 139 and issue 140.
vladlosev
2011-05-20
2
-12
/
+73
*
Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance...
zhanyong.wan
2011-02-01
2
-1
/
+23
*
Adds more tests for the gmock generator.
zhanyong.wan
2010-10-05
1
-5
/
+66
*
Enables gmock_gen to handle return types that are templates (based on Pride H...
zhanyong.wan
2010-10-05
1
-9
/
+23
*
Makes all container matchers work with (possibly multi-dimensional) native ar...
zhanyong.wan
2009-06-04
1
-1
/
+1
*
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
*
Allow any number of ClassNames to be specified on the command line.
nnorwitz
2009-05-06
1
-6
/
+15
*
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
*
Initial drop of Google Mock. The files are incomplete and thus may not build...
shiqian
2008-12-10
6
-0
/
+2247