v2.0.0
Loading...
Searching...
No Matches
ml_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
19
20//=============================================================================================================
21// INCLUDES
22//=============================================================================================================
23
24#include "ml_global.h"
25
26//=============================================================================================================
27// DEFINE METHODS
28//=============================================================================================================
29
31
32//=============================================================================================================
33
34const char* MLLIB::buildHash(){ return UTILSLIB::gitHash();}
35
36//=============================================================================================================
37
Export/import macros, build-stamp accessors and namespace anchor for the MLLIB machine-learning libra...
constexpr auto gitHashLong()
Definition buildinfo.h:83
constexpr auto gitHash()
Definition buildinfo.h:70
constexpr auto dateTimeNow()
Definition buildinfo.h:61
MLSHARED_EXPORT const char * buildDateTime()
Definition ml_global.cpp:30
MLSHARED_EXPORT const char * buildHash()
Definition ml_global.cpp:34
MLSHARED_EXPORT const char * buildHashLong()
Definition ml_global.cpp:38