Changelog#

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.1 (2022-08-20)#

  • code cleanup to eliminate compiler/linter warnings and improve code quality.

Bug Fixes#

1.1.0 (2022-08-11)#

Merge features/updates/fixes from upstream asap.

1.0.5 (2022-03-15)#

  • chore: remove duplicate RPATH settings

1.0.4 (2022-03-15)#

Features#

  • refactor build to use CPM for cmake dependencies and speedup build with ccache.

Bug Fixes#

  • missing intersphinx config for submodule (dc2df5b)

  • remove non-existing directory from library include dirs (2f38810)

  • require c++-17 (049d34c)

  • this library has no dependencies (ada7303)

1.0.3 (2022-03-06)#

Bug Fixes#

  • cleanup dependencies and docs for mixin module (69a9014)

1.0.2 (2022-03-06)#

Bug Fixes#

  • missing inter-sphinx config for submodule (72af6d0)

1.0.1 (2022-03-06)#

docs: update docs to match the project

1.0.0 (2022-03-06)#

Initial version of the mixin support library for C++-17. This is a lightweight library that simplifies the implementation of mixins in C++. See the documentation and examples for more information.