xorg-gtest: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 27 01:36:38 UTC 2020


 configure.ac                                              |    1 
 gtest/Makefile.am                                         |    7 
 gtest/README                                              |    6 
 gtest/include/Makefile.am                                 |   28 
 gtest/include/gtest/gtest-death-test.h                    |  344 
 gtest/include/gtest/gtest-message.h                       |  255 
 gtest/include/gtest/gtest-param-test.h                    | 1434 +
 gtest/include/gtest/gtest-printers.h                      | 1107 
 gtest/include/gtest/gtest-spi.h                           |   15 
 gtest/include/gtest/gtest-test-part.h                     |  183 
 gtest/include/gtest/gtest-typed-test.h                    |  306 
 gtest/include/gtest/gtest.h                               |18113 --------------
 gtest/include/gtest/gtest_pred_impl.h                     |  359 
 gtest/include/gtest/gtest_prod.h                          |   61 
 gtest/include/gtest/internal/custom/gtest-port.h          |   37 
 gtest/include/gtest/internal/custom/gtest-printers.h      |   42 
 gtest/include/gtest/internal/custom/gtest.h               |   37 
 gtest/include/gtest/internal/gtest-death-test-internal.h  |  280 
 gtest/include/gtest/internal/gtest-filepath.h             |  211 
 gtest/include/gtest/internal/gtest-internal.h             | 1330 +
 gtest/include/gtest/internal/gtest-linked_ptr.h           |  243 
 gtest/include/gtest/internal/gtest-param-util-generated.h | 5552 ++++
 gtest/include/gtest/internal/gtest-param-util.h           |  724 
 gtest/include/gtest/internal/gtest-port-arch.h            |  100 
 gtest/include/gtest/internal/gtest-port.h                 | 2702 ++
 gtest/include/gtest/internal/gtest-string.h               |  167 
 gtest/include/gtest/internal/gtest-tuple.h                | 1021 
 gtest/include/gtest/internal/gtest-type-util.h            | 3348 ++
 gtest/src/Makefile.am                                     |   36 
 gtest/src/gtest-all.cc                                    | 9089 -------
 gtest/src/gtest-death-test.cc                             | 1575 +
 gtest/src/gtest-filepath.cc                               |  385 
 gtest/src/gtest-internal-inl.h                            | 1187 
 gtest/src/gtest-port.cc                                   | 1318 +
 gtest/src/gtest-printers.cc                               |  457 
 gtest/src/gtest-test-part.cc                              |  101 
 gtest/src/gtest-typed-test.cc                             |  118 
 gtest/src/gtest.cc                                        | 6007 ++++
 gtest/src/gtest_main.cc                                   |    6 
 xorg-gtest.pc.in                                          |    4 
 40 files changed, 31547 insertions(+), 26749 deletions(-)

New commits:
commit 866ee813335d73962e61005e191a17f7aa1299bf
Author: Povilas Kanapickas <povilas at radix.lt>
Date:   Fri Nov 27 01:34:09 2020 +0200

    gtest: Make sure to not clobber system-installed gtest

commit 2bd7d712bd93e71fdd9c3e834f51871d31ebc518
Author: Povilas Kanapickas <povilas at radix.lt>
Date:   Fri Nov 27 01:34:08 2020 +0200

    gtest: Upgrade to 1.8.1



More information about the xorg-commit mailing list