gtest: Update to 1.10.0
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 15 Apr 2020 20:36:04 +0000 (22:36 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 20 Apr 2020 11:57:11 +0000 (11:57 +0000)
commited29b24e233a332799eed006f71540ac4c56c5ee
tree1d6c5b9baaef7ac09ab50e1ae4014b52eea467bf
parent59427b6d1d07a5824272f7d6b562bcfe83d63b2b
gtest: Update to 1.10.0

Acked-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4576>
41 files changed:
src/gtest/include/gtest/gtest-death-test.h
src/gtest/include/gtest/gtest-matchers.h [new file with mode: 0644]
src/gtest/include/gtest/gtest-message.h
src/gtest/include/gtest/gtest-param-test.h
src/gtest/include/gtest/gtest-param-test.h.pump [deleted file]
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-typed-test.h
src/gtest/include/gtest/gtest.h
src/gtest/include/gtest/gtest_pred_impl.h
src/gtest/include/gtest/gtest_prod.h
src/gtest/include/gtest/internal/custom/README.md [new file with mode: 0644]
src/gtest/include/gtest/internal/custom/gtest-port.h
src/gtest/include/gtest/internal/custom/gtest-printers.h
src/gtest/include/gtest/internal/custom/gtest.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 [deleted file]
src/gtest/include/gtest/internal/gtest-param-util-generated.h [deleted file]
src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump [deleted file]
src/gtest/include/gtest/internal/gtest-param-util.h
src/gtest/include/gtest/internal/gtest-port-arch.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 [deleted file]
src/gtest/include/gtest/internal/gtest-tuple.h.pump [deleted file]
src/gtest/include/gtest/internal/gtest-type-util.h
src/gtest/include/gtest/internal/gtest-type-util.h.pump
src/gtest/src/gtest-all.cc
src/gtest/src/gtest-death-test.cc
src/gtest/src/gtest-filepath.cc
src/gtest/src/gtest-internal-inl.h
src/gtest/src/gtest-matchers.cc [new file with mode: 0644]
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