index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
gmock
/
gmock-generated-matchers.h.pump
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Makes gmock work on Symbian (both 3rd & 5th editions), original patch ↵
zhanyong.wan
2009-09-25
1
-0
/
+15
|
|
|
|
contributed by Mika Raento.
*
Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h ↵
zhanyong.wan
2009-07-21
1
-222
/
+2
|
|
|
|
(by Zhanyong Wan).
*
Implements the Args<k1, ..., kn>(m) matcher.
zhanyong.wan
2009-06-09
1
-0
/
+141
|
*
Makes all container matchers work with (possibly multi-dimensional) native ↵
zhanyong.wan
2009-06-04
1
-57
/
+24
|
|
|
|
arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
*
Implements Contains(element) matcher. By Gary Morain.
zhanyong.wan
2009-02-20
1
-0
/
+41
|
*
Implements custom description string for MATCHER*.
zhanyong.wan
2009-02-19
1
-32
/
+109
|
*
Makes sure all internal macros are named GMOCK_*_. No functionality is changed.
zhanyong.wan
2009-02-19
1
-4
/
+7
|
*
Implements the MATCHER* macros.
zhanyong.wan
2009-02-12
1
-0
/
+210
|
*
Initial drop of Google Mock. The files are incomplete and thus may not ↵
shiqian
2008-12-10
1
-0
/
+303
build correctly yet.