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
*
Adds special support for matching StringPiece. Pulls in gtest r646.
zhanyong.wan
2013-03-25
1
-0
/
+38
*
Adds a cmake target for gmock_ex_test; also fixes name shadowing warnings.
zhanyong.wan
2013-03-01
1
-7
/
+7
*
Improves the tests for nice, naggy, and strict mocks.
zhanyong.wan
2013-03-01
3
-23
/
+74
*
Allows the return type of a mock method to contain unprotected commas.
zhanyong.wan
2013-03-01
1
-1
/
+49
*
Removes unused variables and functions.
zhanyong.wan
2013-03-01
3
-57
/
+27
*
Implements NaggyMock.
zhanyong.wan
2013-03-01
1
-6
/
+100
*
Implements matcher SizeIs().
zhanyong.wan
2013-03-01
1
-0
/
+59
*
Implements matcher IsEmpty(); also pulls in gtest r643.
zhanyong.wan
2013-03-01
1
-0
/
+34
*
Makes googlemock throw a runtime_error instead of abort when a mock
zhanyong.wan
2013-02-28
3
-94
/
+257
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
5
-34
/
+115
*
Makes gmock's Pointee() work for optional<T> (by Jeffrey Yasskin).
vladlosev
2012-08-14
1
-0
/
+32
*
Pulls in gtest r615.
zhanyong.wan
2012-05-31
1
-17
/
+17
*
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...
jgm
2012-04-10
6
-42
/
+104
*
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
[next]