<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/core/src/xmake, branch repo</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/core/src/xmake?h=repo</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/core/src/xmake?h=repo'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-08-10T10:06:42Z</updated>
<entry>
<title>fix: fix numeric build metadata</title>
<updated>2026-08-10T10:06:42Z</updated>
<author>
<name>apocelipes</name>
<email>seve3r@outlook.com</email>
</author>
<published>2026-08-10T10:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=30c7ad380873ec4c2e52de15ee8e236dfcd38948'/>
<id>urn:sha1:30c7ad380873ec4c2e52de15ee8e236dfcd38948</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: sort build metadata</title>
<updated>2026-08-09T14:37:35Z</updated>
<author>
<name>apocelipes</name>
<email>seve3r@outlook.com</email>
</author>
<published>2026-08-09T14:37:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=139a626e2ba4a9c3381e7c00116654f5bdc3bf11'/>
<id>urn:sha1:139a626e2ba4a9c3381e7c00116654f5bdc3bf11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: reorder matching</title>
<updated>2026-08-09T13:23:24Z</updated>
<author>
<name>apocelipes</name>
<email>seve3r@outlook.com</email>
</author>
<published>2026-08-09T13:23:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=1193bed28ca75f8f1cc177292f196d9ae03ec598'/>
<id>urn:sha1:1193bed28ca75f8f1cc177292f196d9ae03ec598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: skipping a leading v/= before exact comparing</title>
<updated>2026-08-09T13:12:51Z</updated>
<author>
<name>apocelipes</name>
<email>seve3r@outlook.com</email>
</author>
<published>2026-08-09T13:12:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=579b9f0ca6126d9d0570a9c76243d7ed142da3fd'/>
<id>urn:sha1:579b9f0ca6126d9d0570a9c76243d7ed142da3fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(semver): correct version selection</title>
<updated>2026-08-08T22:08:45Z</updated>
<author>
<name>apocelipes</name>
<email>seve3r@outlook.com</email>
</author>
<published>2026-08-08T21:35:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=1d8683111e485d8a1172b6b689da6dddb3127735'/>
<id>urn:sha1:1d8683111e485d8a1172b6b689da6dddb3127735</id>
<content type='text'>
semver_rangen() accepts an exact version as a range, and SemVer comparison ignores build metadata.
This can select a different version than requested.

Try exact string matches for versions and tags before falling back to the range selection.
</content>
</entry>
<entry>
<title>fix: fix deprecated warnings</title>
<updated>2026-08-06T10:30:22Z</updated>
<author>
<name>apocelipes</name>
<email>seve3r@outlook.com</email>
</author>
<published>2026-08-06T10:30:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=4fb5874898c4f7bc4ff5e9fe15f3ba7e5c3f02ed'/>
<id>urn:sha1:4fb5874898c4f7bc4ff5e9fe15f3ba7e5c3f02ed</id>
<content type='text'>
Replace all functions marked as deprecated by tbox.
</content>
</entry>
<entry>
<title>Merge pull request #7684 from ArbStray/fix/process-open-wrong-stack-index</title>
<updated>2026-07-31T11:16:16Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-07-31T11:16:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=bafb5d4b802017b8d6c3583fee26574d902abc6b'/>
<id>urn:sha1:bafb5d4b802017b8d6c3583fee26574d902abc6b</id>
<content type='text'>
fix: correct Lua stack index in process.open</content>
</entry>
<entry>
<title>fix: fix engine resource leaks</title>
<updated>2026-07-31T07:31:06Z</updated>
<author>
<name>apocelipes</name>
<email>seve3r@outlook.com</email>
</author>
<published>2026-07-31T07:31:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=b3f07139d26efe81036f814ab4be4b83be17c53d'/>
<id>urn:sha1:b3f07139d26efe81036f814ab4be4b83be17c53d</id>
<content type='text'>
Release the argument block returned by CommandLineToArgvW after copying its values into Lua.

Destroy embedded output streams after initialization even when opening the backing file fails.
</content>
</entry>
<entry>
<title>fixed wrong Lua stack index</title>
<updated>2026-07-31T02:25:25Z</updated>
<author>
<name>ArbStray</name>
<email>myseeker501@gmail.com</email>
</author>
<published>2026-07-31T02:25:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=73718fa6b1ca6be9a4aa0148501c73eefff328ed'/>
<id>urn:sha1:73718fa6b1ca6be9a4aa0148501c73eefff328ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(macOS): fix Mach host send-right leaks</title>
<updated>2026-07-29T11:15:15Z</updated>
<author>
<name>apocelipes</name>
<email>seve3r@outlook.com</email>
</author>
<published>2026-07-29T11:04:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=09764e099ced0b53b2eb1be35beadceab3610dab'/>
<id>urn:sha1:09764e099ced0b53b2eb1be35beadceab3610dab</id>
<content type='text'>
mach_host_self() increments the task send-right user-reference count,
but the CPU and memory queries did not release those references.

Reuse each returned host port for its query and deallocate it
afterward on both successful and failed query paths.
</content>
</entry>
</feed>
