Tags: hebasto/libmultiprocess
Tags
clang-tidy: Suppress `performance-enum-size` check warning See: https://clang.llvm.org/extra/clang-tidy/checks/performance/enum-size.html
Merge bitcoin-core#137: doc: Fix broken markdown links e15816a doc: Fix broken markdown links (Ryan Ofsky) Pull request description: Detected by downstream ci https://cirrus-ci.com/task/6241220336287744?logs=lint#L459 in https://corecheck.dev/bitcoin/bitcoin/pulls/31741 Top commit has no ACKs. Tree-SHA512: 6a994740aa28d018ef3bbc932ebb261f4c99eb99b6159f290a39ed55238b91c5c768a53467c7b172a3453458f032f9a3a7bfccd5fa21e1dfb38190a2d15a0ecb
Merge bitcoin-core#119: cmake: avoid libatomic not found error on debian 296c380 cmake: avoid libatomic not found error on debian (Ryan Ofsky) Pull request description: Add workaround to prevent "libatomic not found" when building on debian against debian capnproto package which installs a buggy CapnProtoConfig.cmake file. The bug was introduced as part of debian's attempt to fix a different issue: capnproto/capnproto#1448 and their fix works for autoconf projects but not cmake projects like libmultiprocess. Fixes bitcoin-core#68 Top commit has no ACKs. Tree-SHA512: 39ace69c069fd77188655cdebf6b40ec6ccf5bdd3ecbda993122e7bdd9facb0663a11e946eb7383ff8127b7c37aa0433df7917de435695a470b7bbf453b2a666
cmake: Fix package configuration file When loading a package configuration file, `find_package` defines variables to provide information about the call arguments. In particular, `CMAKE_FIND_PACKAGE_NAME` represents the package name. This change uses this variable instead of a hardcoded name.
PreviousNext