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

Implementation of MLLIB build-stamp accessors that forward to UTILSLIB::buildinfo. More...

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

Go to the source code of this file.

Detailed Description

Implementation of MLLIB build-stamp accessors that forward to UTILSLIB::buildinfo.

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

Each of MLLIB::buildDateTime, MLLIB::buildHash and MLLIB::buildHashLong is a one-line delegate to the matching UTILSLIB helper; centralising the call here lets every library in mne-cpp report identical build metadata (filled in once by buildinfo.h.in at CMake configure time) without each library having to depend on the generation rules directly.

Definition in file ml_global.cpp.