googletest/include/gmock/internal
billydonahue 1f5fdea417 Push several shanges:
Make single argument constructors explicit in macros.

    Remove NOMINMAX macro.

    Add macros for disabling Microsoft Visual C++ warnings.

    Add WhenDynamicCastTo<T> matcher.
    A matcher that matches a pointer that matches inner_matcher when
    dynamic_cast<T> is applied.

    Add IWYU export pragmas to the tuple include lines.

    Fix NativeArray to not require a copy constructor unless we ask for one.
    This allows ElementsAre() to support non-copyable types.

    Examine WINAPI_FAMILY_PARTITION macros to better distinguish windows platforms.
    Author: martin@martin.st
    From: https://codereview.appspot.com/57220043/
2014-05-19 17:54:51 +00:00
..
gmock-generated-internal-utils.h Export tuple and friends in the ::testing namespace. 2014-04-02 20:30:00 +00:00
gmock-generated-internal-utils.h.pump Export tuple and friends in the ::testing namespace. 2014-04-02 20:30:00 +00:00
gmock-internal-utils.h Push several shanges: 2014-05-19 17:54:51 +00:00
gmock-port.h Adds a note in the "uninteresting mock method call" warning to advise people how to handle the warning. 2014-01-12 23:42:34 +00:00