C++ cross-plattform template
8cb176f
boilerplate for C++ projects
|
![GitHub License](https://img.shields.io/github/license/314rs/cpp_cross_plattform_template)
Some boilerplate for my C++ projects.
with:
For demo purposes this template contains a very simple main and a fizz-buzz implementation. On top there is a ton of CI/CD stuff.
The version tag is auto generated with git describe --tags --always --dirty=-dev
, which produces something of the form tag-hash(-dev)
(e.g. v2.3.3-2-g28ed396-dev
). This string is used as a suffix for executables and in doxygen. Therefore tags with semantic versioning are encuraged.
Download the program for your platform from the latest build action.
Doxygen documentation can be found here.
Or build it yourself:
For further information check out the wiki.
This software is open source and released under the MIT License.