Skip to content

Commit 174c013

Browse files
committed
update versio
1 parent a7600fc commit 174c013

File tree

7 files changed

+215
-109
lines changed

7 files changed

+215
-109
lines changed

_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="/assets/img/logo.svg" width="16%" />
22

3-
# xmake <small>2.9.7</small>
3+
# xmake <small>2.9.8</small>
44

55
> A cross-platform build utility based on Lua
66

about/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v2.9.8
4+
5+
### New features
6+
7+
* [#5994](https://github.com/xmake-io/xmake/issues/5994): Profile process performance
8+
* [#5995](https://github.com/xmake-io/xmake/pull/5995): Add profile support for vs generator
9+
* [#5949](https://github.com/xmake-io/xmake/pull/5949): Add rule nodejs.module
10+
* [#3380](https://github.com/xmake-io/xmake/issues/3380): Add namespace support
11+
* [#5945](https://github.com/xmake-io/xmake/issues/5945): Check pkgconfig/cmake importfiles for package
12+
* [#6054](https://github.com/xmake-io/xmake/issues/6054): Add xmake bundle for linux
13+
* [#6071](https://github.com/xmake-io/xmake/issues/6071): Improve to download package for git url, support for sparse-checkout
14+
* [#5163](https://github.com/xmake-io/xmake/issues/5163): Support TI-CGT C2000/C6000 compiler
15+
* [#5344](https://github.com/xmake-io/xmake/issues/5344): Support IAR ARM C/C++ compiler
16+
* [#5554](https://github.com/xmake-io/xmake/issues/5554): Add custom unknown toolchains support
17+
18+
### Changes
19+
20+
* [#6056](https://github.com/xmake-io/xmake/pull/6056): Build and release xmake/arm64 on windows.
21+
* [#6097](https://github.com/xmake-io/xmake/pull/6097): Add qt_host Option to Enable Cross-Platform Qt Builds Using Host SDK Tools
22+
* [#6120](https://github.com/xmake-io/xmake/issues/6120): Add custom preprocessor for configfiles
23+
* [#6088](https://github.com/xmake-io/xmake/issues/6088): Improve configfiles to generate export macro
24+
25+
### Bugs fixed
26+
27+
* [#272](https://github.com/tboox/tbox/issues/272): Fix xmake stuck when readfile always return zero for msvc + /O1
28+
* [#6089](https://github.com/tboox/tbox/issues/6089): Fix depend.is_changed for cuda
29+
330
## v2.9.7
431

532
### New features

mirror/about/changelog.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,32 @@ <h4>This is a mirror page, please see the original page: </h4><a href="https://x
9393
}
9494
</style>
9595
<h1 id="changelog">Changelog</h1>
96+
<h2 id="v298">v2.9.8</h2>
97+
<h3 id="newfeatures">New features</h3>
98+
<ul>
99+
<li><a href="https://github.com/xmake-io/xmake/issues/5994">#5994</a>: Profile process performance</li>
100+
<li><a href="https://github.com/xmake-io/xmake/pull/5995">#5995</a>: Add profile support for vs generator</li>
101+
<li><a href="https://github.com/xmake-io/xmake/pull/5949">#5949</a>: Add rule nodejs.module</li>
102+
<li><a href="https://github.com/xmake-io/xmake/issues/3380">#3380</a>: Add namespace support</li>
103+
<li><a href="https://github.com/xmake-io/xmake/issues/5945">#5945</a>: Check pkgconfig/cmake importfiles for package</li>
104+
<li><a href="https://github.com/xmake-io/xmake/issues/6054">#6054</a>: Add xmake bundle for linux</li>
105+
<li><a href="https://github.com/xmake-io/xmake/issues/6071">#6071</a>: Improve to download package for git url, support for sparse-checkout</li>
106+
<li><a href="https://github.com/xmake-io/xmake/issues/5163">#5163</a>: Support TI-CGT C2000/C6000 compiler</li>
107+
<li><a href="https://github.com/xmake-io/xmake/issues/5344">#5344</a>: Support IAR ARM C/C++ compiler</li>
108+
<li><a href="https://github.com/xmake-io/xmake/issues/5554">#5554</a>: Add custom unknown toolchains support</li>
109+
</ul>
110+
<h3 id="changes">Changes</h3>
111+
<ul>
112+
<li><a href="https://github.com/xmake-io/xmake/pull/6056">#6056</a>: Build and release xmake/arm64 on windows.</li>
113+
<li><a href="https://github.com/xmake-io/xmake/pull/6097">#6097</a>: Add qt_host Option to Enable Cross-Platform Qt Builds Using Host SDK Tools</li>
114+
<li><a href="https://github.com/xmake-io/xmake/issues/6120">#6120</a>: Add custom preprocessor for configfiles</li>
115+
<li><a href="https://github.com/xmake-io/xmake/issues/6088">#6088</a>: Improve configfiles to generate export macro</li>
116+
</ul>
117+
<h3 id="bugsfixed">Bugs fixed</h3>
118+
<ul>
119+
<li><a href="https://github.com/tboox/tbox/issues/272">#272</a>: Fix xmake stuck when readfile always return zero for msvc + /O1</li>
120+
<li><a href="https://github.com/tboox/tbox/issues/6089">#6089</a>: Fix depend.is_changed for cuda</li>
121+
</ul>
96122
<h2 id="v297">v2.9.7</h2>
97123
<h3 id="newfeatures">New features</h3>
98124
<ul>

mirror/zh-cn/about/changelog.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,33 @@ <h4>This is a mirror page, please see the original page: </h4><a href="https://x
9292
line-height: 1;
9393
}
9494
</style>
95-
<h2 id="v297">v2.9.7</h2>
95+
<h2 id="v298">v2.9.8</h2>
96+
<h3 id="">新特性</h3>
97+
<ul>
98+
<li><a href="https://github.com/xmake-io/xmake/issues/5994">#5994</a>: 分析进程执行性能</li>
99+
<li><a href="https://github.com/xmake-io/xmake/pull/5995">#5995</a>: 为 vs generator 添加 profile 支持</li>
100+
<li><a href="https://github.com/xmake-io/xmake/pull/5949">#5949</a>: 添加 nodejs.module 规则</li>
101+
<li><a href="https://github.com/xmake-io/xmake/issues/3380">#3380</a>: 添加命名空间支持</li>
102+
<li><a href="https://github.com/xmake-io/xmake/issues/5945">#5945</a>: 检测 pkgconfig/cmake 导入文件</li>
103+
<li><a href="https://github.com/xmake-io/xmake/issues/6054">#6054</a>: 为 linux 添加 xmake bundle 包</li>
104+
<li><a href="https://github.com/xmake-io/xmake/issues/6071">#6071</a>: 改进 git 包下载,支持仅仅 clone 指定子目录</li>
105+
<li><a href="https://github.com/xmake-io/xmake/issues/5163">#5163</a>: 支持 TI-CGT C2000/C6000 编译器</li>
106+
<li><a href="https://github.com/xmake-io/xmake/issues/5344">#5344</a>: 支持 IAR ARM C/C++ 编译器</li>
107+
<li><a href="https://github.com/xmake-io/xmake/issues/5554">#5554</a>: 添加自定义未知工具链支持</li>
108+
</ul>
109+
<h3 id="">改进</h3>
110+
<ul>
111+
<li><a href="https://github.com/xmake-io/xmake/pull/6056">#6056</a>: 添加 CI 去构建发布 windows arm64 版本。</li>
112+
<li><a href="https://github.com/xmake-io/xmake/pull/6097">#6097</a>: 添加 qt_host 支持交叉编译 Qt 项目</li>
113+
<li><a href="https://github.com/xmake-io/xmake/issues/6120">#6120</a>: 改进 configfiles 添加自定义预处理支持</li>
114+
<li><a href="https://github.com/xmake-io/xmake/issues/6088">#6088</a>: 改进 configfiles 去生成导出宏</li>
115+
</ul>
116+
<h3 id="bugs">Bugs 修复</h3>
117+
<ul>
118+
<li><a href="https://github.com/tboox/tbox/issues/272">#272</a>: 修复 msvc + /O1 时候,错误的编译器优化导致 xmake 加载卡住</li>
119+
<li><a href="https://github.com/tboox/tbox/issues/6089">#6089</a>: 修复 depend.is_changed</li>
120+
</ul>
121+
<h2 id="v297">v2.9.7</h2>
96122
<h3 id="">新特性</h3>
97123
<ul>
98124
<li><a href="https://github.com/xmake-io/xmake/pull/5813">#5813</a>: 为 rule 添加 <code>before_config</code><code>after_config</code></li>

0 commit comments

Comments
 (0)