Skip to content

Conan the Barbarian

Compare
Choose a tag to compare
@thclark thclark released this 26 Jul 20:01
· 12 commits to master since this release
9ee61c0

0.0.2

Updated build system to use conan for third party dependencies.

WIP against #6

New Features

#. Documentation updated with a correct installation method
#. Conan package manager built into cmake for easier dependency management
#. Huge amount of custom cmake code (there to find and cope with third party deps) removed
#. Library API generated into documentation

Backward Incompatible API Changes

#. No API change, but build systems updated (now requires Conan and no longer relies on submodules or an external project for google test).

Bug Fixes & Minor Changes

#. Minor doc changes (corrected various links and tidied up)