Module: Mesa Branch: master Commit: 3eada948a05d34fabfcfac69d6c33708cb1cf740 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3eada948a05d34fabfcfac69d6c33708cb1cf740
Author: Matt Turner <[email protected]> Date: Fri Nov 4 22:20:10 2016 -0700 gtest: Update to 1.8.0. Acked-by: Kenneth Graunke <[email protected]> --- src/gtest/include/gtest/gtest-param-test.h | 47 +- src/gtest/include/gtest/gtest-param-test.h.pump | 47 +- src/gtest/include/gtest/gtest-printers.h | 244 +++-- src/gtest/include/gtest/gtest-typed-test.h | 8 +- src/gtest/include/gtest/gtest.h | 401 ++++----- .../include/gtest/internal/custom/gtest-port.h | 69 ++ .../include/gtest/internal/custom/gtest-printers.h | 42 + src/gtest/include/gtest/internal/custom/gtest.h | 41 + src/gtest/include/gtest/internal/gtest-filepath.h | 2 +- src/gtest/include/gtest/internal/gtest-internal.h | 191 ++-- .../include/gtest/internal/gtest-linked_ptr.h | 14 +- .../gtest/internal/gtest-param-util-generated.h | 83 +- .../internal/gtest-param-util-generated.h.pump | 29 +- .../include/gtest/internal/gtest-param-util.h | 152 +++- src/gtest/include/gtest/internal/gtest-port-arch.h | 93 ++ src/gtest/include/gtest/internal/gtest-port.h | 979 +++++++++++++++++---- src/gtest/include/gtest/internal/gtest-tuple.h | 8 + .../include/gtest/internal/gtest-tuple.h.pump | 8 + src/gtest/src/gtest-death-test.cc | 44 +- src/gtest/src/gtest-filepath.cc | 15 +- src/gtest/src/gtest-internal-inl.h | 55 +- src/gtest/src/gtest-port.cc | 576 ++++++++++-- src/gtest/src/gtest-printers.cc | 12 +- src/gtest/src/gtest-test-part.cc | 6 +- src/gtest/src/gtest-typed-test.cc | 40 +- src/gtest/src/gtest.cc | 741 ++++++++++++---- 26 files changed, 2975 insertions(+), 972 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=3eada948a05d34fabfcfac69d6c33708cb1cf740 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
