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
*
Fixes a C++-standard-compliance bug in gmock-printers.h.
zhanyong.wan
2009-12-02
1
-54
/
+59
*
Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Lo...
zhanyong.wan
2009-12-01
1
-1
/
+1
*
Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Pyth...
zhanyong.wan
2009-11-24
1
-28
/
+12
*
Updates IsNull and NotNull matchers to work with smart pointers.
vladlosev
2009-11-18
1
-6
/
+6
*
Enables gmock's implicit_cast to work with source types that have a non-const...
vladlosev
2009-11-18
1
-1
/
+13
*
Enables gmock's implicit_cast to work with source types that
vladlosev
2009-11-18
1
-3
/
+34
*
Makes gmock-generated-function-mockers.h conform to the C++ standard.
zhanyong.wan
2009-11-12
2
-20
/
+61
*
Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info...
vladlosev
2009-10-21
1
-17
/
+37
*
Works around a Symbian compiler bug that causes memory leak (by Mika Raento).
zhanyong.wan
2009-10-01
1
-3
/
+10
*
Implements the MockFunction class.
zhanyong.wan
2009-09-25
2
-0
/
+160
*
Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...
zhanyong.wan
2009-09-25
5
-67
/
+125
*
Adds the IsNull() matcher.
zhanyong.wan
2009-09-24
1
-0
/
+18
*
Simplifies gmock code using gtest's OS-indicating macros.
zhanyong.wan
2009-09-24
1
-4
/
+4
*
Makes gmock compile on minGW, which uses gcc 3.4.5.
zhanyong.wan
2009-09-24
1
-3
/
+6
*
Simplifies the definition of NativeArray. Works around a VC bug in StrictMoc...
zhanyong.wan
2009-09-16
3
-51
/
+73
*
Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...
zhanyong.wan
2009-09-16
2
-51
/
+101
*
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
[next]