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
*
Support mocking methods with move-only return types.
kosak
2014-01-29
1
-0
/
+59
*
Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013.
kosak
2014-01-13
2
-11
/
+22
*
Adds a note in the "uninteresting mock method call" warning to advise people ...
kosak
2014-01-12
2
-4
/
+16
*
Distinguish between C++11 language and library support for <initializer_list>.
kosak
2013-12-04
2
-4
/
+4
*
Fix warnings encountered with clang -Wall, and pull in gtest 670.
kosak
2013-12-03
2
-37
/
+33
*
Clarify the rationale for gmock_all_test.cc, and pull in gtest 669
kosak
2013-12-03
1
-2
/
+5
*
Don't copy the argument in SafeMatcherCast because it's not safe.
kosak
2013-12-03
1
-0
/
+23
*
avoids clash with the max() macro on Windows
zhanyong.wan
2013-09-18
1
-95
/
+60
*
fixes the bug reported by Andrzej Jarzabek where 2 gmock tests fail when buil...
zhanyong.wan
2013-09-16
1
-2
/
+2
*
makes googlemock generator handle some class templates; pulls in gtest r662
zhanyong.wan
2013-09-06
2
-11
/
+30
*
Makes some container matchers accept initializer lists in C++11 mode and work...
zhanyong.wan
2013-08-08
2
-1
/
+108
*
Makes UnorderedElementsAre*() work with containers that don't have size() or ...
zhanyong.wan
2013-07-30
1
-1
/
+31
*
Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in
zhanyong.wan
2013-07-28
2
-7
/
+441
*
New floating-point matchers: DoubleNear() and friends;
zhanyong.wan
2013-06-18
3
-2
/
+256
*
Makes EXPECT_THAT typesafe; updates CHANGES for 1.7.0; pulls in gtest r653
zhanyong.wan
2013-04-24
1
-0
/
+9
*
Fixes some compatibility issues with STLport.
zhanyong.wan
2013-04-04
1
-3
/
+3
*
Makes WhenSorted() support associative containers (by billydonahue@google.com).
zhanyong.wan
2013-03-27
1
-0
/
+161
*
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
[next]