v2.0.0
Loading...
Searching...
No Matches
utils_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
21
22//=============================================================================================================
23// INCLUDES
24//=============================================================================================================
25
26#include "utils_global.h"
27
28//=============================================================================================================
29// DEFINE METHODS
30//=============================================================================================================
31
33
34//=============================================================================================================
35
36const char* UTILSLIB::buildHash(){ return UTILSLIB::gitHash();}
37
38//=============================================================================================================
39
Public umbrella header for UTILSLIB exposing the UTILSSHARED_EXPORT macro and build-info accessors.
const char * buildHash()
constexpr auto gitHashLong()
Definition buildinfo.h:83
constexpr auto gitHash()
Definition buildinfo.h:70
const char * buildDateTime()
const char * buildHashLong()
constexpr auto dateTimeNow()
Definition buildinfo.h:61