subsurface/smtk-import
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/Modules Complete redesign of Subsurface version numbers 2024-01-06 10:55:24 -08:00
CMakeLists.txt build-system: switch to using C++17 as default C++ dialect 2020-10-24 15:21:55 -07:00
smartrak.c Do not try to import SLG file format 1000 2023-12-16 17:51:47 -08:00
smrtk2ssrfc_window.cpp core: introduce divelog structure 2023-04-14 21:20:23 +02:00
smrtk2ssrfc_window.h core: introduce divelog structure 2023-04-14 21:20:23 +02:00
smrtk2ssrfc_window.ui
smtk2ssrf.desktop smtk-import: Add smtk2ssrf.desktop to sources 2018-02-24 13:42:01 -08:00
smtk_standalone.cpp core: introduce divelog structure 2023-04-14 21:20:23 +02:00