فهرست منبع

update version

ruki 4 سال پیش
والد
کامیت
83ae5055be
7فایلهای تغییر یافته به همراه190 افزوده شده و 94 حذف شده
  1. 1 1
      _coverpage.md
  2. 24 0
      about/changelog.md
  3. 25 1
      mirror/about/changelog.html
  4. 25 1
      mirror/zh-cn/about/changelog.html
  5. 90 90
      sitemap.xml
  6. 1 1
      zh-cn/_coverpage.md
  7. 24 0
      zh-cn/about/changelog.md

+ 1 - 1
_coverpage.md

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

+ 24 - 0
about/changelog.md

@@ -1,3 +1,27 @@
+## v2.5.9
+
+### New features
+
+* [#1736](https://github.com/xmake-io/xmake/issues/1736): Support wasi-sdk toolchain
+* Support Lua 5.4 runtime
+* Add gcc-8, gcc-9, gcc-10, gcc-11 toolchains
+* [#1623](https://github.com/xmake-io/xmake/issues/1632): Support find_package from cmake
+* [#1747](https://github.com/xmake-io/xmake/issues/1747): Add `set_kind("headeronly")` for target to install files for headeronly library
+* [#1019](https://github.com/xmake-io/xmake/issues/1019): Support Unity build
+* [#1438](https://github.com/xmake-io/xmake/issues/1438): Support code amalgamation, `xmake l cli.amalgamate`
+* [#1765](https://github.com/xmake-io/xmake/issues/1756): Support nim language
+* [#1762](https://github.com/xmake-io/xmake/issues/1762): Manage and switch the given package envs for `xrepo env`
+* [#1767](https://github.com/xmake-io/xmake/issues/1767): Support Circle compiler
+* [#1753](https://github.com/xmake-io/xmake/issues/1753): Support armcc/armclang toolchains for Keil/MDK
+* [#1774](https://github.com/xmake-io/xmake/issues/1774): Add table.contains api
+* [#1735](https://github.com/xmake-io/xmake/issues/1735): Add custom command in cmake generator
+
+### Changes
+
+* [#1528](https://github.com/xmake-io/xmake/issues/1528): Check c++17/20 features
+* [#1729](https://github.com/xmake-io/xmake/issues/1729): Improve C++20 modules for clang/gcc/msvc, support inter-module dependency compilation and parallel optimization
+* [#1779](https://github.com/xmake-io/xmake/issues/1779): Remove builtin `-Gd` for ml.exe/x86
+* [#1781](https://github.com/xmake-io/xmake/issues/1781): Improve get.sh installation script to support nixos
 
 ## v2.5.8
 

+ 25 - 1
mirror/about/changelog.html

@@ -90,7 +90,31 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v258">v2.5.8</h2>
+    <h2 id="v259">v2.5.9</h2>
+<h3 id="newfeatures">New features</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1736">#1736</a>: Support wasi-sdk toolchain</li>
+<li>Support Lua 5.4 runtime</li>
+<li>Add gcc-8, gcc-9, gcc-10, gcc-11 toolchains</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1632">#1623</a>: Support find_package from cmake</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1747">#1747</a>: Add <code>set_kind("headeronly")</code> for target to install files for headeronly library</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1019">#1019</a>: Support Unity build</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1438">#1438</a>: Support code amalgamation, <code>xmake l cli.amalgamate</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1756">#1765</a>: Support nim language</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1762">#1762</a>: Manage and switch the given package envs for <code>xrepo env</code></li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1767">#1767</a>: Support Circle compiler</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1753">#1753</a>: Support armcc/armclang toolchains for Keil/MDK</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1774">#1774</a>: Add table.contains api</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1735">#1735</a>: Add custom command in cmake generator</li>
+</ul>
+<h3 id="changes">Changes</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1528">#1528</a>: Check c++17/20 features</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1729">#1729</a>: Improve C++20 modules for clang/gcc/msvc, support inter-module dependency compilation and parallel optimization</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1779">#1779</a>: Remove builtin <code>-Gd</code> for ml.exe/x86</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1781">#1781</a>: Improve get.sh installation script to support nixos</li>
+</ul>
+<h2 id="v258">v2.5.8</h2>
 <h3 id="newfeatures">New features</h3>
 <ul>
 <li><a href="https://github.com/xmake-io/xmake/issues/388">#388</a>: Pascal Language Support</li>

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

@@ -90,7 +90,31 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v258">v2.5.8</h2>
+    <h2 id="v259">v2.5.9</h2>
+<h3 id="">新特性</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1736">#1736</a>: 支持 wasi-sdk 工具链</li>
+<li>支持 Lua 5.4 运行时</li>
+<li>添加 gcc-8, gcc-9, gcc-10, gcc-11 工具链</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1632">#1623</a>: 支持 find_package 从 cmake 查找包</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1747">#1747</a>: 添加 <code>set_kind("headeronly")</code> 更好的处理 headeronly 库的安装</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1019">#1019</a>: 支持 Unity build</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1438">#1438</a>: 增加 <code>xmake l cli.amalgamate</code> 命令支持代码合并</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1756">#1765</a>: 支持 nim 语言</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1762">#1762</a>: 为 <code>xrepo env</code> 管理和切换指定的环境配置</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1767">#1767</a>: 支持 Circle 编译器</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1753">#1753</a>: 支持 Keil/MDK 的 armcc/armclang 工具链</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1774">#1774</a>: 添加 table.contains api</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1735">#1735</a>: 添加自定义命令到 cmake 生成器</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1781">#1781</a>: 改进 get.sh 安装脚本支持 nixos</li>
+</ul>
+<h3 id="">改进</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/1528">#1528</a>: 检测 c++17/20 特性</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1729">#1729</a>: 改进 C++20 modules 对 clang/gcc/msvc 的支持,支持模块间依赖编译和并行优化</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/1779">#1779</a>: 改进 ml.exe/x86,移除内置的 <code>-Gd</code> 选项</li>
+</ul>
+<h2 id="v258">v2.5.8</h2>
 <h3 id="">新特性</h3>
 <ul>
 <li><a href="https://github.com/xmake-io/xmake/issues/388">#388</a>: Pascal 语言支持,可以使用 fpc 来编译 free pascal</li>

+ 90 - 90
sitemap.xml

@@ -12,452 +12,452 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2021-10-29T23:44:00+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/other_features.html</loc>
-  <lastmod>2021-10-29T23:44:00+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2021-10-29T23:44:00+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2021-10-29T23:44:01+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2021-10-29T23:44:01+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2021-10-29T23:44:01+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2021-10-29T23:44:01+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2021-10-29T23:44:01+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2021-10-29T23:44:01+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2021-10-29T23:44:02+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2021-10-29T23:44:02+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2021-10-29T23:44:02+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2021-10-29T23:44:02+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2021-10-29T23:44:02+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2021-10-29T23:44:02+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2021-10-29T23:44:02+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2021-10-29T23:44:03+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2021-10-29T23:44:03+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/other_features.html</loc>
-  <lastmod>2021-10-29T23:44:03+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2021-10-29T23:44:03+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2021-10-29T23:44:03+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2021-10-29T23:44:03+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2021-10-29T23:44:04+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2021-10-29T23:44:04+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2021-10-29T23:44:04+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2021-10-29T23:44:04+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2021-10-29T23:44:04+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2021-10-29T23:44:04+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2021-10-29T23:44:05+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2021-10-29T23:44:05+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2021-10-29T23:44:05+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2021-10-29T23:44:05+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2021-10-29T23:44:05+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2021-10-29T23:44:05+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2021-10-29T23:44:06+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2021-10-29T23:44:06+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-10-29T23:44:06+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2021-10-29T23:44:06+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2021-10-29T23:44:06+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2021-10-29T23:44:06+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2021-10-29T23:44:07+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2021-10-29T23:44:07+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2021-10-29T23:44:07+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2021-10-29T23:44:07+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2021-10-29T23:44:07+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2021-10-29T23:44:07+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2021-10-29T23:44:08+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2021-10-29T23:44:08+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2021-10-29T23:44:08+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2021-10-29T23:44:08+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2021-10-29T23:44:08+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2021-10-29T23:44:08+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2021-10-29T23:44:09+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2021-10-29T23:44:09+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2021-10-29T23:44:09+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-10-29T23:44:09+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2021-10-29T23:44:09+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2021-10-29T23:44:09+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2021-10-29T23:44:09+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2021-10-29T23:44:10+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2021-10-29T23:44:10+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2021-10-29T23:44:10+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2021-10-29T23:44:10+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-10-29T23:44:10+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2021-10-29T23:44:10+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2021-10-29T23:44:11+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2021-10-29T23:44:11+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2021-10-29T23:44:11+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:25+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2021-10-29T23:44:11+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2021-10-29T23:44:11+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2021-10-29T23:44:11+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2021-10-29T23:44:12+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2021-10-29T23:44:12+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:26+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2021-10-29T23:44:12+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2021-10-29T23:44:12+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2021-10-29T23:44:12+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2021-10-29T23:44:12+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2021-10-29T23:44:13+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:27+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2021-10-29T23:44:13+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2021-10-29T23:44:13+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2021-10-29T23:44:13+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2021-10-29T23:44:13+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2021-10-29T23:44:13+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2021-10-29T23:44:14+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:28+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2021-10-29T23:44:14+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2021-10-29T23:44:14+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2021-10-29T23:44:14+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2021-10-29T23:44:14+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2021-10-29T23:44:14+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:29+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2021-10-29T23:44:14+08:00</lastmod>
+  <lastmod>2021-10-31T20:46:30+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.5.8</small>
+# xmake <small>2.5.9</small>
 
 > 一个基于Lua的轻量级跨平台自动构建工具
 

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

@@ -1,3 +1,27 @@
+## v2.5.9
+
+### 新特性
+
+* [#1736](https://github.com/xmake-io/xmake/issues/1736): 支持 wasi-sdk 工具链
+* 支持 Lua 5.4 运行时
+* 添加 gcc-8, gcc-9, gcc-10, gcc-11 工具链
+* [#1623](https://github.com/xmake-io/xmake/issues/1632): 支持 find_package 从 cmake 查找包
+* [#1747](https://github.com/xmake-io/xmake/issues/1747): 添加 `set_kind("headeronly")` 更好的处理 headeronly 库的安装
+* [#1019](https://github.com/xmake-io/xmake/issues/1019): 支持 Unity build
+* [#1438](https://github.com/xmake-io/xmake/issues/1438): 增加 `xmake l cli.amalgamate` 命令支持代码合并
+* [#1765](https://github.com/xmake-io/xmake/issues/1756): 支持 nim 语言
+* [#1762](https://github.com/xmake-io/xmake/issues/1762): 为 `xrepo env` 管理和切换指定的环境配置
+* [#1767](https://github.com/xmake-io/xmake/issues/1767): 支持 Circle 编译器
+* [#1753](https://github.com/xmake-io/xmake/issues/1753): 支持 Keil/MDK 的 armcc/armclang 工具链
+* [#1774](https://github.com/xmake-io/xmake/issues/1774): 添加 table.contains api
+* [#1735](https://github.com/xmake-io/xmake/issues/1735): 添加自定义命令到 cmake 生成器
+* [#1781](https://github.com/xmake-io/xmake/issues/1781): 改进 get.sh 安装脚本支持 nixos
+
+### 改进
+
+* [#1528](https://github.com/xmake-io/xmake/issues/1528): 检测 c++17/20 特性
+* [#1729](https://github.com/xmake-io/xmake/issues/1729): 改进 C++20 modules 对 clang/gcc/msvc 的支持,支持模块间依赖编译和并行优化
+* [#1779](https://github.com/xmake-io/xmake/issues/1779): 改进 ml.exe/x86,移除内置的 `-Gd` 选项
 
 ## v2.5.8