2022-08-14 12:52:21 +08:00
.github/workflows 调整github ci 2022-02-27 17:14:59 +08:00
3rdparty fix: ‘dummy’ may be used uninitialized 2022-08-14 00:31:42 +08:00
benchmark add: [log] exception handling for log printing 2022-08-07 17:51:30 +08:00
demo using 'signal' to quit waiting explicitly 2021-09-21 13:09:59 +08:00
include upd: [log] completion annotation 2022-08-14 12:52:21 +08:00
src add: [system] error_msg for linux 2022-08-13 18:35:29 +08:00
test fix: [test] error_msg for linux 2022-08-13 18:39:47 +08:00
.gitignore modify cmakelists options 2021-08-15 13:23:43 +08:00
CMakeLists.txt fix: [log] generic constructor may shadow the default copy constructor 2022-08-14 00:34:50 +08:00
LICENSE 调整目录结构,隔离include路径,修正tls在win下的问题 2020-09-13 17:29:14 +08:00
README.md Update README.md 2022-05-15 20:05:55 +08:00

cpp-ipc(libipc) - C++ IPC Library

MIT licensed Build Status Vcpkg package

A high-performance inter-process communication using shared memory on Linux/Windows.
使用共享内存的跨平台Linux/Windowsx86/x64/ARM高性能IPC通讯库。

  • 重构中……