index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename custom/callback-actions.h[.pump] =>
kosak
2015-07-28
1
-2
/
+2
*
Move Callback-related generated actions to a custom/ file.
kosak
2015-07-19
1
-2
/
+2
*
Change IsNull and NotNull to use ==/!= nullptr in C++11.
kosak
2015-04-28
1
-1
/
+1
*
Adding support to gmock_gen for nested templates.
kosak
2015-01-08
3
-4
/
+41
*
Add support for C++11 explicitly defaulted and deleted special member functio...
kosak
2014-11-17
2
-4
/
+73
*
Prevent gmock_gen from returning exit code zero on a failure to parse.
kosak
2014-11-17
1
-1
/
+1
*
Handle parameters without variable names when the type includes *, & or [].
kosak
2014-11-17
2
-4
/
+33
*
Update gmock_doctor to accept static_assert output.
kosak
2014-11-17
1
-0
/
+9
*
Make the gmock generator work with the 'override' keyword. Also pull in gtest...
kosak
2014-03-12
3
-2
/
+17
*
makes googlemock generator handle some class templates; pulls in gtest r662
zhanyong.wan
2013-09-06
3
-3
/
+71
*
Pulls in gtest r615.
zhanyong.wan
2012-05-31
1
-3
/
+13
*
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...
jgm
2012-04-10
1
-1
/
+1
*
Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg M...
vladlosev
2011-10-24
1
-1
/
+1
*
Modifies gmock_doctor.py to work with GCC output that contains file:line:char...
vladlosev
2011-09-28
1
-1
/
+4
*
Renames the license files.
vladlosev
2011-09-09
1
-0
/
+0
*
More Clang support improvements in Google Mock Doctor.
vladlosev
2011-08-25
1
-5
/
+5
*
Improves support for Clang in Google Mock Doctor.
vladlosev
2011-08-16
1
-2
/
+3
*
Fixes issue 139 and issue 140.
vladlosev
2011-05-20
2
-12
/
+73
*
Fixes Google Mock Doctor affected by the latest tweaks to Clang.
vladlosev
2011-03-29
1
-1
/
+1
*
Makes Google Mock compile much faster and use much less memory; reviewed by N...
zhanyong.wan
2011-02-23
1
-2
/
+2
*
Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance...
zhanyong.wan
2011-02-01
3
-5
/
+27
*
Enables SetArgPointee<>() to accept a string literal; removes a self-assignme...
zhanyong.wan
2010-12-02
1
-1
/
+17
*
Adds more tests for the gmock generator.
zhanyong.wan
2010-10-05
1
-5
/
+66
*
Enables gmock_gen to handle return types that are templates (based on Pride H...
zhanyong.wan
2010-10-05
1
-9
/
+23
*
Adds SetArgPointee to replace SetArgumentPointee.
zhanyong.wan
2010-10-05
1
-0
/
+1
*
Factors out email address in Google Mock Doctor messages.
vladlosev
2010-09-29
1
-10
/
+14
*
Fixes issue 105.
zhanyong.wan
2010-09-27
1
-1
/
+1
*
Updates the gMock Doctor script to understand Clang error messages.
vladlosev
2010-09-25
1
-176
/
+253
*
Include gtest and gmock headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-11
/
+11
*
Moves the universal printer from gmock to gtest (by Vlad Losev).
zhanyong.wan
2010-05-10
1
-1
/
+1
*
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhan...
zhanyong.wan
2010-04-22
1
-57
/
+0
*
Makes gmock_doctor work with gcc 4.4.0.
zhanyong.wan
2009-12-09
1
-9
/
+18
*
Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Pyth...
zhanyong.wan
2009-11-24
1
-3
/
+3
*
Adjusts gMock Doctor to work with Return implementation updated in r233
vladlosev
2009-11-18
1
-4
/
+7
*
Removes gmock's dependency on python2.4.
zhanyong.wan
2009-09-22
1
-1
/
+1
*
Makes ByRef(x) printable as a reference to x.
zhanyong.wan
2009-07-20
1
-1
/
+0
*
Fixes errors in the autotools scripts.
zhanyong.wan
2009-06-05
1
-1
/
+1
*
Makes all container matchers work with (possibly multi-dimensional) native ar...
zhanyong.wan
2009-06-04
3
-6
/
+65
*
Improves gmock generator and adds a test for it (by Neal Norwitz).
zhanyong.wan
2009-06-02
3
-11
/
+159
*
Avoids unnecessary printing of call into to internal buffers;
zhanyong.wan
2009-05-29
1
-30
/
+63
*
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...
zhanyong.wan
2009-05-14
1
-4
/
+25
*
Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger.
zhanyong.wan
2009-05-07
4
-8
/
+10
*
Cleans up the mock generator script:
zhanyong.wan
2009-05-07
2
-22
/
+31
*
Allow any number of ClassNames to be specified on the command line.
nnorwitz
2009-05-06
2
-7
/
+18
*
Fix grammar in comment
nnorwitz
2009-05-06
1
-1
/
+1
*
Issue 44: "const" is missing for const return types
nnorwitz
2009-05-06
1
-1
/
+5
*
Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source files...
zhanyong.wan
2009-04-09
2
-0
/
+297
*
Adds upload_gmock.py for uploading a patch for review.
zhanyong.wan
2009-02-13
2
-0
/
+1465
*
Improves error messages for undefined return value (by Sverre Sundsdal); impr...
zhanyong.wan
2009-01-27
1
-0
/
+19
*
Improves the documentation.
shiqian
2008-12-11
1
-1
/
+1
[next]