46 std::stringstream sstream;
55 std::stringstream sstream;
60 sstream <<
" built from archive";
64 sstream <<
" (clean)";
67 sstream <<
" (dirty)";
70 sstream <<
" (potentially dirty)";
77 std::stringstream sstream;
static std::string longVersionString()
@ Unknown
some files were modified
@ Dirty
no files were modified in the checkout
static const unsigned versionPatch
The patch version of Storm.
static const std::string gitRevisionHash
The short hash of the git commit this build is based on.
static const bool versionDev
Flag indicating if the version of Storm is a development version.
static const std::string systemName
The system which has compiled Storm.
static const std::string cxxCompiler
The compiler version that was used to build Storm.
static const DirtyState dirty
Indicates whether files were modified.
static const std::string systemVersion
The system version which has compiled Storm.
static std::string shortVersionString()
static std::string buildInfo()
static const std::string cxxFlags
The flags that were used to build Storm.
static const unsigned versionMajor
The major version of Storm.
static const unsigned versionMinor
The minor version of Storm.