A C++ data structures library.
Select one of "Debug", "Release", "RelWithDebInfo", or "Coverage" build types below:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=[Debug | Release | RelWithDebInfo | Coverage]
make
make test # Unit testing
make coverage # Unit testing + Coverage. For Coverage build only.
- CMake build system for easy compilation
- Travis-CI for continuous testing
- Doxygen for documentation
- Coveralls.io for posting code coverage reports