Implementation for file inc/util/version.h
More...
#include "inc/util/version.h"#include "inc/util/envvars.h"#include "inc/util/configuration.h"#include "inc/util/threads.h"#include "inc/util/output.h"#include "inc/util/blas-wrapper.h"#include "inc/util/cuda_support.h"#include "inc/util/mpi_include.h"#include ".git_diff"
Include dependency graph for version.cpp:Namespaces | |
| namespace | syten |
| Syten namespace. | |
Functions | |
| void | syten::print_version (char const *argv0) |
Print version information to std::cerr, taking argv0 as the command-line binary name. More... | |
| void | syten::print_version_diff () |
Prints the difference between the git head and worktree at build time to std::cerr. More... | |
| std::string | syten::version (char const *argv0) |
Returns the version information stringstream, taking argv0 as the command-line binary name. More... | |
Variables | |
| const char * | syten_git_diff = |
| Contains the output of the git diff run on the project directory. More... | |
Implementation for file inc/util/version.h