Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 829 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 829 Bytes

cppiper

Named pipe ipc library (WIP).

Requirements

Building

mkdir build
cd build
cmake ..            # `-D DEV=ON` for debug logging, `-D DOC=ON` for documentation generation
cmake --build .

Installing

After the build step, cppiper can be installed as a system lib.

sudo cmake --install .

Benchmark

A benchmark executable, benchmark, will be built along with the library. This doubles as an example of usage, the source code of which can be found in the benchmark directory.

TODO

  • cppiper dynamic lib
  • proper testing using cache2
  • garbage collector for pipe manager