Thin forwarders that surface UTILSLIB build-info into MATHLIB. More...
#include "math_global.h"
Go to the source code of this file.
Thin forwarders that surface UTILSLIB build-info into MATHLIB.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
The three accessors declared in math_global.h simply delegate to the equivalent helpers in UTILSLIB::buildinfo so that every mne-cpp library exposes the same build-stamp API surface without duplicating the __DATE__ / __TIME__ macros or having to know how the CMake git-hash injection works. Keeping the implementation in a separate translation unit also pins the build stamp to the moment MATHLIB itself was compiled, not to whichever client first includes math_global.h.
Definition in file math_global.cpp.