subsurface/cmake/Modules
Dirk Hohndel 62477d8c65 Complete redesign of Subsurface version numbers
- for now all versions start with v6.0
- CICD builds use the monolithic build number as patch level, e.g. v6.0.12345
- local builds use the following algorithm
  - find the newest commit with a CICD build number that is included in the
    working tree
  - count the number of commits in the working tree since that commit
  - if there are no commits since the last CICD build, the local build version
    will be v6.0.12345-local
  - if there are N commits since the last CICD build, it will be
    v6.0.12345-N-local
- test builds in the CICD that don't create artifacts simply use a dummy release
  in order to not incorrectly increment the build number and also not to waste
  time and resources by manually checking out the nightly-build repo for each of
  these builds.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2024-01-06 10:55:24 -08:00
..
cmake_variables_helper.cmake
dlllist.cmake
FindLibdivecomputer.cmake CMake: clean up hints for finding libraries 2019-03-21 19:30:14 -07:00
FindLIBGIT2.cmake CMake: clean up hints for finding libraries 2019-03-21 19:30:14 -07:00
HandleFindGit2.cmake CMake: simplify code in HandleFindGit2 2019-03-21 19:30:14 -07:00
HandleFindLibDiveComputer.cmake
HandleFtdiSupport.cmake
HandleVersionGeneration.cmake Complete redesign of Subsurface version numbers 2024-01-06 10:55:24 -08:00
MacOSXBundleInfo.plist.in macOS: remove unused Info.plist 2022-03-12 08:28:32 -08:00
MacroOutOfSourceBuild.cmake
pkgconfig_helper.cmake
RunOnBuildDir.cmake build-system: prevent recursive symbolic links 2021-10-19 12:19:18 -07:00
version.cmake Complete redesign of Subsurface version numbers 2024-01-06 10:55:24 -08:00