2018-12-17 15:03:01 +08:00
build add CONFIG += c++1z, some compiler need this 2018-12-17 13:50:09 +08:00
include fix bugs; modify test case; add some helper using & functions 2018-12-17 11:49:13 +08:00
src fix bugs; modify test case; add some helper using & functions 2018-12-17 11:49:13 +08:00
test test_channel may fail unexpectedly 2018-12-17 14:17:43 +08:00
.gitignore first commit for shm. 2018-11-20 11:27:39 +08:00
.travis.yml Update .travis.yml 2018-12-17 14:38:04 +08:00
LICENSE update LICENSE 2018-12-17 15:02:26 +08:00
README.md update LICENSE 2018-12-17 15:02:26 +08:00

cpp-ipc

MIT licensed Build Status

C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.