Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Also update gmock_doctor due to Clang wording change. | ||||
* | 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 ↵ | kosak | 2014-11-17 | 2 | -4/+73 |
| | | | | functions in the gmock generator. | ||||
* | 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 ↵ | kosak | 2014-03-12 | 3 | -2/+17 |
| | | | | gtest 680. | ||||
* | 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 |
| | | | | | | 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 ↵ | jgm | 2012-04-10 | 1 | -1/+1 |
| | | | | some formatting changes. | ||||
* | Fixed Google Mock Doctor Clang regexes to work on both k8 and piii (by Greg ↵ | vladlosev | 2011-10-24 | 1 | -1/+1 |
| | | | | Miller). | ||||
* | Modifies gmock_doctor.py to work with GCC output that contains ↵ | vladlosev | 2011-09-28 | 1 | -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. | 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 ↵ | zhanyong.wan | 2011-02-23 | 1 | -2/+2 |
| | | | | Nico Weber. This fixes issue 68. | ||||
* | Picks up gtest r536; renames implicit_cast and down_cast to reduce the ↵ | zhanyong.wan | 2011-02-01 | 3 | -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.wan | 2010-12-02 | 1 | -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.wan | 2010-10-05 | 1 | -5/+66 |
| | |||||
* | Enables gmock_gen to handle return types that are templates (based on Pride ↵ | zhanyong.wan | 2010-10-05 | 1 | -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.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 ↵ | zhanyong.wan | 2010-04-22 | 1 | -57/+0 |
| | | | | Zhanyong Wan); pulls in gtest r424. | ||||
* | 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 ↵ | zhanyong.wan | 2009-11-24 | 1 | -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 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 ↵ | zhanyong.wan | 2009-06-04 | 3 | -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.wan | 2009-06-02 | 3 | -11/+159 |
| | |||||
* | Avoids unnecessary printing of call into to internal buffers; | zhanyong.wan | 2009-05-29 | 1 | -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.wan | 2009-05-14 | 1 | -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.wan | 2009-05-07 | 4 | -8/+10 |
| | |||||
* | Cleans up the mock generator script: | zhanyong.wan | 2009-05-07 | 2 | -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. | nnorwitz | 2009-05-06 | 2 | -7/+18 |
| | | | | 0 ClassNames means emit all classes found in the file. | ||||
* | 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 |
| | | | | | 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.wan | 2009-04-09 | 2 | -0/+297 |
| | | | | files (by Zhanyong Wan). | ||||
* | 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); ↵ | zhanyong.wan | 2009-01-27 | 1 | -0/+19 |
| | | | | improves gmock_doctor. | ||||
* | Improves the documentation. | shiqian | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | More tweaks to the build script. | shiqian | 2008-12-11 | 1 | -0/+303 |
| |