Conan the Barbarian
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)