v2.0.0
Loading...
Searching...
No Matches
sts_global.h
Go to the documentation of this file.
1//=============================================================================================================
28
29#ifndef STS_GLOBAL_H
30#define STS_GLOBAL_H
31
32//=============================================================================================================
33// INCLUDES
34//=============================================================================================================
35
36#include <QtCore/qglobal.h>
37#include <utils/buildinfo.h>
38
39//=============================================================================================================
40// DEFINES
41//=============================================================================================================
42
43#if defined(STATICBUILD)
44# define STSSHARED_EXPORT
45#elif defined(MNE_STS_LIBRARY)
46# define STSSHARED_EXPORT Q_DECL_EXPORT
47#else
48# define STSSHARED_EXPORT Q_DECL_IMPORT
49#endif
50
51//=============================================================================================================
56namespace STSLIB{
57
58//=============================================================================================================
63
64//=============================================================================================================
68STSSHARED_EXPORT const char* buildHash();
69
70//=============================================================================================================
75
76}
77
78#endif // STS_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define STSSHARED_EXPORT
Definition sts_global.h:44
Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction).
STSSHARED_EXPORT const char * buildHashLong()
STSSHARED_EXPORT const char * buildDateTime()
STSSHARED_EXPORT const char * buildHash()