8000 Tags · hebasto/libmultiprocess · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hebasto/libmultiprocess

Tags

pr168.02

Toggle pr168.02's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
Switch `MP_INCLUDE_DIR` to global property

This change automates handling of `MP_INCLUDE_DIR` in the
`target_capnp_sources` function, removing the need to manually propagate
it across directories for both this project and downstream projects.

pr168.01

Toggle pr168.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
Switch `MP_INCLUDE_DIR` to global property

This change automates handling of `MP_INCLUDE_DIR` in the
`target_capnp_sources` function, removing the need to manually propagate
it across directories for both this project and downstream projects.

pr151.01

Toggle pr151.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
Fix `-Wsign-compare` compiler warning

pr149.01

Toggle pr149.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
Avoid `-Wundef` compiler warnings

pr144.01

Toggle pr144.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
clang-tidy: Suppress `performance-enum-size` check warning

See: https://clang.llvm.org/extra/clang-tidy/checks/performance/enum-size.html

depends31740

Toggle depends31740's commit message

Verified

This commit was signed with the committer’s verified signature.
ryanofsky Ryan Ofsky
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

depends31105

Toggle depends31105's commit message

Verified

This commit was signed with the committer’s verified signature.
ryanofsky Ryan Ofsky
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

pr112.02

Toggle pr112.02's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
cmake: Introduce `Libmultiprocess_INSTALL_PKGCONFIG_FILE` build option

This change makes the installation of the `pkgconfig/libmultiprocess.pc`
file optional.

pr112.01

Toggle pr112.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
cmake: Introduce `Libmultiprocess_INSTALL_PKGCONFIG_FILE` build option

This change makes the installation of the `pkgconfig/libmultiprocess.pc`
file optional.

pr103.01

Toggle pr103.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
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.
0