<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/platforms, branch package</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/platforms?h=package</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/platforms?h=package'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-05-04T11:18:09Z</updated>
<entry>
<title>feat(ascendc): add Huawei Ascend C toolchain support</title>
<updated>2026-05-04T11:18:09Z</updated>
<author>
<name>wuzhenqing</name>
<email>wuzhenqing@stu.hit.edu.cn</email>
</author>
<published>2026-05-04T11:15:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fa807b737b4b6b3004cccafc0dfdfdd66fcdce2d'/>
<id>urn:sha1:fa807b737b4b6b3004cccafc0dfdfdd66fcdce2d</id>
<content type='text'>
Add toolchain, language, rules, and compiler modules for the
bisheng compiler driver from CANN (Compute Architecture for
Neural Networks) toolkit. Supports .asc (Ascend C kernel) and
.aicpu (AI-CPU operator) source kinds with binary/static/shared
target types.

- Toolchain: SDK auto-detection via ASCEND_HOME_PATH env or --sdk
- Compiler: bisheng module inherits from clang, adds add_sourceflags
  for explicit sourcekind overrides
- Rules: ascendc.env (default C++17), npuarchs (--npu-arch), build
- Language: check_main detection, add_ascnpuarchs API
- Tests: unit tests for check_main, project tests for libs/mixed

Fixes #7506
</content>
</entry>
<entry>
<title>add dotnet for linux and macos</title>
<updated>2026-03-17T15:26:57Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-03-17T15:26:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=4fc4db0777f0c12af374ef0676b610630158e9f2'/>
<id>urn:sha1:4fc4db0777f0c12af374ef0676b610630158e9f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add dotnet to windows platform</title>
<updated>2026-03-14T15:30:52Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-03-14T15:30:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=20277e59408e4d93f4bb6f4ac518ed746f4eefba'/>
<id>urn:sha1:20277e59408e4d93f4bb6f4ac518ed746f4eefba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix cross toolchain on linux</title>
<updated>2025-12-24T15:33:07Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-12-24T15:33:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d2f19c477cb65b01f0d9e6b83b30176d18bd8027'/>
<id>urn:sha1:d2f19c477cb65b01f0d9e6b83b30176d18bd8027</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add solaris platform</title>
<updated>2025-11-22T15:49:58Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-11-22T15:49:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=6b615cab4b49ac08420a4bdfb411ff4308646b15'/>
<id>urn:sha1:6b615cab4b49ac08420a4bdfb411ff4308646b15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support specify cuda sdk version via cuda_sdkver</title>
<updated>2025-10-23T12:57:12Z</updated>
<author>
<name>chooyy</name>
<email>choo-yy@qq.com</email>
</author>
<published>2025-10-23T12:57:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d6a0a93f4328dd0e136adfe12c7f950834bdf9e9'/>
<id>urn:sha1:d6a0a93f4328dd0e136adfe12c7f950834bdf9e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename copyright</title>
<updated>2025-07-03T15:03:12Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-07-03T15:03:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5670477e415e24962c57eac21194c63946ee5e1e'/>
<id>urn:sha1:5670477e415e24962c57eac21194c63946ee5e1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename arm64 for linux</title>
<updated>2025-02-28T15:19:49Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-02-28T15:19:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=a3556e3de438a2e874bf80914c955b822c425562'/>
<id>urn:sha1:a3556e3de438a2e874bf80914c955b822c425562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `qt_host` option to enable cross-platform Qt Builds using host SDK tools</title>
<updated>2025-01-22T09:25:06Z</updated>
<author>
<name>Chan Lee</name>
<email>Leetimemp@gmail.com</email>
</author>
<published>2025-01-22T09:25:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=bb89dfcc8a32c401b2208ce9c1f8a1862bb5a574'/>
<id>urn:sha1:bb89dfcc8a32c401b2208ce9c1f8a1862bb5a574</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add riscv64 support for Android NDK projects</title>
<updated>2024-10-30T19:05:40Z</updated>
<author>
<name>iFarbod</name>
<email>ifarbod@outlook.com</email>
</author>
<published>2024-10-30T19:05:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=8e8f6f6cfbf3f00ba86f977947f7d38c250f5c11'/>
<id>urn:sha1:8e8f6f6cfbf3f00ba86f977947f7d38c250f5c11</id>
<content type='text'>
</content>
</entry>
</feed>
