Lines Matching full:for
1 Changes for 1.6.0:
9 * Project files for Visual Studio 2010.
20 * The description string for MATCHER*() changes from Python-style
23 * Some non-essential project files for Visual Studio 2005 are removed.
25 Changes for 1.5.0:
29 * New feature: function for printing a value of arbitrary type.
30 * New feature: function ExplainMatchResult() for easy definition of
39 * Added GCC 4.0 support for Google Mock Doctor.
40 * Added gmock_all_test.cc for compiling most Google Mock tests
50 * Dropped support for 'make install'.
52 Changes for 1.4.0 (we skipped 1.2.* and 1.3.* to match the version of
58 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
59 * New feature: ACTION_TEMPLATE for defining templatized actions.
60 * New feature: the .After() clause for specifying expectation order.
61 * New feature: the .With() clause for for specifying inter-argument
67 * New feature: utility class MockFunction<F>, useful for checkpoints, etc.
70 * New feature: a script for fusing all Google Mock and Google Test
71 source files for easy deployment.
74 * Compatibility fixes for Mac OS X and gcc.
77 Changes for 1.1.0:
80 * New feature: macros for easily defining new matchers
81 * New feature: macros for easily defining new actions.
83 * New feature: actions for accessing function arguments and throwing
85 * Improved the Google Mock doctor script for diagnosing compiler errors.
88 Changes for 1.0.0: