Skip to content

Releases: jothepro/cpp-library-template

v1.2.1

26 Mar 09:22
Compare
Choose a tag to compare

fixed Doxyfile to work with new project structure

v0.2.0

26 Mar 08:54
Compare
Choose a tag to compare

Project restructuring

  • renamed src to lib
  • lib now has subfolders include and src
  • fix error in GetVersion.cmake
  • update README accordingly
  • updated doxygen awesome css to v1.2.2

v0.1.0

21 Mar 19:29
Compare
Choose a tag to compare

Initial release of "C++ library template"

A basic C++ library template utilizing CMake and Conan.

Features

  • 🎣 Dependency management with Conan
  • 🍭 Build configuration with CMake
  • 🧩 Automatic publishing of artifacts to Artifactory with Github Actions
  • 📑 Automatic publishing of Doxygen documentation with Github Actions
  • 🚀 Preconfigured for Unit-Testing with Catch2