Struct build_info
Defined in File build_info.h
Struct Documentation
-
struct build_info
Build information (duh).
Public Members
-
const char *git_rev
The current git revision.
-
const char *git_diff
“+” if the current tree is dirty, “” otherwise.
-
const char *git_tag
Current git tag if it exists, “” otherwise.
-
const char *git_branch
Current git branch if it exists.
-
const char *compiler_flags
Revelant compiler flags used to build the library/application.
-
const char *date
The date of the build.
-
const char *time
The time of the build.
-
const char *git_rev