gtest: Update to 1.7.0.
authorVinson Lee <vlee@freedesktop.org>
Thu, 27 Feb 2014 06:54:24 +0000 (22:54 -0800)
committerVinson Lee <vlee@freedesktop.org>
Mon, 14 Apr 2014 07:06:53 +0000 (00:06 -0700)
commit36fb36aa36d8933fef04c1bdaed3ccc9b5108908
treebcafc1d0a3b3210ed6e2edc2ddb5ff07a6881576
parent936dda08ee6d7b2be2b016bc06780e401088ec13
gtest: Update to 1.7.0.

This patch fixes gtest build errors on Mac OS X 10.9.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73106
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Tested-by: Ian Romanick <ian.d.romanick@intel.com>
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
31 files changed:
src/gtest/include/gtest/gtest-death-test.h
src/gtest/include/gtest/gtest-message.h
src/gtest/include/gtest/gtest-param-test.h
src/gtest/include/gtest/gtest-param-test.h.pump
src/gtest/include/gtest/gtest-printers.h
src/gtest/include/gtest/gtest-spi.h
src/gtest/include/gtest/gtest-test-part.h
src/gtest/include/gtest/gtest.h
src/gtest/include/gtest/gtest_pred_impl.h
src/gtest/include/gtest/internal/gtest-death-test-internal.h
src/gtest/include/gtest/internal/gtest-filepath.h
src/gtest/include/gtest/internal/gtest-internal.h
src/gtest/include/gtest/internal/gtest-linked_ptr.h
src/gtest/include/gtest/internal/gtest-param-util-generated.h
src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
src/gtest/include/gtest/internal/gtest-param-util.h
src/gtest/include/gtest/internal/gtest-port.h
src/gtest/include/gtest/internal/gtest-string.h
src/gtest/include/gtest/internal/gtest-tuple.h
src/gtest/include/gtest/internal/gtest-tuple.h.pump
src/gtest/include/gtest/internal/gtest-type-util.h
src/gtest/include/gtest/internal/gtest-type-util.h.pump
src/gtest/src/gtest-death-test.cc
src/gtest/src/gtest-filepath.cc
src/gtest/src/gtest-internal-inl.h
src/gtest/src/gtest-port.cc
src/gtest/src/gtest-printers.cc
src/gtest/src/gtest-test-part.cc
src/gtest/src/gtest-typed-test.cc
src/gtest/src/gtest.cc
src/gtest/src/gtest_main.cc