v2.0.0
Loading...
Searching...
No Matches
fs_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
14
15//=============================================================================================================
16// INCLUDES
17//=============================================================================================================
18
19#include "fs_global.h"
20
21//=============================================================================================================
22// DEFINE METHODS
23//=============================================================================================================
24
26
27//=============================================================================================================
28
29const char* FSLIB::buildHash(){ return UTILSLIB::gitHash();}
30
31//=============================================================================================================
32
Export/import macros and build-info accessors for the FSLIB FreeSurfer I/O library.
const char * buildHash()
Definition fs_global.cpp:29
const char * buildDateTime()
Definition fs_global.cpp:25
const char * buildHashLong()
Definition fs_global.cpp:33
constexpr auto gitHashLong()
Definition buildinfo.h:83
constexpr auto gitHash()
Definition buildinfo.h:70
constexpr auto dateTimeNow()
Definition buildinfo.h:61