![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
Go to the source code of this file.
Macros | |
| #define | COMPILER_ID "" |
| #define | STRINGIFY_HELPER(X) #X |
| #define | STRINGIFY(X) STRINGIFY_HELPER(X) |
| #define | PLATFORM_ID |
| #define | ARCHITECTURE_ID |
| #define | DEC(n) |
| #define | HEX(n) |
| #define | CXX_STD __cplusplus |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| char const * | info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
| char const * | info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
| char const * | info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
| const char * | info_language_dialect_default |
| #define ARCHITECTURE_ID |
Definition at line 477 of file CMakeCXXCompilerId.cpp.
| #define COMPILER_ID "" |
Definition at line 297 of file CMakeCXXCompilerId.cpp.
| #define CXX_STD __cplusplus |
Definition at line 560 of file CMakeCXXCompilerId.cpp.
| #define DEC | ( | n | ) |
Definition at line 481 of file CMakeCXXCompilerId.cpp.
| #define HEX | ( | n | ) |
Definition at line 492 of file CMakeCXXCompilerId.cpp.
| #define PLATFORM_ID |
Definition at line 414 of file CMakeCXXCompilerId.cpp.
| #define STRINGIFY | ( | X | ) | STRINGIFY_HELPER(X) |
Definition at line 318 of file CMakeCXXCompilerId.cpp.
| #define STRINGIFY_HELPER | ( | X | ) | #X |
Definition at line 317 of file CMakeCXXCompilerId.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 579 of file CMakeCXXCompilerId.cpp.
References info_compiler, info_language_dialect_default, and info_platform.
| char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]" |
Definition at line 552 of file CMakeCXXCompilerId.cpp.
| char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]" |
Definition at line 304 of file CMakeCXXCompilerId.cpp.
Referenced by main().
| const char* info_language_dialect_default |
Definition at line 563 of file CMakeCXXCompilerId.cpp.
Referenced by main().
| char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]" |
Definition at line 551 of file CMakeCXXCompilerId.cpp.
Referenced by main().
1.8.13