Skip to content
  • Karl Wette's avatar
    LALVCSInfo: consolidate VCS and build information in structs · 9b6151a7
    Karl Wette authored
    - generate_vcs_info.sh: add @CLEAN@ replacement, evaluates to just "CLEAN"
      or "UNCLEAN" depending of state of git repositor
    - Generate build information into LAL...BuildInfoHeader.h instead of
      LAL...BuildInfo.c, and as #defines instead of constant variables so
      that they can be used to initialise struct fields
    - Include (UN)CLEAN status and build information in LALVCSInfo struct
    - Add identable LALVCSInfo struct lal...VCSIdentInfo to LAL...VCSInfo.[ch]
    - Remove global variables defining VCS and build information from
      LAL...VCSInfo.[ch], since the same information is available from the
      LALVCSInfo structs lal...VCSInfo and lal...VCSIdentInfo
    - Refs #4801
    Original: 27676b2b51a8c94b4228724e06332686d3224a1a
    9b6151a7