C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
Stars
2.2k
Forks
393
Watchers
2.2k
Open Issues
65
Overall repository health assessment
No package.json found
This might not be a Node.js project
438
commits
5
commits
4
commits
1
commits
1
commits
1
commits
fix(posix): add missing LIBIPC_LOG() calls and fix lambda captures
8b1dca8View on GitHubfix(freebsd): include semaphore_impl.h for FreeBSD platform
9ac5c24View on GitHubfix(win): replace std::hex/std::dec with ipc::spec for MinGW compatibility (issue #171)
642be36View on GitHubtest(fmt): add unit tests for hex formatting with ipc::spec (issue #171)
9079ca8View on GitHubmsvc: avoid use of std::aligned_alloc as not available
e5eff19View on GitHub