Skip to content

offa/danek

Repository files navigation

Danek

CI GitHub release License C++

A configuration library for C++. This is a fork of config4cpp which aims to modernization and quality improvements.

Please see Contributing for how to contribute to this project.

Goals

  • Port the Code to Modern C++
  • Improve code quality
  • Full Unit Test Suite
  • CMake support
  • Maintain file compatible

Requirements

Building

Build and execute Unit Tests:

mkdir build && cd build
cmake ..
make
make unittest

Alternatively execute CTest: make test or ctest.

License

MIT License