Skip to content

Releases: franneck94/CProjectTemplate

Release 4.0.0

10 Mar 08:50
Compare
Choose a tag to compare
commit message

Release 3.0.0

03 Dec 14:20
Compare
Choose a tag to compare

Release 2.0.0

30 Nov 10:47
Compare
Choose a tag to compare

Finished Update

Release 1.0

03 Apr 09:28
Compare
Choose a tag to compare

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.