ruki пре 3 година
родитељ
комит
3e17dde1ec
7 измењених фајлова са 186 додато и 104 уклоњено
  1. 1 1
      _coverpage.md
  2. 21 0
      about/changelog.md
  3. 21 1
      mirror/about/changelog.html
  4. 21 1
      mirror/zh-cn/about/changelog.html
  5. 100 100
      sitemap.xml
  6. 1 1
      zh-cn/_coverpage.md
  7. 21 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.7.4</small>
+# xmake <small>2.7.5</small>
 
 > A cross-platform build utility based on Lua
 

+ 21 - 0
about/changelog.md

@@ -1,4 +1,25 @@
 
+## v2.7.5
+
+### New features
+
+* [#3201](https://github.com/xmake-io/xmake/pull/3201): Add completer and xrepo complete
+* [#3233](https://github.com/xmake-io/xmake/issues/3233): Add MASM32 sdk toolchain
+
+### Changes
+
+* [#3216](https://github.com/xmake-io/xmake/pull/3216): Add intel one api toolkits detection
+* [#3020](https://github.com/xmake-io/xmake/issues/3020): Add `--lsp=clangd` to improve to generate compile_commands.json
+* [#3215](https://github.com/xmake-io/xmake/issues/3215): Add includedirs and defines to c51
+* [#3251](https://github.com/xmake-io/xmake/issues/3251): Improve to build zig and c program
+
+### Bugs fixed
+
+* [#3203](https://github.com/xmake-io/xmake/issues/3203): Fix compile_commands
+* [#3222](https://github.com/xmake-io/xmake/issues/3222): Fix precompiled headers in ObjC
+* [#3240](https://github.com/xmake-io/xmake/pull/3240): Fix target run with single arguments
+* [#3238](https://github.com/xmake-io/xmake/pull/3238): Fix clang module mapper
+
 ## v2.7.4
 
 ### New features

+ 21 - 1
mirror/about/changelog.html

@@ -90,7 +90,27 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v274">v2.7.4</h2>
+    <h2 id="v275">v2.7.5</h2>
+<h3 id="newfeatures">New features</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/3201">#3201</a>: Add completer and xrepo complete</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3233">#3233</a>: Add MASM32 sdk toolchain</li>
+</ul>
+<h3 id="changes">Changes</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/3216">#3216</a>: Add intel one api toolkits detection</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3020">#3020</a>: Add <code>--lsp=clangd</code> to improve to generate compile_commands.json</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3215">#3215</a>: Add includedirs and defines to c51</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3251">#3251</a>: Improve to build zig and c program</li>
+</ul>
+<h3 id="bugsfixed">Bugs fixed</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/3203">#3203</a>: Fix compile_commands</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3222">#3222</a>: Fix precompiled headers in ObjC</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/3240">#3240</a>: Fix target run with single arguments</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/3238">#3238</a>: Fix clang module mapper</li>
+</ul>
+<h2 id="v274">v2.7.4</h2>
 <h3 id="newfeatures">New features</h3>
 <ul>
 <li><a href="https://github.com/xmake-io/xmake/pull/3049">#3049</a>: Add <code>xmake format</code> plugin</li>

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

@@ -90,7 +90,27 @@
   line-height: 1;
 }
 </style>
-    <h2 id="v274">v2.7.4</h2>
+    <h2 id="v275">v2.7.5</h2>
+<h3 id="">新特性</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/3201">#3201</a>: 为 xrepo 添加命令自动补全</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3233">#3233</a>: 添加 MASM32 sdk 工具链</li>
+</ul>
+<h3 id="">改进</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/pull/3216">#3216</a>: 改进 intel one api toolkits 探测</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3020">#3020</a>: 添加 <code>--lsp=clangd</code> 去改进 compile_commands.json 的生成</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3215">#3215</a>: 添加 includedirs 和 defines 到 c51 编译器</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3251">#3251</a>: 改进 zig and c 混合编译</li>
+</ul>
+<h3 id="bugs">Bugs 修复</h3>
+<ul>
+<li><a href="https://github.com/xmake-io/xmake/issues/3203">#3203</a>: 修复 compile_commands</li>
+<li><a href="https://github.com/xmake-io/xmake/issues/3222">#3222</a>: 修复 objc 的预编译头支持</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/3240">#3240</a>: 修复 <code>xmake run</code> 处理单个参数不正确问题</li>
+<li><a href="https://github.com/xmake-io/xmake/pull/3238">#3238</a>: 修复 clang 构建 module 时候,并行写入 mapper 冲突问题</li>
+</ul>
+<h2 id="v274">v2.7.4</h2>
 <h3 id="">新特性</h3>
 <ul>
 <li><a href="https://github.com/xmake-io/xmake/pull/3049">#3049</a>: 添加 <code>xmake format</code> 插件</li>

+ 100 - 100
sitemap.xml

@@ -12,502 +12,502 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2023-01-06T16:25:35+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2023-01-06T16:25:35+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2023-01-06T16:25:36+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2023-01-06T16:25:36+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2023-01-06T16:25:36+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2023-01-06T16:25:37+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/remote_build.html</loc>
-  <lastmod>2023-01-06T16:25:37+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/unity_build.html</loc>
-  <lastmod>2023-01-06T16:25:37+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/distcc_build.html</loc>
-  <lastmod>2023-01-06T16:25:38+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/trybuild.html</loc>
-  <lastmod>2023-01-06T16:25:38+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/autogen.html</loc>
-  <lastmod>2023-01-06T16:25:38+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/build_cache.html</loc>
-  <lastmod>2023-01-06T16:25:39+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2023-01-06T16:25:39+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2023-01-06T16:25:39+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2023-01-06T16:25:40+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2023-01-06T16:25:40+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2023-01-06T16:25:40+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2023-01-06T16:25:41+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2023-01-06T16:25:41+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2023-01-06T16:25:41+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2023-01-06T16:25:41+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2023-01-06T16:25:42+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-06T16:25:42+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2023-01-06T16:25:42+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2023-01-06T16:25:43+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2023-01-06T16:25:43+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2023-01-06T16:25:43+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2023-01-06T16:25:43+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2023-01-06T16:25:44+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/remote_build.html</loc>
-  <lastmod>2023-01-06T16:25:44+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/unity_build.html</loc>
-  <lastmod>2023-01-06T16:25:44+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/distcc_build.html</loc>
-  <lastmod>2023-01-06T16:25:44+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/trybuild.html</loc>
-  <lastmod>2023-01-06T16:25:45+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/autogen.html</loc>
-  <lastmod>2023-01-06T16:25:45+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/build_cache.html</loc>
-  <lastmod>2023-01-06T16:25:45+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2023-01-06T16:25:45+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2023-01-06T16:25:46+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2023-01-06T16:25:46+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2023-01-06T16:25:46+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2023-01-06T16:25:47+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2023-01-06T16:25:47+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2023-01-06T16:25:47+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2023-01-06T16:25:48+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2023-01-06T16:25:48+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2023-01-06T16:25:48+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2023-01-06T16:25:49+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2023-01-06T16:25:49+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-06T16:25:49+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-06T16:25:49+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2023-01-06T16:25:50+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2023-01-06T16:25:50+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2023-01-06T16:25:50+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2023-01-06T16:25:50+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2023-01-06T16:25:51+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2023-01-06T16:25:51+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2023-01-06T16:25:51+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2023-01-06T16:25:52+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2023-01-06T16:25:52+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2023-01-06T16:25:52+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2023-01-06T16:25:52+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2023-01-06T16:25:53+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2023-01-06T16:25:53+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2023-01-06T16:25:53+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2023-01-06T16:25:54+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2023-01-06T16:25:54+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2023-01-06T16:25:54+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2023-01-06T16:25:54+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2023-01-06T16:25:55+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2023-01-06T16:25:55+08:00</lastmod>
+  <lastmod>2023-01-07T23:28:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2023-01-06T16:25:55+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2023-01-06T16:25:55+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2023-01-06T16:25:56+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2023-01-06T16:25:56+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2023-01-06T16:25:56+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-06T16:25:56+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2023-01-06T16:25:57+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2023-01-06T16:25:57+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2023-01-06T16:25:57+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2023-01-06T16:25:57+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2023-01-06T16:25:58+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2023-01-06T16:25:58+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2023-01-06T16:25:58+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2023-01-06T16:25:59+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2023-01-06T16:25:59+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2023-01-06T16:25:59+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2023-01-06T16:25:59+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2023-01-06T16:26:00+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2023-01-06T16:26:00+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2023-01-06T16:26:00+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2023-01-06T16:26:01+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2023-01-06T16:26:01+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2023-01-06T16:26:01+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2023-01-06T16:26:01+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2023-01-06T16:26:02+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2023-01-06T16:26:02+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2023-01-06T16:26:02+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2023-01-06T16:26:02+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2023-01-06T16:26:03+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2023-01-06T16:26:03+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2023-01-06T16:26:03+08:00</lastmod>
+  <lastmod>2023-01-07T23:29:10+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.7.4</small>
+# xmake <small>2.7.5</small>
 
 > 一个基于Lua的轻量级跨平台自动构建工具
 

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

@@ -1,4 +1,25 @@
 
+## v2.7.5
+
+### 新特性
+
+* [#3201](https://github.com/xmake-io/xmake/pull/3201): 为 xrepo 添加命令自动补全
+* [#3233](https://github.com/xmake-io/xmake/issues/3233): 添加 MASM32 sdk 工具链
+
+### 改进
+
+* [#3216](https://github.com/xmake-io/xmake/pull/3216): 改进 intel one api toolkits 探测
+* [#3020](https://github.com/xmake-io/xmake/issues/3020): 添加 `--lsp=clangd` 去改进 compile_commands.json 的生成
+* [#3215](https://github.com/xmake-io/xmake/issues/3215): 添加 includedirs 和 defines 到 c51 编译器
+* [#3251](https://github.com/xmake-io/xmake/issues/3251): 改进 zig and c 混合编译
+
+### Bugs 修复
+
+* [#3203](https://github.com/xmake-io/xmake/issues/3203): 修复 compile_commands
+* [#3222](https://github.com/xmake-io/xmake/issues/3222): 修复 objc 的预编译头支持
+* [#3240](https://github.com/xmake-io/xmake/pull/3240): 修复 `xmake run` 处理单个参数不正确问题
+* [#3238](https://github.com/xmake-io/xmake/pull/3238): 修复 clang 构建 module 时候,并行写入 mapper 冲突问题
+
 ## v2.7.4
 
 ### 新特性