diff options
| author | ruki <[email protected]> | 2022-07-30 21:22:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-30 21:22:22 +0800 |
| commit | 934073e85ec7d17a68cbf812cc0a79cb936351b0 (patch) | |
| tree | ab637f60ed98e8d27abd5a4bcfd5e4c2a3d1cd70 | |
| parent | 3341c985fdb6e2a1ee8d6cec7aae8854ef52e664 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80eebd951..99b77b222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * [#2577](https://github.com/xmake-io/xmake/issues/2577): Improve add_headerfiles(), add `{install = false}` support * [#2603](https://github.com/xmake-io/xmake/issues/2603): Disable `-fdirectives-only` for ccache by default * [#2580](https://github.com/xmake-io/xmake/issues/2580): Set stdout to line buffering +* [#2571](https://github.com/xmake-io/xmake/issues/2571): Improve task scheduling for parallel and distributed compilation based on memory/cpu usage ## v2.6.9 @@ -1359,6 +1360,7 @@ * [#2577](https://github.com/xmake-io/xmake/issues/2577): 改进 add_headerfiles(),增加 `{install = false}` 支持 * [#2603](https://github.com/xmake-io/xmake/issues/2603): 为 ccache 默认禁用 `-fdirectives-only` * [#2580](https://github.com/xmake-io/xmake/issues/2580): 设置 stdout 到 line 缓冲输出 +* [#2571](https://github.com/xmake-io/xmake/issues/2571): 改进分布式编译的调度算法,增加 cpu/memory 状态权重 ## v2.6.9 |
