Package: googletest / 1.10.0.20201025-1.1

Metadata

Package Version Patches format
googletest 1.10.0.20201025-1.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

0002 Set import path for private python module.patch | (download)

googlemock/scripts/generator/gmock_gen.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 set import path for private python module.


0003 Remove Werror from cxx_base_flags.patch | (download)

googletest/cmake/internal_utils.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove -werror from cxx_base_flags.


0004 Use python 3 for installed script gmock_gen.patch | (download)

googlemock/scripts/generator/gmock_gen.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use python 3 for installed script gmock_gen.


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 Fix gtest help test failure on GNU kFreeBSD.patch | (download)

googletest/test/gtest_help_test.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 [patch] fix gtest-help-test failure on gnu/kfreebsd


0007 Port to GNU Hurd.patch | (download)

googletest/include/gtest/internal/gtest-port-arch.h | 2 2 + 0 - 0 !
googletest/include/gtest/internal/gtest-port.h | 13 10 + 3 - 0 !
googletest/src/gtest-port.cc | 2 1 + 1 - 0 !
googletest/test/googletest-port-test.cc | 2 1 + 1 - 0 !
googletest/test/gtest_help_test.py | 3 2 + 1 - 0 !
5 files changed, 16 insertions(+), 6 deletions(-)

 [patch] port to gnu/hurd