v2.0.0
Loading...
Searching...
No Matches
mna_global.cpp File Reference

Definitions for the MNALIB build-info accessors declared in mna_global.h. More...

#include "mna_global.h"
Include dependency graph for mna_global.cpp:

Go to the source code of this file.

Detailed Description

Definitions for the MNALIB build-info accessors declared in mna_global.h.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.2.0
Date
April 2026

The two functions implemented here simply forward to the utils/buildinfo.h helpers, which embed the build date/time and abbreviated git hash at link time. Keeping the forwarders out-of-line is what makes them callable across the MNASHARED_EXPORT boundary without dragging utils headers into every consumer translation unit.

Definition in file mna_global.cpp.