Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-da3b9d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

VCS and build information structure.

Definition at line 41 of file LALVCSInfoType.h.

Data Fields

const char *const name
 Library name. More...
 
const char *const version
 Library version. More...
 
const char *const vcsId
 Identifier (e.g. More...
 
const char *const vcsDate
 Committer date of last commit. More...
 
const char *const vcsBranch
 Branch of last commit. More...
 
const char *const vcsTag
 Tag of last commit. More...
 
const char *const vcsAuthor
 Author of last commit. More...
 
const char *const vcsCommitter
 Committer of last commit. More...
 
const char *const vcsClean
 (UN)CLEAN More...
 
const char *const vcsStatus
 (UN)CLEAN: Status message More...
 
const char *const configureArgs
 configure arguments More...
 
const char *const configureDate
 configure date More...
 
const char *const buildDate
 Build date. More...
 

Field Documentation

◆ name

const char* const LALVCSInfo::name

Library name.

Definition at line 43 of file LALVCSInfoType.h.

◆ version

const char* const LALVCSInfo::version

Library version.

Definition at line 44 of file LALVCSInfoType.h.

◆ vcsId

const char* const LALVCSInfo::vcsId

Identifier (e.g.

git SHA1) of last commit

Definition at line 45 of file LALVCSInfoType.h.

◆ vcsDate

const char* const LALVCSInfo::vcsDate

Committer date of last commit.

Definition at line 46 of file LALVCSInfoType.h.

◆ vcsBranch

const char* const LALVCSInfo::vcsBranch

Branch of last commit.

Definition at line 47 of file LALVCSInfoType.h.

◆ vcsTag

const char* const LALVCSInfo::vcsTag

Tag of last commit.

Definition at line 48 of file LALVCSInfoType.h.

◆ vcsAuthor

const char* const LALVCSInfo::vcsAuthor

Author of last commit.

Definition at line 49 of file LALVCSInfoType.h.

◆ vcsCommitter

const char* const LALVCSInfo::vcsCommitter

Committer of last commit.

Definition at line 50 of file LALVCSInfoType.h.

◆ vcsClean

const char* const LALVCSInfo::vcsClean

(UN)CLEAN

Definition at line 51 of file LALVCSInfoType.h.

◆ vcsStatus

const char* const LALVCSInfo::vcsStatus

(UN)CLEAN: Status message

Definition at line 52 of file LALVCSInfoType.h.

◆ configureArgs

const char* const LALVCSInfo::configureArgs

configure arguments

Definition at line 53 of file LALVCSInfoType.h.

◆ configureDate

const char* const LALVCSInfo::configureDate

configure date

Definition at line 54 of file LALVCSInfoType.h.

◆ buildDate

const char* const LALVCSInfo::buildDate

Build date.

Definition at line 55 of file LALVCSInfoType.h.