Package: zthreads / 2.3.2-12

Metadata

Package Version Patches format
zthreads 2.3.2-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_build on kFreeBSD.patch | (download)

include/zthread/Config.h | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix build failure on kfreebsd*
Bug-Debian: https://bugs.debian.org/622173
Bug-Ubuntu: https://bugs.launchpad.net/hugin/+bug/684357
020_fix g++4.4.patch | (download)

include/zthread/Guard.h | 98 49 + 49 - 0 !
src/MutexImpl.h | 166 83 + 83 - 0 !
2 files changed, 132 insertions(+), 132 deletions(-)

 fix ftbfs g++4.4
030_executor remove thread bug.patch | (download)

src/PoolExecutor.cxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix executor remove thread bug
040_autotools.patch | (download)

Makefile.am | 3 3 + 0 - 0 !
configure.ac | 2 2 + 0 - 0 !
2 files changed, 5 insertions(+)

 ftbfs: conftest.c:33: undefined reference to `_ftime'
050_fix ftbfs with g++ 4.7.patch | (download)

include/zthread/Guard.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 make sure to use qualified lookups
060_build on GNU Hurd.patch | (download)

include/zthread/Config.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs on hurd-i386
070_fix ftbfs g++ 6.patch | (download)

include/zthread/Guard.h | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 fix "return-statement with a value, in function returning 'void'"
080_wrong parameter type.patch | (download)

include/zthread/BlockingQueue.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 blockingqueue.h: virtual bool add() wrong parameter type