Skip to content

Releases: MaciejPatro/copier-cpp-cmake

v0.3.0

11 Jan 14:10
Compare
Choose a tag to compare

v0.3.0

  • [feature] Now unit testing option provides correct defaults for each of c++ standard
  • [feature] Support for multi-configuration project types for cmake
  • [feature] Compiler warnings for MSVC compiler provided
  • [feature] CMAKE_EXPORT_COMPILE_COMMANDS is always enabled
  • [feature] Support for FILE_SETs in cmake when version 3.23+ is chosen
  • [compilers/docker-images]
    • support for gcc-12 on ubuntu-22 with corresponding docker image introduced
  • [libraries] conan dependencies updated:
    • catch2/3.0.1 -> catch2/3.1.1
    • gtest/1.11.0 -> gtest/1.12.1

v0.2.0

27 Jun 14:33
Compare
Choose a tag to compare

v0.2.0

  • [ci/cd] github-pages for project introduced
  • [feature] Catch2 and boost-ext-ut added as valid choices for unit testing
  • [feature] project_namespace is now configurable and defaults to project_slug (which previously was always used.
  • cleanup in #include now local headers use "" instead of <>

v0.1.0

22 Jun 13:24
Compare
Choose a tag to compare

#v0.1.0

Initial "open-beta" release.