/ringbuffer

Primary LanguageCGNU General Public License v3.0GPL-3.0

cring

Build

mkdir build
cd build
cmake ..
make all

Test

Install https://github.com/pylover/cutest.

cd build
make test

Install

cd build
make install

Lint

pip install prettyc
cd build
make lint

Debian package

cd build
cpack
sudo dpkg -i libcring-*.deb