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.
- #10 no more template export header (dd8ffd5)
- #11 refactor compiler options management (78ae493)
- #12 disable used-but-marked-unused (6d42d83)
- #9 remove no longer used function (5a7416f)
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)
- refactor build to use CPM for cmake dependencies and speedup build with ccache.
- 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)
- cleanup dependencies and docs for mixin module (69a9014)
1.0.2 (2022-03-06)
- missing inter-sphinx config for submodule (72af6d0)
1.0.1 (2022-03-06)
docs: update docs to match the project
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.