31#ifndef DECODING_GLOBAL_H
32#define DECODING_GLOBAL_H
44#include <QtCore/qglobal.h>
50#if defined(STATICBUILD)
51# define DECODINGSHARED_EXPORT
52#elif defined(MNE_DECODING_LIBRARY)
53# define DECODINGSHARED_EXPORT Q_DECL_EXPORT
55# define DECODINGSHARED_EXPORT Q_DECL_IMPORT
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define DECODINGSHARED_EXPORT
Supervised and unsupervised spatial-filter decompositions for M/EEG decoding.
DECODINGSHARED_EXPORT const char * buildHash()
DECODINGSHARED_EXPORT const char * buildDateTime()
DECODINGSHARED_EXPORT const char * buildHashLong()