Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1// -------------------------------------------------------//
2//
3// SHAMROCK code for hydrodynamics
4// Copyright (c) 2021-2026 Timothée David--Cléris <tim.shamrock@proton.me>
5// SPDX-License-Identifier: CeCILL Free Software License Agreement v2.1
6// Shamrock is licensed under the CeCILL 2.1 License, see LICENSE for more information
7//
8// -------------------------------------------------------//
9
10#pragma once
11
20
23#include "shamcomm/logs.hpp"
24#include <chrono>
25#include <iomanip>
26#include <sstream>
27#include <string>
28
29extern const std::string git_info_str;
30extern const std::string git_commit_hash;
31extern const std::string compile_arg;
32extern const std::string version_string;
33extern const bool is_git;
34
35// will be in compiler_id.cpp
36extern const char *shamrock_compiler_id_string;
37
38const u32 term_width = 64;
std::uint32_t u32
32 bit unsigned integer