|
T-Box Basic dev
|
T-Box 版本信息 More...
Go to the source code of this file.
Macros | |
| #define | TBOX_VERSION_MAJOR 0 |
| T-Box 主版本号 | |
| #define | TBOX_VERSION_MINOR 1 |
| T-Box 次版本号 | |
| #define | TBOX_VERSION_PATCH 0 |
| T-Box 修订版本号 | |
| #define | TBOX_VERSION_STRING "0.1.0" |
| T-Box 版本字符串 | |
| #define | TBOX_CONFIGURED_API (TBOX_VERSION_MAJOR * 10000 + TBOX_VERSION_MINOR * 100) |
| T-Box 配置的 API 版本 | |
| #define | TBOX_COMMIT_SHORT "a53dfab" |
| T-Box 提交的短哈希 | |
| #define | TBOX_COMMIT_LONG "a53dfab9b6df800caf10f0ed5a36b6d083cf0681" |
| T-Box 提交的长哈希 | |
| #define | TBOX_BUILD_DATE __DATE__ |
| T-Box 构建日期 | |
| #define | TBOX_BUILD_TIME __TIME__ |
| T-Box 构建时间 | |
| #define | TBOX_MSTR_HELPER(x) |
| #define | TBOX_MSTR(x) |
| #define | TBOX_DEPRECATED(since) |
| #define | TBOX_DEPRECATED_FOR(since, message) |
| #define | TBOX_DEPRECATED_MESSAGE(message) |
| #define | TBOX_BEGIN_ALLOW_DEPRECATED |
| #define | TBOX_END_ALLOW_DEPRECATED |
| #define | TBOX_API_LEVEL (TBOX_CONFIGURED_API) |
| #define | TBOX_DEPRECATEDIN_1_0_0 |
| #define | TBOX_DEPRECATEDIN_1_0_0_FOR(msg) |
T-Box 版本信息