<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/rules, branch rust</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/rules?h=rust</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/rules?h=rust'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-04-24T15:20:44Z</updated>
<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>fix linux driver final review issue</title>
<updated>2026-04-23T07:37:04Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T07:37:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fbd947dc0138b3883e1de709a5e0d59269bdf486'/>
<id>urn:sha1:fbd947dc0138b3883e1de709a5e0d59269bdf486</id>
<content type='text'>
Drop the redundant newline normalization in kernel config checks because io.readfile() already returns newline-split content suitable for line-based matching.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux driver review follow-ups</title>
<updated>2026-04-23T03:51:25Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T03:51:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c615accfecf3e2230b85292b92af20ee580a6252'/>
<id>urn:sha1:c615accfecf3e2230b85292b92af20ee580a6252</id>
<content type='text'>
Use target:is_cross() for kbuild probing, normalize module-common paths before comparing them, and check kernel configs line by line for clearer exact matches.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux driver cross compile detection</title>
<updated>2026-04-23T02:39:22Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T02:39:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c110d46d8cbb7ce929a98c58fc43668431f9fbe8'/>
<id>urn:sha1:c110d46d8cbb7ce929a98c58fc43668431f9fbe8</id>
<content type='text'>
Pass ARCH and CROSS_COMPILE for same-platform cross builds and derive the toolchain prefix from versioned gcc names so kbuild flag probing uses the correct target tools.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux module review follow-ups</title>
<updated>2026-04-23T02:17:10Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T02:17:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d84515c3041e38f9fbccfab31c13e0b4b6627ddc'/>
<id>urn:sha1:d84515c3041e38f9fbccfab31c13e0b4b6627ddc</id>
<content type='text'>
Tighten kernel config detection to avoid prefix matches and share module-common.c lookup so dependency tracking and compilation stay aligned.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux module builds on kernel 6.12+</title>
<updated>2026-04-22T15:29:47Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-22T15:29:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=874c9aa63257f578768391aea5a12601a1874ce3'/>
<id>urn:sha1:874c9aa63257f578768391aea5a12601a1874ce3</id>
<content type='text'>
Keep xmake's linux module rule aligned with modern kbuild so generated .ko files retain vermagic and modversion metadata required for loading on newer kernels.
</content>
</entry>
<entry>
<title>fix qt cross</title>
<updated>2026-04-20T06:22:53Z</updated>
<author>
<name>wzshun</name>
<email>281115606@qq.com</email>
</author>
<published>2026-04-20T06:22:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0b1f29fd246e26b128eb6c7d7ffe9aa087e0a29d'/>
<id>urn:sha1:0b1f29fd246e26b128eb6c7d7ffe9aa087e0a29d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7449 from Akaps316/codex/fix-modules-private-dep-bmis</title>
<updated>2026-04-08T08:46:28Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-08T08:46:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=3a91a8b27ebc9d40656750615a3606e5fe971fc9'/>
<id>urn:sha1:3a91a8b27ebc9d40656750615a3606e5fe971fc9</id>
<content type='text'>
fix(c++/modules): avoid leaking private dep flags to rebuilt BMIs</content>
</entry>
<entry>
<title>Improve error handling in scanner.lua</title>
<updated>2026-04-07T14:12:32Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-07T14:12:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e384407fde291f889638d078af1054e19826f82f'/>
<id>urn:sha1:e384407fde291f889638d078af1054e19826f82f</id>
<content type='text'>
Refactor assertions for better error handling and clarity.</content>
</entry>
<entry>
<title>fix(xcode.application): resolve merge conflict with upstream dev</title>
<updated>2026-04-05T05:28:30Z</updated>
<author>
<name>Akaps316</name>
<email>48785708+Akaps316@users.noreply.github.com</email>
</author>
<published>2026-04-05T05:28:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=9b189a6f1098e55c4ea6d1928644bed4acf5a412'/>
<id>urn:sha1:9b189a6f1098e55c4ea6d1928644bed4acf5a412</id>
<content type='text'>
</content>
</entry>
</feed>
