63 return __DATE__
" " __TIME__;
72#ifdef MNE_GIT_HASH_SHORT
73 return MNE_GIT_HASH_SHORT;
75 return "Git hash not defined.";
85#ifdef MNE_GIT_HASH_LONG
86 return MNE_GIT_HASH_LONG;
88 return "Git hash long not defined.";
Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms).
constexpr auto gitHashLong()
constexpr auto dateToday()
constexpr auto timeNowNow()
constexpr auto dateTimeNow()