googletest/include/gmock
jgm 38513a8bb1 Unfortunately, the svn repo is a bit out of date. This commit contains 8
changes that haven't made it to svn. The descriptions of each change are listed
below.

- Fixes some python shebang lines.

- Add ElementsAreArray overloads to gmock. ElementsAreArray now makes a copy of
  its input elements before the conversion to a Matcher. ElementsAreArray can
  now take a vector as input. ElementsAreArray can now take an iterator pair as
  input.

- Templatize MatchAndExplain to allow independent string types for the matcher
  and matchee. I also templatized the ConstCharPointer version of
  MatchAndExplain to avoid calls with "char*" from using the new templated
  MatchAndExplain.

- Fixes the bug where the constructor of the return type of ElementsAre() saves
  a reference instead of a copy of the arguments.

- Extends ElementsAre() to accept arrays whose sizes aren't known.

- Switches gTest's internal FilePath class from testing::internal::String to
  std::string. testing::internal::String was introduced when gTest couldn't
  depend on std::string.  It's now deprecated.

- Switches gTest & gMock from using testing::internal::String objects to
  std::string. Some static methods of String are still in use.  We may be able
  to remove some but not all of them.  In particular, String::Format() should
  eventually be removed as it truncates the result at 4096 characters, often
  causing problems.
2012-11-15 15:50:36 +00:00
..
internal Unfortunately, the svn repo is a bit out of date. This commit contains 8 2012-11-15 15:50:36 +00:00
gmock-actions.h Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. 2012-04-10 16:02:11 +00:00
gmock-cardinalities.h Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. 2012-04-10 16:02:11 +00:00
gmock-generated-actions.h Pulls in gtest r615. 2012-05-31 20:40:56 +00:00
gmock-generated-actions.h.pump Pulls in gtest r615. 2012-05-31 20:40:56 +00:00
gmock-generated-function-mockers.h Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68. 2011-02-23 19:39:27 +00:00
gmock-generated-function-mockers.h.pump Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68. 2011-02-23 19:39:27 +00:00
gmock-generated-matchers.h Unfortunately, the svn repo is a bit out of date. This commit contains 8 2012-11-15 15:50:36 +00:00
gmock-generated-matchers.h.pump Unfortunately, the svn repo is a bit out of date. This commit contains 8 2012-11-15 15:50:36 +00:00
gmock-generated-nice-strict.h Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox). 2011-02-01 00:00:03 +00:00
gmock-generated-nice-strict.h.pump Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox). 2011-02-01 00:00:03 +00:00
gmock-matchers.h Unfortunately, the svn repo is a bit out of date. This commit contains 8 2012-11-15 15:50:36 +00:00
gmock-more-actions.h Indents preprocessor directives. 2011-02-24 07:29:13 +00:00
gmock-spec-builders.h Pulls in gtest r615. 2012-05-31 20:40:56 +00:00
gmock.h Adds support for building Google Mock as a shared library (DLL). 2011-05-20 00:42:22 +00:00