Package: process-cpp / 3.0.2-2

Metadata

Package Version Patches format
process-cpp 3.0.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1002 Reproducible documentation.patch | (download)

doc/Doxyfile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 reproducible documentation


1003 link pthread.patch | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 link with -pthread instead of -lpthread
 The canonical way to link with the thread library is to use -pthread, which
 brings in additional libraries like libatomic.so on riscv64. However cmake
 defaults to link with -lpthread which only bring the libpthread.so library.
 Fortunately it has the option THREADS_PREFER_PTHREAD_FLAG for that, which is
 "highly recommended" but not the default.
1004 spelling fixes.patch | (download)

include/core/posix/wait.h | 2 1 + 1 - 0 !
include/core/testing/fork_and_run.h | 2 1 + 1 - 0 !
src/core/posix/fork.cpp | 8 4 + 4 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 fix spelling errors
1005_fix linking against gtest.patch | (download)

tests/CMakeLists.txt | 13 7 + 6 - 0 !
1 file changed, 7 insertions(+), 6 deletions(-)

---
1006_CMakeLists.txt Bump cmake_minimum_required to versio.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] cmakelists.txt: bump cmake_minimum_required() to version
 3.10. Fix building against CMake 4.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>