aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Make the gmock generator work with the 'override' keyword. Also pull in ↵kosak2014-03-123-2/+17
| | | | gtest 680.
* 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
| | | | | | Renames internal enums to the kFoo naming style. Fixes gmock doctor to work with newer versions of Clang.
* Reduced template instantiation depth for the AllOf and AnyOf matchers. Also ↵jgm2012-04-101-1/+1
| | | | some formatting changes.
* Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg ↵vladlosev2011-10-241-1/+1
| | | | Miller).
* Modifies gmock_doctor.py to work with GCC output that contains ↵vladlosev2011-09-281-1/+4
| | | | file:line:char positions and left and right quote characters (U+2018 and U+2019) instead of apostrophes (U+0027).
* 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 ↵zhanyong.wan2011-02-231-2/+2
| | | | Nico Weber. This fixes issue 68.
* Picks up gtest r536; renames implicit_cast and down_cast to reduce the ↵zhanyong.wan2011-02-013-5/+27
| | | | chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
* Enables SetArgPointee<>() to accept a string literal; removes a ↵zhanyong.wan2010-12-021-1/+17
| | | | self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525.
* 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 ↵zhanyong.wan2010-10-051-9/+23
| | | | Haveit's patch); also fixes deprecation warnings when using gmock_gen with python 2.6 (by Aaron Jacobs).
* 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 ↵zhanyong.wan2010-04-221-57/+0
| | | | Zhanyong Wan); pulls in gtest r424.
* 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 ↵zhanyong.wan2009-11-241-3/+3
| | | | Python tests work on Windows (by Vlad Losev); adds run_tests.py (by Vlad Losev).
* 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 ↵zhanyong.wan2009-06-043-6/+65
| | | | arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
* 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
| | | | | | Made the universal value printer safer when printing char[]; Removed duplicated code in InvokeWith; Improved gmock_doctor.py.
* Finishes SafeMatcherCast by catching lossy arithmetic conversions at ↵zhanyong.wan2009-05-141-4/+25
| | | | compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn.
* 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
| | | | | | - updates the doc string. - adds a version number. - fixes the condition for error messages in _GenerateMocks().
* Allow any number of ClassNames to be specified on the command line.nnorwitz2009-05-062-7/+18
| | | | 0 ClassNames means emit all classes found in the file.
* Fix grammar in commentnnorwitz2009-05-061-1/+1
|
* Issue 44: "const" is missing for const return typesnnorwitz2009-05-061-1/+5
| | | | | The modifiers (things like const, volatile, etc) were not being added to return types.
* Adds fuse_gmock_files.py to fuse all Google Mock and Google Test source ↵zhanyong.wan2009-04-092-0/+297
| | | | files (by Zhanyong Wan).
* 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); ↵zhanyong.wan2009-01-271-0/+19
| | | | improves gmock_doctor.
* Improves the documentation.shiqian2008-12-111-1/+1
|
* More tweaks to the build script.shiqian2008-12-111-0/+303
|
* Initial drop of Google Mock. The files are incomplete and thus may not ↵shiqian2008-12-1011-0/+3005
build correctly yet.