This website requires JavaScript.
Explore
Register
Sign In
coffee
/
cpp-ipc
Watch
1
Star
0
Fork
0
You've already forked cpp-ipc
mirror of
https://github.com/mutouyun/cpp-ipc.git
synced
2025-12-06 16:56:45 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
42
Commits
5
Branches
5
Tags
4.3
MiB
C++
89.5%
C
8.9%
CMake
1.6%
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
zhangyi
c8e81e2794
use std::atomic<std::size_t> instead of flag for better performance in arm; cross-platform supporting; add more test cases
2018-11-30 15:13:44 +08:00
build
add ipc.cpp for implementation of ipc interfaces (TBD); restructure code
2018-11-29 23:05:53 +08:00
include
use std::atomic<std::size_t> instead of flag for better performance in arm; cross-platform supporting; add more test cases
2018-11-30 15:13:44 +08:00
src
add ipc.cpp for implementation of ipc interfaces (TBD); restructure code
2018-11-29 23:05:53 +08:00
test
use std::atomic<std::size_t> instead of flag for better performance in arm; cross-platform supporting; add more test cases
2018-11-30 15:13:44 +08:00
.gitignore
first commit for shm.
2018-11-20 11:27:39 +08:00
LICENSE
Initial commit
2018-11-20 09:25:58 +08:00
README.md
Initial commit
2018-11-20 09:25:58 +08:00
README.md
cpp-ipc
C++ IPC Library