<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/modules, branch v3.1.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/modules?h=v3.1.0</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/modules?h=v3.1.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-08-06T12:56:46Z</updated>
<entry>
<title>Merge pull request #7688 from xmake-io/runtime</title>
<updated>2026-08-06T12:56:46Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-08-06T12:56:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=71bc0ee880fa6be6452cbea2dddf00f45ff43c7e'/>
<id>urn:sha1:71bc0ee880fa6be6452cbea2dddf00f45ff43c7e</id>
<content type='text'>
improve clang static libc++ runtimes</content>
</entry>
<entry>
<title>improve libc++ links</title>
<updated>2026-08-06T15:35:52Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-08-06T15:35:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e129ec374599dfddb45f1a157a64f7330f9a6124'/>
<id>urn:sha1:e129ec374599dfddb45f1a157a64f7330f9a6124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rewrite to install plugin from xmake-repo</title>
<updated>2026-08-05T15:57:23Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-08-05T15:57:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5c68815ee523bb6fff7d285016e57efbc88d483a'/>
<id>urn:sha1:5c68815ee523bb6fff7d285016e57efbc88d483a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update package comments</title>
<updated>2026-08-05T15:29:08Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-08-05T15:29:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e33ddd0560f28d86beb65ec6087fc126d786f56b'/>
<id>urn:sha1:e33ddd0560f28d86beb65ec6087fc126d786f56b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve clang static libc++ runtimes</title>
<updated>2026-08-04T14:40:52Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-08-04T14:40:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=1bd903ce8eb567ddb1847c119e21665255c879bb'/>
<id>urn:sha1:1bd903ce8eb567ddb1847c119e21665255c879bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix set_pcheader for msvc in c mode</title>
<updated>2026-07-30T02:07:21Z</updated>
<author>
<name>0xb1aded</name>
<email>hacksaw_blade@126.com</email>
</author>
<published>2026-07-29T10:09:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=1c520959e8530c8c4bd5148589db385cb324c08f'/>
<id>urn:sha1:1c520959e8530c8c4bd5148589db385cb324c08f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix masm symbol flags for embed/edit levels</title>
<updated>2026-07-29T15:36:45Z</updated>
<author>
<name>Stefan Boberg</name>
<email>stefan.boberg@epicgames.com</email>
</author>
<published>2026-07-29T15:24:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=75c7a5d5f97aa726075dcf6570ef1288dfa73a5a'/>
<id>urn:sha1:75c7a5d5f97aa726075dcf6570ef1288dfa73a5a</id>
<content type='text'>
masm only supports -Zi/-Zd; the -Z7 and -ZI flags of cl.exe are rejected
with warning A4018, and without -WX the flag is silently dropped, so
`set_symbols("debug", "embed")` produced asm objects without any debug
info. -Zi already embeds debug info in the object file (masm has no
compile-time pdb), so the embed and edit levels now degrade to it.
Also fix the gcc-style -g mapping which had the same problem.

Fixes #7675

Co-Authored-By: Claude Fable 5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>add fallback download support</title>
<updated>2026-07-29T14:39:21Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-07-29T14:39:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=a6f37ee107d63df40e749f719d6ae0587ba153b8'/>
<id>urn:sha1:a6f37ee107d63df40e749f719d6ae0587ba153b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7666 from xmake-io/vcpkg3</title>
<updated>2026-07-27T07:58:21Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-07-27T07:58:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e440a9168b0d2c3151daa8ab0db4bf4e44ff70ba'/>
<id>urn:sha1:e440a9168b0d2c3151daa8ab0db4bf4e44ff70ba</id>
<content type='text'>
improve to find vcpkg packages</content>
</entry>
<entry>
<title>fix pass path to cmake</title>
<updated>2026-07-26T12:30:26Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-07-26T12:30:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c84ec72ed55fc7e15d8dece3411e5159c6d88195'/>
<id>urn:sha1:c84ec72ed55fc7e15d8dece3411e5159c6d88195</id>
<content type='text'>
</content>
</entry>
</feed>
