ruki 1 éve
szülő
commit
6841dfd03f

+ 1 - 1
_coverpage.md

@@ -1,6 +1,6 @@
 <img src="/assets/img/logo.svg" width="16%" />
 
-# xmake <small>2.9.1</small>
+# xmake <small>2.9.2</small>
 
 > A cross-platform build utility based on Lua
 

+ 23 - 0
about/changelog.md

@@ -1,5 +1,28 @@
 # Changelog
 
+## v2.9.2
+
+### New features
+
+* [#5005](https://github.com/xmake-io/xmake/pull/5005): Show all apis
+* [#5003](https://github.com/xmake-io/xmake/issues/5003): Add build.fence policy
+* [#5060](https://github.com/xmake-io/xmake/issues/5060): Support Verilator target build to static library
+* [#5074](https://github.com/xmake-io/xmake/pull/5074): Add `xrepo download` command to download package source
+* [#5086](https://github.com/xmake-io/xmake/issues/5986): Add check support for package
+* [#5103](https://github.com/xmake-io/xmake/pull/5103): Add qt ts files building
+* [#5104](https://github.com/xmake-io/xmake/pull/5104): Call where in find_program
+
+### Changes
+
+* [#5077](https://github.com/xmake-io/xmake/issues/5077): Use x64 host compiler for msvc when building x86 target
+* [#5109](https://github.com/xmake-io/xmake/issues/5109): Support runpath/rpath for add_rpathdirs
+* [#5132](https://github.com/xmake-io/xmake/pull/5132): Improve ifort/icc/icx support on windows
+
+### Bugs Fixed
+
+* [#5059](https://github.com/xmake-io/xmake/issues/5059): Fix load huge targets stuck
+* [#5029](https://github.com/xmake-io/xmake/issues/5029): Fix crash on termux
+
 ## v2.9.1
 
 ### New features

+ 22 - 0
mirror/about/changelog.html

@@ -93,6 +93,28 @@
 }
 </style>
     <h1 id="changelog">Changelog</h1>
+<h2 id="v292">v2.9.2</h2>
+<h3 id="newfeatures">New features</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/5005">#5005</a>: Show all apis</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5003">#5003</a>: Add build.fence policy</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5060">#5060</a>: Support Verilator target build to static library</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5074">#5074</a>: Add <code>xrepo download</code> command to download package source</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5986">#5086</a>: Add check support for package</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5103">#5103</a>: Add qt ts files building</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5104">#5104</a>: Call where in find_program</li>
+</ul>
+<h3 id="changes">Changes</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5077">#5077</a>: Use x64 host compiler for msvc when building x86 target</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5109">#5109</a>: Support runpath/rpath for add_rpathdirs</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5132">#5132</a>: Improve ifort/icc/icx support on windows</li>
+</ul>
+<h3 id="bugsfixed">Bugs Fixed</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5059">#5059</a>: Fix load huge targets stuck</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5029">#5029</a>: Fix crash on termux</li>
+</ul>
 <h2 id="v291">v2.9.1</h2>
 <h3 id="newfeatures">New features</h3>
 <ul>

+ 23 - 1
mirror/zh-cn/about/changelog.html

@@ -92,7 +92,29 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v291">v2.9.1</h2>
+    <h2 id="v292">v2.9.2</h2>
+<h3 id="">新特性</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/5005">#5005</a>: 显示所有 API</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5003">#5003</a>: 添加 build.fence 策略</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5060">#5060</a>: 支持 Verilator 静态库目标构建</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5074">#5074</a>: 添加 <code>xrepo download</code> 命令去快速下载包源码</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5986">#5086</a>: 添加包检测支持</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5103">#5103</a>: 添加 qt ts 构建支持</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5104">#5104</a>: 改进 find_program,在 windows 上调用 where 改进查找</li>
+</ul>
+<h3 id="">改进</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5077">#5077</a>: 当构建 x86 目标时,使用 x64 的 msvc 编译工具</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5109">#5109</a>: 改进 add_rpathdirs 支持 runpath/rpath 切换</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/5132">#5132</a>: 改进 ifort/icc/icx 在 windows 上的支持</li>
+</ul>
+<h3 id="bugs">Bugs 修复</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/5059">#5059</a>: 修复加载大量 targets 时候卡住</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/5029">#5029</a>: 修复在 termux 上崩溃问题</li>
+</ul>
+<h2 id="v291">v2.9.1</h2>
 <h3 id="">新特性</h3>
 <ul>
 <li><a href="https://github.com/xmake-io/xmake/pull/4874">#4874</a>: 添加鸿蒙 SDK 支持</li>

+ 106 - 106
sitemap.xml

@@ -12,532 +12,532 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2024-05-22T08:52:25+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2024-05-22T08:52:26+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2024-05-22T08:52:26+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/build_policies.html</loc>
-  <lastmod>2024-05-22T08:52:26+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2024-05-22T08:52:26+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2024-05-22T08:52:26+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2024-05-22T08:52:26+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/remote_build.html</loc>
-  <lastmod>2024-05-22T08:52:27+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/unity_build.html</loc>
-  <lastmod>2024-05-22T08:52:27+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/distcc_build.html</loc>
-  <lastmod>2024-05-22T08:52:27+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/trybuild.html</loc>
-  <lastmod>2024-05-22T08:52:27+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/autogen.html</loc>
-  <lastmod>2024-05-22T08:52:27+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/build_cache.html</loc>
-  <lastmod>2024-05-22T08:52:28+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2024-05-22T08:52:28+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2024-05-22T08:52:28+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2024-05-22T08:52:28+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2024-05-22T08:52:28+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2024-05-22T08:52:29+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2024-05-22T08:52:29+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2024-05-22T08:52:29+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2024-05-22T08:52:29+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2024-05-22T08:52:29+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2024-05-22T08:52:29+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2024-05-22T08:52:30+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2024-05-22T08:52:30+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2024-05-22T08:52:30+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2024-05-22T08:52:30+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/build_policies.html</loc>
-  <lastmod>2024-05-22T08:52:30+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2024-05-22T08:52:31+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2024-05-22T08:52:31+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2024-05-22T08:52:31+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/remote_build.html</loc>
-  <lastmod>2024-05-22T08:52:31+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/unity_build.html</loc>
-  <lastmod>2024-05-22T08:52:31+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/distcc_build.html</loc>
-  <lastmod>2024-05-22T08:52:32+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/trybuild.html</loc>
-  <lastmod>2024-05-22T08:52:32+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/autogen.html</loc>
-  <lastmod>2024-05-22T08:52:32+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/build_cache.html</loc>
-  <lastmod>2024-05-22T08:52:32+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2024-05-22T08:52:32+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2024-05-22T08:52:33+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2024-05-22T08:52:33+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2024-05-22T08:52:33+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2024-05-22T08:52:33+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2024-05-22T08:52:33+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2024-05-22T08:52:33+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2024-05-22T08:52:34+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2024-05-22T08:52:34+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2024-05-22T08:52:34+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2024-05-22T08:52:34+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2024-05-22T08:52:35+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2024-05-22T08:52:35+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2024-05-22T08:52:35+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/native_modules.html</loc>
-  <lastmod>2024-05-22T08:52:35+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2024-05-22T08:52:35+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2024-05-22T08:52:35+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2024-05-22T08:52:36+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2024-05-22T08:52:36+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2024-05-22T08:52:36+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2024-05-22T08:52:36+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2024-05-22T08:52:37+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2024-05-22T08:52:37+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2024-05-22T08:52:37+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2024-05-22T08:52:37+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2024-05-22T08:52:37+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2024-05-22T08:52:38+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2024-05-22T08:52:38+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2024-05-22T08:52:38+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2024-05-22T08:52:38+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/xpack.html</loc>
-  <lastmod>2024-05-22T08:52:38+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2024-05-22T08:52:39+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2024-05-22T08:52:39+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2024-05-22T08:52:39+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2024-05-22T08:52:39+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2024-05-22T08:52:39+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2024-05-22T08:52:40+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2024-05-22T08:52:40+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2024-05-22T08:52:40+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2024-05-22T08:52:40+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2024-05-22T08:52:40+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2024-05-22T08:52:41+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/native_modules.html</loc>
-  <lastmod>2024-05-22T08:52:41+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2024-05-22T08:52:41+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2024-05-22T08:52:41+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2024-05-22T08:52:41+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2024-05-22T08:52:42+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2024-05-22T08:52:42+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2024-05-22T08:52:42+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2024-05-22T08:52:42+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2024-05-22T08:52:42+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2024-05-22T08:52:43+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2024-05-22T08:52:43+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2024-05-22T08:52:43+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2024-05-22T08:52:43+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2024-05-22T08:52:43+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2024-05-22T08:52:44+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2024-05-22T08:52:44+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/xpack.html</loc>
-  <lastmod>2024-05-22T08:52:44+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2024-05-22T08:52:45+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2024-05-22T08:52:45+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2024-05-22T08:52:45+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:30+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2024-05-22T08:52:45+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2024-05-22T08:52:45+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2024-05-22T08:52:46+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2024-05-22T08:52:46+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2024-05-22T08:52:46+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:31+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2024-05-22T08:52:47+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:32+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2024-05-22T08:52:47+08:00</lastmod>
+  <lastmod>2024-05-24T08:03:32+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -1,6 +1,6 @@
 <img src="/assets/img/logo.svg" width="16%" />
 
-# xmake <small>2.9.1</small>
+# xmake <small>2.9.2</small>
 
 > 一个基于Lua的轻量级跨平台自动构建工具
 

+ 23 - 0
zh-cn/about/changelog.md

@@ -1,4 +1,27 @@
 
+## v2.9.2
+
+### 新特性
+
+* [#5005](https://github.com/xmake-io/xmake/pull/5005): 显示所有 API
+* [#5003](https://github.com/xmake-io/xmake/issues/5003): 添加 build.fence 策略
+* [#5060](https://github.com/xmake-io/xmake/issues/5060): 支持 Verilator 静态库目标构建
+* [#5074](https://github.com/xmake-io/xmake/pull/5074): 添加 `xrepo download` 命令去快速下载包源码
+* [#5086](https://github.com/xmake-io/xmake/issues/5986): 添加包检测支持
+* [#5103](https://github.com/xmake-io/xmake/pull/5103): 添加 qt ts 构建支持
+* [#5104](https://github.com/xmake-io/xmake/pull/5104): 改进 find_program,在 windows 上调用 where 改进查找
+
+### 改进
+
+* [#5077](https://github.com/xmake-io/xmake/issues/5077): 当构建 x86 目标时,使用 x64 的 msvc 编译工具
+* [#5109](https://github.com/xmake-io/xmake/issues/5109): 改进 add_rpathdirs 支持 runpath/rpath 切换
+* [#5132](https://github.com/xmake-io/xmake/pull/5132): 改进 ifort/icc/icx 在 windows 上的支持
+
+### Bugs 修复
+
+* [#5059](https://github.com/xmake-io/xmake/issues/5059): 修复加载大量 targets 时候卡住
+* [#5029](https://github.com/xmake-io/xmake/issues/5029): 修复在 termux 上崩溃问题
+
 ## v2.9.1
 
 ### 新特性