ModernCppStarter Versions Save

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.

v0.18.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/TheLartians/ModernCppStarter/compare/v0.17.3...v0.18.0

v0.17.3

3 years ago

See #122 for details.

v0.17.2

3 years ago

Fixes a bug introduced by the switch to the shorthand syntax when using static analysers. See #111 for details. Thanks to @hazelnusse for the fix!

v0.17.1

3 years ago

The starter now uses the new shorthand Syntax introduced in CPM.cmake 0.31.0.

v0.17.0

3 years ago

Adds the library fmt as an example dependency to the main library target as well as various small updates.

v0.16.1

3 years ago

Fixes an issue where actions were sharing the same cache.

v0.16.0

3 years ago

This should lead to a greatly reduced configure time, especially for projects with many CPM.cmake dependencies.

v0.15.0

3 years ago

Moves the library target into a namespace using PackageProject's new namespace support. This has the advantage of discovering invalid targets at configure time.

v0.14.2

3 years ago

v0.14.1

3 years ago

Fixed #57.