BS 0.0.1
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
# /Convention/Config
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
包含了关于静态的配置信息等内容, 并且引入全体标准库内容
|
|
||||||
|
|
||||||
## Import All
|
|
||||||
|
|
||||||
在可能的情况下
|
|
@@ -1,5 +1,17 @@
|
|||||||
|
[返回](../RootEnv-README.md)
|
||||||
|
|
||||||
# /Convention
|
# /Convention
|
||||||
|
|
||||||
|
本位置用于放置代码内的静态配置文件, 如必要的环境资源或编译指示等
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
允许直接暴露在外的接口文件放置在该文件夹下
|
# 目录结构
|
||||||
|
|
||||||
|
- [[Runtime]*]([Runtime]/Runtime-READNE.md)
|
||||||
|
|
||||||
|
核心内容, 目标运行时将需要这些内容
|
||||||
|
|
||||||
|
- [[Static]]([Static]/Static-README.md)
|
||||||
|
|
||||||
|
作用于目标生成前, 将作为静态的辅助部分协助开发, 但最终不参与生成
|
20
Convention/[Runtime]/Config.md
Normal file
20
Convention/[Runtime]/Config.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
[返回](./Runtime-READNE.md)
|
||||||
|
|
||||||
|
# /Convention/Runtime/Config
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
包含了关于静态的配置信息等内容, 并且引入全体标准库内容
|
||||||
|
|
||||||
|
## Import All
|
||||||
|
|
||||||
|
检查并尝试引入所有依赖库
|
||||||
|
|
||||||
|
## PlatformIndicator包含的内容
|
||||||
|
|
||||||
|
- 是否为某平台
|
||||||
|
- 获取平台位数
|
||||||
|
- 获取编译信息
|
||||||
|
- 获取目标生成的信息
|
||||||
|
|
||||||
|
## 其他基础内容
|
15
Convention/[Runtime]/Runtime-READNE.md
Normal file
15
Convention/[Runtime]/Runtime-READNE.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[返回](../Source-README.md)
|
||||||
|
|
||||||
|
# /Convention/Runtime
|
||||||
|
|
||||||
|
本位置用于放置允许直接暴露的接口代码与汇总代码
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 目录结构
|
||||||
|
|
||||||
|
- [Config*](Config.md)
|
||||||
|
|
||||||
|
检查并尝试引入所有依赖库, 定义PlatformIndicator与一些基础内容
|
||||||
|
|
||||||
|
|
7
Convention/[Static]/Static-README.md
Normal file
7
Convention/[Static]/Static-README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[返回](../Source-README.md)
|
||||||
|
|
||||||
|
# /Convention/Static
|
||||||
|
|
||||||
|
作用于目标生成前, 将作为静态的辅助部分协助开发, 但最终不参与生成
|
||||||
|
|
||||||
|
---
|
@@ -1,3 +1,17 @@
|
|||||||
# 根目录
|
# /
|
||||||
|
|
||||||
根目录用于放置实现代码外的配置文件, 如必要的环境资源或编译指示等
|
根目录用于放置实现代码外的配置文件, 如必要的环境资源或编译指示等
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 目录结构
|
||||||
|
|
||||||
|
- [Convention](Convention/Source-README.md)
|
||||||
|
|
||||||
|
核心内容
|
||||||
|
|
||||||
|
# 修改日志
|
||||||
|
|
||||||
|
基础标准`BS`, 增强提案`EP`
|
||||||
|
|
||||||
|
- `0.0.1` `BS` 建立标准
|
Reference in New Issue
Block a user