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
/
ast.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Adding support to gmock_gen for nested templates.
kosak
2015-01-08
1
-3
/
+4
|
*
Add support for C++11 explicitly defaulted and deleted special member ↵
kosak
2014-11-17
1
-4
/
+11
|
|
|
|
functions in the gmock generator.
*
Handle parameters without variable names when the type includes *, & or [].
kosak
2014-11-17
1
-4
/
+3
|
*
Make the gmock generator work with the 'override' keyword. Also pull in ↵
kosak
2014-03-12
1
-1
/
+4
|
|
|
|
gtest 680.
*
makes googlemock generator handle some class templates; pulls in gtest r662
zhanyong.wan
2013-09-06
1
-1
/
+1
|
*
Picks up gtest r536; renames implicit_cast and down_cast to reduce the ↵
zhanyong.wan
2011-02-01
1
-1
/
+7
|
|
|
|
chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
*
Improves gmock generator and adds a test for it (by Neal Norwitz).
zhanyong.wan
2009-06-02
1
-5
/
+9
|
*
Initial drop of Google Mock. The files are incomplete and thus may not ↵
shiqian
2008-12-10
1
-0
/
+1713
build correctly yet.