<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/modules/detect/sdks/find_vstudio.lua, branch debug</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/modules/detect/sdks/find_vstudio.lua?h=debug</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/modules/detect/sdks/find_vstudio.lua?h=debug'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2025-09-10T08:13:06Z</updated>
<entry>
<title>support for vs2026</title>
<updated>2025-09-10T08:13:06Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-09-10T08:09:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=ec5d3392505ddb0894a313432fb59260310573a5'/>
<id>urn:sha1:ec5d3392505ddb0894a313432fb59260310573a5</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>Update find_vstudio.lua</title>
<updated>2025-05-22T14:11:58Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-05-22T14:11:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=7d2b149206a53cb8f5bbfc7f3b70065a07faf11c'/>
<id>urn:sha1:7d2b149206a53cb8f5bbfc7f3b70065a07faf11c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed the issue where vstudio cannot be found when there are more versions of the same vstudio in the system.</title>
<updated>2025-05-22T06:58:03Z</updated>
<author>
<name>xiaobfly</name>
<email>xiaobfly@126.com</email>
</author>
<published>2025-05-22T06:58:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=18046833f44c1531b33d4361397216ec7fe4f8ca'/>
<id>urn:sha1:18046833f44c1531b33d4361397216ec7fe4f8ca</id>
<content type='text'>
vswhere echo string:
D:\Microsoft Visual Studio\2022\Professional2
D:\Microsoft Visual Studio\2022\Professional\VC\Auxiliary\Build

xmake thought it was a string, but in fact, it was two.
so, should split it by "\n":
{
  "D:\Microsoft Visual Studio\2022\Professional2",
  "D:\Microsoft Visual Studio\2022\Professional"
}
</content>
</entry>
<entry>
<title>add some vcvars for custom msvc sdk.</title>
<updated>2025-05-15T13:49:24Z</updated>
<author>
<name>Redbeanw44602</name>
<email>redbeana44945@gmail.com</email>
</author>
<published>2025-05-15T13:49:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=a4690c955b212c46fb2b1575d816e37be6803f77'/>
<id>urn:sha1:a4690c955b212c46fb2b1575d816e37be6803f77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add missing linkdirs.</title>
<updated>2025-05-15T06:17:54Z</updated>
<author>
<name>Redbeanw44602</name>
<email>redbeana44945@gmail.com</email>
</author>
<published>2025-05-15T06:17:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=28b6fd526b3d74a2462fac6bbb0c9204402ef59f'/>
<id>urn:sha1:28b6fd526b3d74a2462fac6bbb0c9204402ef59f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typo.</title>
<updated>2025-05-15T06:02:27Z</updated>
<author>
<name>Redbeanw44602</name>
<email>redbeana44945@gmail.com</email>
</author>
<published>2025-05-15T06:02:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=b4a18456875c787cce8a902b861b1e455eddc54d'/>
<id>urn:sha1:b4a18456875c787cce8a902b861b1e455eddc54d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix checkinfo</title>
<updated>2025-02-28T03:38:56Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-02-28T03:38:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=11b33da5232cde7751c22a6a98fc2367656dd7a7'/>
<id>urn:sha1:11b33da5232cde7751c22a6a98fc2367656dd7a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve to select latest toolset</title>
<updated>2025-02-28T03:29:21Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-02-28T03:29:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0fb17801c211b0ec7d0dc6757b0e604b4f707d36'/>
<id>urn:sha1:0fb17801c211b0ec7d0dc6757b0e604b4f707d36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>attempt to select latest version</title>
<updated>2025-02-28T14:49:12Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2025-02-28T14:49:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d796790592ba9413d7d17877da6fe7806ee410e6'/>
<id>urn:sha1:d796790592ba9413d7d17877da6fe7806ee410e6</id>
<content type='text'>
</content>
</entry>
</feed>
