index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...
zhanyong.wan
2009-08-31
2
-27
/
+14
*
Improves protobuf print format.
zhanyong.wan
2009-08-14
1
-4
/
+11
*
Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gm...
zhanyong.wan
2009-08-07
2
-44
/
+1
*
Re-organizes the file structure for actions.
zhanyong.wan
2009-07-22
5
-450
/
+272
*
Adds the ReturnArg<k>() action (by Tim Hockin); refactors gmock-matchers.h (b...
zhanyong.wan
2009-07-21
5
-444
/
+233
*
Makes ByRef(x) printable as a reference to x.
zhanyong.wan
2009-07-20
2
-0
/
+22
*
Adds the Key() matcher, by Marcus Borger.
zhanyong.wan
2009-07-16
1
-0
/
+66
*
Implements Expectation, ExpectationSet, and After for specifying expectation ...
zhanyong.wan
2009-07-01
1
-80
/
+270
*
A trivial comment fix.
zhanyong.wan
2009-07-01
1
-1
/
+2
*
Removes the .WithArguments() clause from ON_CALL and EXPECT_CALL.
zhanyong.wan
2009-06-11
1
-14
/
+0
*
Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...
zhanyong.wan
2009-06-09
4
-61
/
+75
*
Implements the Args<k1, ..., kn>(m) matcher.
zhanyong.wan
2009-06-09
4
-11
/
+475
*
Makes all container matchers work with (possibly multi-dimensional) native ar...
zhanyong.wan
2009-06-04
5
-145
/
+495
*
Avoids unnecessary printing of call into to internal buffers;
zhanyong.wan
2009-05-29
3
-206
/
+213
*
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...
zhanyong.wan
2009-05-14
6
-942
/
+437
*
Adds more tests for using SetArgumentPointee with protobufs; works around a c...
zhanyong.wan
2009-05-13
3
-168
/
+189
*
Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...
zhanyong.wan
2009-05-11
5
-41
/
+737
*
Improves the error message for leaked mocks to include the test name (by Zhan...
zhanyong.wan
2009-05-05
1
-4
/
+4
*
Fixes tr1 tuple's path when compiled with gcc version < 4.0.0 (by Zhanyong Wan).
zhanyong.wan
2009-05-05
1
-4
/
+6
*
Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.
zhanyong.wan
2009-04-22
3
-16
/
+42
*
Adds actions ReturnNew<T>(...) and DeleteArg<k>(), by Jason Hsueh.
zhanyong.wan
2009-04-09
2
-0
/
+410
*
Makes gmock compile clean with gcc -Wall -Wextra.
zhanyong.wan
2009-04-03
2
-59
/
+53
*
Makes googlemock compile with gcc 3.3.
zhanyong.wan
2009-03-31
1
-32
/
+55
*
Fixes an error when compiling with gcc 4.4.
zhanyong.wan
2009-03-31
1
-1
/
+1
*
Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.
zhanyong.wan
2009-03-26
4
-14
/
+15
*
Allows mock methods overloaded on argument number or the const-ness of this o...
zhanyong.wan
2009-03-25
2
-66
/
+78
*
Makes the code compile on Windows CE.
zhanyong.wan
2009-03-11
1
-0
/
+12
*
Allows a mock object to delete itself in an action. By Simon Bowden.
zhanyong.wan
2009-03-03
1
-4
/
+12
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
3
-6
/
+6
*
Implements Contains(element) matcher. By Gary Morain.
zhanyong.wan
2009-02-20
2
-0
/
+82
*
Adds two actions: SaveArg and SetArgReferee.
zhanyong.wan
2009-02-19
2
-31
/
+116
*
Fixes link errors due to an MS VC bug. By Vlad Losev.
zhanyong.wan
2009-02-19
2
-67
/
+76
*
Implements custom description string for MATCHER*.
zhanyong.wan
2009-02-19
3
-262
/
+476
*
Makes sure all internal macros are named GMOCK_*_. No functionality is changed.
zhanyong.wan
2009-02-19
12
-432
/
+451
*
Implements the MATCHER* macros.
zhanyong.wan
2009-02-12
4
-1
/
+1059
*
Fixes the "ambiguous overload" compiler error when a mock function takes an a...
zhanyong.wan
2009-02-11
1
-2
/
+13
*
Implements action Throw(exception).
zhanyong.wan
2009-02-06
2
-0
/
+20
*
Improves ACTION* to allow explicit instantiating with reference types.
zhanyong.wan
2009-02-02
2
-116
/
+116
*
Improves error messages for undefined return value (by Sverre Sundsdal); impr...
zhanyong.wan
2009-01-27
2
-12
/
+36
*
Implements ContainerEq.
zhanyong.wan
2009-01-16
1
-0
/
+78
*
Implements the ACTION* macros.
shiqian
2009-01-09
2
-0
/
+1180
*
Fixes compatibility with gcc 4.3's tuple implementation.
shiqian
2008-12-11
1
-8
/
+74
*
Initial drop of Google Mock. The files are incomplete and thus may not build...
shiqian
2008-12-10
18
-0
/
+10525