index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes a lock reentrancy when destroying a mock causes destruction of another ...
vladlosev
2011-10-24
1
-1
/
+52
*
Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595.
zhanyong.wan
2011-09-16
1
-0
/
+81
*
Adds support for building Google Mock as a shared library (DLL).
vladlosev
2011-05-20
1
-1
/
+1
*
A test to verify correcteness of Google Mock on multiple threads.
vladlosev
2011-05-11
1
-0
/
+322
*
simplifies TrulyMatcher and adds a test for it
zhanyong.wan
2011-04-14
1
-0
/
+23
*
Changes diagnostic output of the question mark from '\?' to '?'.
vladlosev
2011-04-01
1
-6
/
+6
*
Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek).
zhanyong.wan
2011-03-16
1
-0
/
+29
*
Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and
zhanyong.wan
2011-03-09
1
-5
/
+46
*
Indents preprocessor directives.
zhanyong.wan
2011-02-24
6
-24
/
+30
*
Makes Google Mock compile much faster and use much less memory; reviewed by N...
zhanyong.wan
2011-02-23
2
-6
/
+54
*
Improves cross-platform compatibility of gmock output. This fixes issue 135.
vladlosev
2011-02-11
1
-10
/
+38
*
Enables SetArgPointee<>() to accept a string literal; removes a self-assignme...
zhanyong.wan
2010-12-02
2
-1
/
+38
*
Adds action SaveArgPointee.
zhanyong.wan
2010-10-14
1
-0
/
+27
*
Adds SetArgPointee to replace SetArgumentPointee.
zhanyong.wan
2010-10-05
4
-53
/
+172
*
Prints the type of the actual value as part of a match message when appropriate.
zhanyong.wan
2010-09-27
1
-28
/
+73
*
Include gtest and gmock headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
16
-52
/
+52
*
Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigne...
zhanyong.wan
2010-08-31
3
-16
/
+16
*
Picks up gtest r453.
zhanyong.wan
2010-08-09
1
-1
/
+1
*
Removes unused scons scripts; picks up gtest r446.
zhanyong.wan
2010-07-21
2
-3
/
+3
*
Implements ReturnPointee() and ReturnRefOfCopy().
zhanyong.wan
2010-07-03
2
-0
/
+35
*
Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.
zhanyong.wan
2010-06-09
1
-0
/
+51
*
Replaces Python-style interpolation with arbitrary C++ string expression in M...
zhanyong.wan
2010-06-08
2
-361
/
+27
*
Implements Pointwise().
zhanyong.wan
2010-05-17
3
-47
/
+172
*
Renames test script flags.
vladlosev
2010-05-13
2
-59
/
+3
*
Moves the universal printer from gmock to gtest (by Vlad Losev).
zhanyong.wan
2010-05-10
5
-1552
/
+7
*
Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110).
vladlosev
2010-05-05
3
-15
/
+25
*
Adds a synchronization test.
vladlosev
2010-05-04
1
-2
/
+16
*
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhan...
zhanyong.wan
2010-04-22
1
-7
/
+95
*
Improves matcher messages across the board.
zhanyong.wan
2010-03-24
3
-147
/
+381
*
Fixes the explanation generated by many composite matchers (by Manuel Klimek)...
zhanyong.wan
2010-03-16
3
-47
/
+81
*
Adds IsInterested() to MatchResultListener; clarifies the format of matcher d...
zhanyong.wan
2010-03-15
1
-8
/
+45
*
Adds a free function MatchAndExplain().
zhanyong.wan
2010-03-05
1
-2
/
+26
*
Enables tests depending on stdout capturing (by Vlad Losev).
zhanyong.wan
2010-02-02
3
-117
/
+124
*
BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/goo...
zhanyong.wan
2010-01-28
2
-37
/
+38
*
Enables regex matchers on all platforms.
zhanyong.wan
2010-01-14
3
-26
/
+18
*
Allows Field() and Property() to work when the matcher argument is a pointer ...
zhanyong.wan
2010-01-13
1
-0
/
+23
*
Implements the new matcher API.
zhanyong.wan
2010-01-08
2
-16
/
+181
*
Fixes a slew of compiler warnings and turns on "warning as error" in the scon...
zhanyong.wan
2009-12-23
15
-70
/
+235
*
Removes uses of GTEST_HAS_STD_STRING.
zhanyong.wan
2009-12-16
2
-6
/
+0
*
Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad Lo...
zhanyong.wan
2009-12-01
4
-9
/
+26
*
Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Pyth...
zhanyong.wan
2009-11-24
5
-97
/
+74
*
Tests NotNull/IsNull with testing::internal::scoped_ptr.
vladlosev
2009-11-18
1
-0
/
+19
*
Updates IsNull and NotNull matchers to work with smart pointers.
vladlosev
2009-11-18
1
-0
/
+37
*
Enables gmock's implicit_cast to work with source types that have a non-const...
vladlosev
2009-11-18
1
-4
/
+135
*
Enables gmock's implicit_cast to work with source types that
vladlosev
2009-11-18
1
-0
/
+47
*
Adds gmock_all_test.cc for compiling most gmock tests in a single file.
zhanyong.wan
2009-11-12
1
-0
/
+49
*
Adds a dummy test to gmock-port.test.cc.
zhanyong.wan
2009-11-06
1
-1
/
+5
*
Enables more verbose output for expectations (by Sverre Sundsdal); Fixes info...
vladlosev
2009-10-21
4
-63
/
+81
*
Changes gmock's version to 1.4.0. Also fixes a compiler warning.
zhanyong.wan
2009-09-30
1
-1
/
+1
*
Implements the MockFunction class.
zhanyong.wan
2009-09-25
1
-0
/
+44
[next]