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
*
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...
jgm
2012-04-10
11
-292
/
+553
*
Fixes a lock reentrancy when destroying a mock causes destruction of another ...
vladlosev
2011-10-24
1
-3
/
+18
*
Expressed the thread-safety annotations in code, replacing the existing comme...
vladlosev
2011-10-24
1
-106
/
+116
*
Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595.
zhanyong.wan
2011-09-16
1
-0
/
+99
*
Adds support for building Google Mock as a shared library (DLL).
vladlosev
2011-05-20
6
-33
/
+36
*
simplifies TrulyMatcher and adds a test for it
zhanyong.wan
2011-04-14
1
-9
/
+9
*
Updates conditional directives to be consistent with the rest of the project.
vladlosev
2011-04-14
1
-2
/
+2
*
Corrects condition to compile out MSVC's pragmas. This fixes the build on MinGW.
vladlosev
2011-04-13
1
-4
/
+4
*
Removes commas from last items in enums (a C++ standard compliance fix).
vladlosev
2011-04-08
2
-4
/
+4
*
Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek).
zhanyong.wan
2011-03-16
2
-22
/
+25
*
Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and
zhanyong.wan
2011-03-09
1
-0
/
+14
*
Indents preprocessor directives.
zhanyong.wan
2011-02-24
8
-29
/
+30
*
Makes Google Mock compile much faster and use much less memory; reviewed by N...
zhanyong.wan
2011-02-23
4
-559
/
+422
*
Improves cross-platform compatibility of gmock output. This fixes issue 135.
vladlosev
2011-02-11
1
-2
/
+2
*
Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance...
zhanyong.wan
2011-02-01
4
-35
/
+35
*
Enables SetArgPointee<>() to accept a string literal; removes a self-assignme...
zhanyong.wan
2010-12-02
1
-0
/
+8
*
Adds comment clarifying the use of default-constructed matchers.
vladlosev
2010-11-17
1
-2
/
+3
*
Adds action SaveArgPointee.
zhanyong.wan
2010-10-14
1
-0
/
+10
*
Adds SetArgPointee to replace SetArgumentPointee.
zhanyong.wan
2010-10-05
1
-0
/
+9
*
Prints the type of the actual value as part of a match message when appropriate.
zhanyong.wan
2010-09-27
1
-0
/
+15
*
Include gtest and gmock headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
18
-44
/
+44
*
Removes some gmock internal macros; sorts the file lists in Makefile.am; pick...
zhanyong.wan
2010-08-09
6
-16
/
+5
*
Implements ReturnPointee() and ReturnRefOfCopy().
zhanyong.wan
2010-07-03
2
-0
/
+60
*
Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.
zhanyong.wan
2010-06-09
3
-76
/
+230
*
Replaces Python-style interpolation with arbitrary C++ string expression in M...
zhanyong.wan
2010-06-08
3
-252
/
+251
*
Implements Pointwise().
zhanyong.wan
2010-05-17
3
-49
/
+172
*
Renames test script flags.
vladlosev
2010-05-13
3
-16
/
+26
*
Moves the universal printer from gmock to gtest (by Vlad Losev).
zhanyong.wan
2010-05-10
12
-1215
/
+57
*
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhan...
zhanyong.wan
2010-04-22
1
-21
/
+123
*
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
[next]