Skip to content

Releases: thclark/cpplot

Removed unused cpr dependency from build system

11 Aug 15:49
c6be864
Compare
Choose a tag to compare

New Features

#. n/a

Backward Incompatible API Changes

#. n/a

Bug Fixes & Minor Changes

#. Removed unused cpr dependency from build system to close #18
#. Updated docs to reflect the removed dep and to close #17
#. Added a branch naming rule to the git pre-commit

Fixes to build systems

30 Jul 08:26
458d26f
Compare
Choose a tag to compare

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

26 Jul 20:01
9ee61c0
Compare
Choose a tag to compare

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

26 Jul 15:10
ef0186e
Compare
Choose a tag to compare

Initial version applied to the library.

Closes #5 and #7

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)