issues
search
chaincodelabs
/
libmultiprocess
C++ library and code generator making it easy to call functions and reference objects in different processes
MIT License
29
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
proxy-types.h: add static_assert to detect int/enum size mismatch
#120
ryanofsky
opened
2 weeks ago
0
cmake: avoid libatomic not found error on debian
#119
ryanofsky
closed
1 month ago
0
shutdown bugfix: Prevent segfault in server if connection is broken during long function call
#118
ryanofsky
closed
1 month ago
4
Build fails on Bitcoin Core macOS native CI
#117
Sjors
opened
1 month ago
2
shutdown bugfix: destroy RPC system before running cleanup callbacks
#116
ryanofsky
closed
1 month ago
1
MSAN Error during connection shutdown
#115
ryanofsky
closed
1 month ago
1
windows build failure
#114
ryanofsky
opened
1 month ago
1
Add missing include to util.h
#113
fanquake
closed
1 month ago
1
cmake: Introduce `Libmultiprocess_INSTALL_PKGCONFIG_FILE` build option
#112
hebasto
opened
2 months ago
4
doc: Add internal design section
#111
TheCharlatan
closed
2 months ago
5
cmake: add target_capnp_sources headers target
#110
ryanofsky
closed
2 months ago
11
example: Add missing thread.join() call so example can exit cleanly
#109
ryanofsky
closed
3 months ago
0
doc: Add comments for socket descriptor handling when forking
#108
TheCharlatan
closed
3 months ago
1
example: Remove manual client adding
#107
TheCharlatan
closed
3 months ago
3
Bugfix: Clean up ThreadContext pointers when Connection is destroyed
#106
ryanofsky
closed
3 months ago
0
types: Add Custom{Build,Read,Pass}Message hooks
#105
ryanofsky
closed
4 months ago
0
Fix $Proxy.wrap mapping for empty structs with no fields
#104
ryanofsky
closed
4 months ago
0
cmake: Fix package configuration file
#103
hebasto
closed
4 months ago
1
doc: Document shutdown sequences better
#102
ryanofsky
closed
5 months ago
1
connection: run async cleanups in LIFO not FIFO order
#101
ryanofsky
closed
5 months ago
2
doc: Add various code comments and documentation
#100
ryanofsky
closed
5 months ago
1
proxy-types: Fix missing space in server destroy log print
#99
ryanofsky
closed
5 months ago
0
cmake: Combine installed packages
#98
ryanofsky
closed
7 months ago
7
cmake: rename new packages and module introduced in #95 and #96
#97
ryanofsky
closed
8 months ago
2
cmake: Introduce packages
#96
hebasto
closed
8 months ago
2
cmake: Introduce `LibmultiprocessMacros` module
#95
hebasto
closed
8 months ago
5
c++ 20 cleanups
#94
ryanofsky
opened
9 months ago
0
Fix support for vector<bool> serialization with libc++
#93
ryanofsky
closed
10 months ago
1
AppleClang 15.0.0.15000100 build failure
#92
ryanofsky
closed
10 months ago
4
util: Drop Bind, BindTuple, ComposeFn, GetFn, and ThrowFn helpers
#91
ryanofsky
closed
10 months ago
2
pkgconfig: Use @CMAKE_INSTALL_LIBDIR@ variable
#90
ryanofsky
closed
10 months ago
0
pkgconfig: Drop -std=c++17 compile flag
#89
ryanofsky
closed
10 months ago
0
Fix current deprecation warnings as of capnproto-1.0.1
#88
ryanofsky
closed
1 year ago
0
Deprecated mvCapture calls in capnproto-1.0.1
#87
ryanofsky
closed
1 year ago
1
Add support for vector<bool> serialization
#86
ryanofsky
closed
1 year ago
0
Remove naming requirement for std::pair/std::tuple
#85
ryanofsky
closed
1 year ago
0
Avoid passing some function arguments by value
#84
ryanofsky
closed
1 year ago
0
Introduce `clang-tidy` and optimize code
#83
hebasto
closed
1 year ago
8
build: Fix missing Cap'n Proto include directories
#82
ryanofsky
closed
2 years ago
2
Add ReadDestTemp function to make it easier to call ReadField with less boilerplate
#81
ryanofsky
closed
2 years ago
0
doc: Fix mpgen usage string
#80
ryanofsky
closed
2 years ago
0
Install Exports for custom `install-{lib,bin}` targets
#79
hebasto
closed
1 year ago
6
refactor: Do not shadow `InvokeContext::connection` member
#78
hebasto
closed
2 years ago
1
Warnings (soon-to-be) emitted in the Core multiprocess build
#77
fanquake
closed
2 years ago
2
Deprecation warning for Bitcoin depends build on macOS 12.5.1 (Intel Mac)
#76
Sjors
closed
2 years ago
1
capnp/schema.h not found on macOS 12.5.1 (Intel Mac)
#75
Sjors
closed
1 year ago
6
Add `install-lib` and `install-bin` build targets
#74
hebasto
closed
2 years ago
3
Drop unneeded include directory
#73
hebasto
closed
2 years ago
0
Make `mpgen` target independent from `multiprocess` one
#72
hebasto
closed
2 years ago
0
Use defined `CXX_STANDARD` for environment introspection
#71
hebasto
closed
2 years ago
0
Next