42#include <misc/gen/version.hpp>
#define _MISC_FUNC
Definition misc/global.h:39
Definition Application.h:10
std::string getGCCVersion()
Gets the GNU compiler version.
_MISC_FUNC std::string_view getCpuArchitecture()
Gets the CPU architecture returned from 'uname -m' command.
std::string_view getCppStandard()
Gets the C++ standard used.
_MISC_FUNC std::string getOSVersion()
Gets the OS and version used.
_MISC_FUNC std::string getSystemName()
Gets the name of the system.
_MISC_FUNC std::string getUserLogin()
Gets the name of the current user of the system.