Releases: thclark/cpplot
Removed unused cpr dependency from build system
Fixes to build systems
Minor fixes to docs and build system against #15
New Features
#. n/a
Backward Incompatible API Changes
#. n/a
Bug Fixes & Minor Changes
#. Fix for building against glog on windows
#. Corrected build instructions in documentation
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)
Initial release
Initial version applied to the library.
New Features
- Documentation in RestructuredText and hooked for public viewing on https://cpplot.readthedocs.io.
- Pre-commit hooks added to ensure docs always build (whatever commit you're at) and to apply consistent file formats.
- Implemented semver versioning system which will be done with GitHub releases.
Backward Incompatible API Changes
- n/a (Initial release)
Bug Fixes & Minor Changes
#. n/a (Initial Release)