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
*
Improves matcher messages across the board.
zhanyong.wan
2010-03-24
4
-98
/
+123
*
Fixes the explanation generated by many composite matchers (by Manuel Klimek)...
zhanyong.wan
2010-03-16
2
-96
/
+104
*
Adds IsInterested() to MatchResultListener; clarifies the format of matcher d...
zhanyong.wan
2010-03-15
1
-3
/
+16
*
Adds a free function MatchAndExplain().
zhanyong.wan
2010-03-05
1
-0
/
+8
*
Adds threading support (by Vlad Losev); updates the version number (by Zhanyo...
zhanyong.wan
2010-02-24
1
-1
/
+1
*
BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/goo...
zhanyong.wan
2010-01-28
1
-204
/
+76
*
Enables regex matchers on all platforms.
zhanyong.wan
2010-01-14
2
-26
/
+0
*
Allows Field() and Property() to work when the matcher argument is a pointer ...
zhanyong.wan
2010-01-13
1
-3
/
+6
*
Converts more matchers to the new API; fixes MatchAndExplain() for polymorphi...
zhanyong.wan
2010-01-12
1
-46
/
+93
*
Implements the new matcher API.
zhanyong.wan
2010-01-08
4
-409
/
+582
*
Fixes a slew of compiler warnings and turns on "warning as error" in the scon...
zhanyong.wan
2009-12-23
13
-21
/
+444
*
Removes uses of GTEST_HAS_STD_STRING.
zhanyong.wan
2009-12-16
3
-7
/
+1
*
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
[next]