summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Rename custom/callback-actions.h[.pump] =>HEADmasterkosak@google.com2015-07-281-2/+2
* Move Callback-related generated actions to a custom/ file.kosak@google.com2015-07-191-2/+2
* Change IsNull and NotNull to use ==/!= nullptr in C++11.kosak@google.com2015-04-281-1/+1
* Adding support to gmock_gen for nested templates.kosak@google.com2015-01-083-4/+41
* Add support for C++11 explicitly defaulted and deleted special member functio...kosak@google.com2014-11-172-4/+73
* Prevent gmock_gen from returning exit code zero on a failure to parse.kosak@google.com2014-11-171-1/+1
* Handle parameters without variable names when the type includes *, & or [].kosak@google.com2014-11-172-4/+33
* Update gmock_doctor to accept static_assert output.kosak@google.com2014-11-171-0/+9
* Make the gmock generator work with the 'override' keyword. Also pull in gtest...kosak@google.com2014-03-123-2/+17
* makes googlemock generator handle some class templates; pulls in gtest r662zhanyong.wan2013-09-063-3/+71
* Pulls in gtest r615.zhanyong.wan2012-05-311-3/+13
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also s...jgm@google.com2012-04-101-1/+1
* Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg M...vladlosev2011-10-241-1/+1
* Modifies gmock_doctor.py to work with GCC output that contains file:line:char...vladlosev2011-09-281-1/+4
* Renames the license files.vladlosev2011-09-091-0/+0
* More Clang support improvements in Google Mock Doctor.vladlosev2011-08-251-5/+5
* Improves support for Clang in Google Mock Doctor.vladlosev2011-08-161-2/+3
* Fixes issue 139 and issue 140.vladlosev2011-05-202-12/+73
* Fixes Google Mock Doctor affected by the latest tweaks to Clang.vladlosev2011-03-291-1/+1
* Makes Google Mock compile much faster and use much less memory; reviewed by N...zhanyong.wan2011-02-231-2/+2
* Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance...zhanyong.wan2011-02-013-5/+27
* Enables SetArgPointee<>() to accept a string literal; removes a self-assignme...zhanyong.wan2010-12-021-1/+17
* Adds more tests for the gmock generator.zhanyong.wan2010-10-051-5/+66
* Enables gmock_gen to handle return types that are templates (based on Pride H...zhanyong.wan2010-10-051-9/+23
* Adds SetArgPointee to replace SetArgumentPointee.zhanyong.wan2010-10-051-0/+1
* Factors out email address in Google Mock Doctor messages.vladlosev2010-09-291-10/+14
* Fixes issue 105.zhanyong.wan2010-09-271-1/+1
* Updates the gMock Doctor script to understand Clang error messages.vladlosev2010-09-251-176/+253
* Include gtest and gmock headers as user headers instead of system headers.zhanyong.wan2010-09-141-11/+11
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-1/+1
* Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhan...zhanyong.wan2010-04-221-57/+0
* Makes gmock_doctor work with gcc 4.4.0.zhanyong.wan2009-12-091-9/+18
* Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Pyth...zhanyong.wan2009-11-241-3/+3
* Adjusts gMock Doctor to work with Return implementation updated in r233vladlosev2009-11-181-4/+7
* Removes gmock's dependency on python2.4.zhanyong.wan2009-09-221-1/+1
* Makes ByRef(x) printable as a reference to x.zhanyong.wan2009-07-201-1/+0
* Fixes errors in the autotools scripts.zhanyong.wan2009-06-051-1/+1
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-043-6/+65
* Improves gmock generator and adds a test for it (by Neal Norwitz).zhanyong.wan2009-06-023-11/+159
* Avoids unnecessary printing of call into to internal buffers;zhanyong.wan2009-05-291-30/+63
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...zhanyong.wan2009-05-141-4/+25
* Makes the mock generator work with python2.3.5, which comes with Mac OS X Tiger.zhanyong.wan2009-05-074-8/+10
* Cleans up the mock generator script:zhanyong.wan2009-05-072-22/+31
* Allow any number of ClassNames to be specified on the command line.nnorwitz2009-05-062-7/+18
* Fix grammar in commentnnorwitz2009-05-061-1/+1
* Issue 44: "const" is missing for const return typesnnorwitz2009-05-061-1/+5
* Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source files...zhanyong.wan2009-04-092-0/+297
* Adds upload_gmock.py for uploading a patch for review.zhanyong.wan2009-02-132-0/+1465
* Improves error messages for undefined return value (by Sverre Sundsdal); impr...zhanyong.wan2009-01-271-0/+19
* Improves the documentation.shiqian2008-12-111-1/+1