v2.0.0
Loading...
Searching...
No Matches
bids_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
34
35//=============================================================================================================
36// INCLUDES
37//=============================================================================================================
38
39#include "bids_global.h"
40
41//=============================================================================================================
42// DEFINE METHODS
43//=============================================================================================================
44
46
47//=============================================================================================================
48
49const char* BIDSLIB::buildHash(){ return UTILSLIB::gitHash();}
50
51//=============================================================================================================
52
bids library export/import macros.
BIDSSHARED_EXPORT const char * buildHash()
BIDSSHARED_EXPORT const char * buildHashLong()
BIDSSHARED_EXPORT const char * buildDateTime()
constexpr auto gitHashLong()
Definition buildinfo.h:92
constexpr auto gitHash()
Definition buildinfo.h:79
constexpr auto dateTimeNow()
Definition buildinfo.h:70