<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/tests, branch ascend</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/tests?h=ascend</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/tests?h=ascend'/>
<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>fix rust build</title>
<updated>2026-04-24T15:20:44Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-24T15:20:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=388c1813adcb65e09828cdbc4497c931b504d968'/>
<id>urn:sha1:388c1813adcb65e09828cdbc4497c931b504d968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update xmake.lua</title>
<updated>2026-04-23T03:25:00Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-23T03:25:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=9a4b097037c1b32a66e45b131e6fbfddefff88c7'/>
<id>urn:sha1:9a4b097037c1b32a66e45b131e6fbfddefff88c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update hello.c</title>
<updated>2026-04-23T03:20:52Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-23T03:20:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5771e3ccd28b9378aecced548fa20fefbd2cc216'/>
<id>urn:sha1:5771e3ccd28b9378aecced548fa20fefbd2cc216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test add linux driver cross compile example</title>
<updated>2026-04-23T02:39:33Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T02:39:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=7b2c43757d8d51997087f14d24716e384db21b1d'/>
<id>urn:sha1:7b2c43757d8d51997087f14d24716e384db21b1d</id>
<content type='text'>
Add a minimal platform.linux.module sample that documents custom linux headers/builddir usage for cross toolchains and verifies the new cross-build workflow.

Made-with: Cursor
</content>
</entry>
<entry>
<title>add --format</title>
<updated>2026-04-20T14:37:26Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-20T14:37:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d782aae00f82bd160b0fc5c0cdac1ba27ae8ade1'/>
<id>urn:sha1:d782aae00f82bd160b0fc5c0cdac1ba27ae8ade1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove dylib</title>
<updated>2026-04-20T01:35:37Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-20T14:35:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=35d37f98381d8486f23b7761c90acdba3fc2e9d1'/>
<id>urn:sha1:35d37f98381d8486f23b7761c90acdba3fc2e9d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve show test</title>
<updated>2026-04-20T01:35:37Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-18T14:11:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=4e94d5537ac3673c353942d58535212968836d6d'/>
<id>urn:sha1:4e94d5537ac3673c353942d58535212968836d6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve show output</title>
<updated>2026-04-20T01:35:37Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-18T14:08:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=ad3d0090c4b6184157321a01e814be622b37edd7'/>
<id>urn:sha1:ad3d0090c4b6184157321a01e814be622b37edd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve show test</title>
<updated>2026-04-20T01:35:37Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-18T14:02:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=1f673c158867dffbf4edb78909fa87fbb02fc2e5'/>
<id>urn:sha1:1f673c158867dffbf4edb78909fa87fbb02fc2e5</id>
<content type='text'>
</content>
</entry>
</feed>
