Skip to content

Releases: threeal/cmake-starter

Version 2.2.0

23 Oct 15:50
v2.2.0
33bef72
Compare
Choose a tag to compare

What's Changed

  • Prepended the CMAKE_MODULE_PATH variable with the sample module directory.
  • Updated the Assertion package for testing to version 2.0.0.
  • Modified FindAssertion.cmake to fulfill the Assertion package by downloading the Assertion.tar.gz package file.
  • Simplified the sample package file name.

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

15 Oct 13:30
v2.1.0
b53f96a
Compare
Choose a tag to compare

What's Changed

  • Added support for CMake presets.
  • Added support for packaging the project using CPack.
  • Modified the package configuration file to be generated during the build.
  • Renamed test files.
  • Updated dependencies.

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

03 Oct 06:38
1a1c401
Compare
Choose a tag to compare

What's Changed

  • Renamed the sample CMake project and modified the sample function.
  • Improved CMake module contents to follow best practices.
  • Made CMake dependencies download more flexible.
  • Enhanced GitHub Actions workflow configurations.
  • Improved template description and usage guide in the README.md file.
  • Updated dependencies.

Full Changelog: v1.4.0...v2.0.0

Version 1.4.0

12 Jul 11:20
4158a21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

23 Jun 15:44
93ac804
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

02 May 14:50
c56de5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

Version 1.1.1

19 Jan 14:29
d39d8fb
Compare
Choose a tag to compare

What's Changed

  • Bump actions/upload-artifact from 4.0.0 to 4.2.0 by @dependabot in #27 and #30
  • Assert If There's Nothing to Test by @threeal in #29
  • Avoid Expanding Variables Inside if Function by @threeal in #31

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

12 Jan 14:03
1763b03
Compare
Choose a tag to compare

What's Changed

  • Bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #13
  • Set CMake Project Languages to None by @threeal in #14
  • Export Package Config Module by @threeal in #16
  • Do Not Include Sample Module From Root CMakeLists.txt by @threeal in #18
  • Organize Sample Testing by @threeal in #20
  • Add Include Guard in Sample Modules by @threeal in #22
  • Disable Install on Subproject by @threeal in #24
  • Modify Testing to Not Pass Build Directory by @threeal in #25

New Contributors

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

19 Dec 13:42
e509c35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/threeal/cmake-starter/commits/v1.0.0