├── HOW_TO_CONTRIBUTE.md ├── README.md ├── RELEASE_MANAGE.md ├── ROLE.md ├── TDD.md ├── images ├── 1.png └── 2.png ├── logs └── 2025-05.md ├── rpc.md ├── v4.5.md ├── v4.6.md ├── v5.md └── v6.md /HOW_TO_CONTRIBUTE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/HOW_TO_CONTRIBUTE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE_MANAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/RELEASE_MANAGE.md -------------------------------------------------------------------------------- /ROLE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/ROLE.md -------------------------------------------------------------------------------- /TDD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/TDD.md -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/images/1.png -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/images/2.png -------------------------------------------------------------------------------- /logs/2025-05.md: -------------------------------------------------------------------------------- 1 | # 2025.05 2 | 3 | 1. 增加更多 `core tests` 单元测试,将覆盖率提升至 `80%` 4 | 2. 重构底层代码和 `API` 5 | 3. 使用 `clang-tidy` 静态分析工具,优化 `C++` 代码 6 | 7 | -------------------------------------------------------------------------------- /rpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/rpc.md -------------------------------------------------------------------------------- /v4.5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/v4.5.md -------------------------------------------------------------------------------- /v4.6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/v4.6.md -------------------------------------------------------------------------------- /v5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/v5.md -------------------------------------------------------------------------------- /v6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/swoole/rfc/HEAD/v6.md --------------------------------------------------------------------------------