Releases: franneck94/CProjectTemplate
Releases · franneck94/CProjectTemplate
Release 4.0.0
commit message
Release 3.0.0
Finished
Release 2.0.0
Finished Update
Release 1.0
First Release
This is a template for C projects. What you get:
- Library, executable and test code separated in distinct folders.
- Use of modern CMake for building and compiling.
- External libraries fetched by CMake or cloned by Git.
- External libraries installed and managed by Conan.
- Unit testing using Unity
- General purpose libraries:
- Continuous integration testing with Github Actions.
- Code coverage reports, including automatic upload to Codecov.
- Code documentation with Doxygen.