summaryrefslogtreecommitdiff
path: root/scripts/gmock_doctor.py
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
* Update gmock_doctor to accept static_assert output.kosak@google.com2014-11-171-0/+9
* 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
* 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 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-011-4/+4
* Enables SetArgPointee<>() to accept a string literal; removes a self-assignme...zhanyong.wan2010-12-021-1/+17
* 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
* Updates the gMock Doctor script to understand Clang error messages.vladlosev2010-09-251-176/+253
* Moves the universal printer from gmock to gtest (by Vlad Losev).zhanyong.wan2010-05-101-1/+1
* 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
* Makes all container matchers work with (possibly multi-dimensional) native ar...zhanyong.wan2009-06-041-4/+63
* 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
* Improves error messages for undefined return value (by Sverre Sundsdal); impr...zhanyong.wan2009-01-271-0/+19
* Initial drop of Google Mock. The files are incomplete and thus may not build...shiqian2008-12-101-0/+376