Skip to content

fredrikwidlund/libdynamic

Repository files navigation

libdynamic v0.9

https://coveralls.io/repos/github/fredrikwidlund/libdynamic/badge.svg?branch=master

Description

libdynamic is a group of single file libraries for C, implementing high performance data types such as buffers, lists, vectors and maps. It is used for example in libreactor.

Build

Include header files where needed and link with -flto to avoid code duplication.

Running unit tests

The test suite requires cmocka and valgrind.

./configure
make check

Versioning

libdynamic follows the semantic versioning scheme.

Licensing

libdynamic is licensed under the zlib license.