Debian Patches

Status for googletest/1.10.0.20201025-1.1

Patch Description Author Forwarded Bugs Origin Last update
0001-inconsistency-with-GTEST_HAS_PTHREAD-in-library-inte.patch inconsistency with GTEST_HAS_PTHREAD in library interface leads to crashes on non-linux


Current libgtest-dev has two different means to determine if
GTEST_HAS_PTHREAD is defined: one in CMake rules and second one in
the header. When they don't match, the static library and the
client code might be compiled with different value of this define.
This, in turn, leads to the crashes because the definition of
ThreadLocal class are different depending on the value of
GTEST_HAS_PTHREAD.

This patch adds CMake-determined defines as a public interface of
gtest target, so everything which links gtest will get those defines
as well.
"Eugene V. Lyubimkin" <jackyf@debian.org> no 2018-04-08
0002-Set-import-path-for-private-python-module.patch Set import path for private python module. Steven Robbins <smr@debian.org> no 2018-04-23
0003-Remove-Werror-from-cxx_base_flags.patch Remove -Werror from cxx_base_flags. Steven Robbins <smr@debian.org> no 2018-10-02
0004-Use-python-3-for-installed-script-gmock_gen.patch Use python 3 for installed script gmock_gen. Steven Robbins <smr@debian.org> no 2019-08-31
0005-Add-GoogleTest-version-to-each-sub-project-to-allow-.patch 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
Steve Robbins <steve@sumost.ca> no 2020-10-25
0006-Fix-gtest-help-test-failure-on-GNU-kFreeBSD.patch [PATCH] Fix gtest-help-test failure on GNU/kFreeBSD Mattias Ellert <mattias.ellert@physics.uu.se> no 2020-12-25
0007-Port-to-GNU-Hurd.patch [PATCH] Port to GNU/Hurd Mattias Ellert <mattias.ellert@physics.uu.se> no 2020-12-30

All known versions for source package 'googletest'

Links