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.
- Port the Code to Modern C++
- Improve code quality
- Full Unit Test Suite
- CMake support
- Maintain file compatible
- GTest (Optional)
Build and execute Unit Tests:
mkdir build && cd build
cmake ..
make
make unittest
Alternatively execute CTest: make test
or ctest
.