Package: googletest / 1.17.0-1

Metadata

Package Version Patches format
googletest 1.17.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 inconsistency with GTEST_HAS_PTHREAD in library inte.patch | (download)

googletest/CMakeLists.txt | 1 1 + 0 - 0 !
googletest/cmake/internal_utils.cmake | 6 6 + 0 - 0 !
2 files changed, 7 insertions(+)

 inconsistency with gtest_has_pthread in library interface leads to
 crashes on non-linux

0005 Add GoogleTest version to each sub project to allow .patch | (download)

googlemock/CMakeLists.txt | 2 2 + 0 - 0 !
googletest/CMakeLists.txt | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 add googletest version to each sub-project to allow builds from the
 sub-project. Work around for upstream
 https://github.com/google/googletest/issues/2950


0006 Separate GTest and GMock targets.patch | (download)

googlemock/CMakeLists.txt | 9 8 + 1 - 0 !
googletest/CMakeLists.txt | 4 2 + 2 - 0 !
googletest/cmake/Config.cmake.in | 3 2 + 1 - 0 !
googletest/cmake/internal_utils.cmake | 4 2 + 2 - 0 !
4 files changed, 14 insertions(+), 6 deletions(-)

 separate gtest and gmock targets