|
15Slide
|
Compiliation related constants. More...
Variables | |
| constexpr char | COMPILER_STRING [] {"Unknown"} |
| The string for the compiler. More... | |
| constexpr bool | CLANG {false} |
| Compiled with CLang. More... | |
| constexpr bool | MINGW {false} |
| Compiled with MinGW. More... | |
| constexpr bool | GCC {false} |
| Compiled with GCC. More... | |
| constexpr char | COMPILER_VERSION [] {"???"} |
| Compiler version (equal to VERSION on compatiable compilers) More... | |
| constexpr std::uint32_t | CPP_VERSION {__cplusplus} |
| C++ version (equal to __cplusplus) More... | |
| constexpr char | DATE [] {__DATE__} |
| Compiliation date (equal to DATE) More... | |
| constexpr char | TIME [] {__TIME__} |
| Compiliation time (equal to TIME) More... | |
| constexpr char | SLIDE_VERSION_STRING [] {"0.11.0"} |
| 15Slide Version String More... | |
| constexpr bool | DEBUG {true} |
| Debug build (adds messages and command in CommandUI) More... | |
| constexpr bool | RELEASE {!DEBUG} |
| Release build. More... | |
Compiliation related constants.
| constexpr bool ProgramStuff::Build::CLANG {false} |
Compiled with CLang.
| constexpr char ProgramStuff::Build::COMPILER_STRING[] {"Unknown"} |
The string for the compiler.
| constexpr char ProgramStuff::Build::COMPILER_VERSION[] {"???"} |
Compiler version (equal to VERSION on compatiable compilers)
| constexpr std::uint32_t ProgramStuff::Build::CPP_VERSION {__cplusplus} |
C++ version (equal to __cplusplus)
| constexpr char ProgramStuff::Build::DATE[] {__DATE__} |
Compiliation date (equal to DATE)
| constexpr bool ProgramStuff::Build::DEBUG {true} |
Debug build (adds messages and command in CommandUI)
| constexpr bool ProgramStuff::Build::GCC {false} |
Compiled with GCC.
| constexpr bool ProgramStuff::Build::MINGW {false} |
Compiled with MinGW.
| constexpr bool ProgramStuff::Build::RELEASE {!DEBUG} |
Release build.
| constexpr char ProgramStuff::Build::SLIDE_VERSION_STRING[] {"0.11.0"} |
15Slide Version String
| constexpr char ProgramStuff::Build::TIME[] {__TIME__} |
Compiliation time (equal to TIME)