<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/modules/private/action/require/impl/package.lua, branch v2.8.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/modules/private/action/require/impl/package.lua?h=v2.8.5</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/modules/private/action/require/impl/package.lua?h=v2.8.5'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2023-10-27T15:34:33Z</updated>
<entry>
<title>add more default value</title>
<updated>2023-10-27T15:34:33Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-10-27T15:34:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=940f96632647a95229cd61a5694887f483dcc303'/>
<id>urn:sha1:940f96632647a95229cd61a5694887f483dcc303</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve default config value</title>
<updated>2023-10-26T16:43:52Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-10-26T16:43:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5361a0c73673a5760297bd56a6ac8a035b396d6e'/>
<id>urn:sha1:5361a0c73673a5760297bd56a6ac8a035b396d6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update package.lua</title>
<updated>2023-10-26T13:58:04Z</updated>
<author>
<name>Jérôme Leclercq</name>
<email>lynix680@gmail.com</email>
</author>
<published>2023-10-26T13:58:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=9bc1e3b553d3c8cd3f96c46cbc7b4aab23b29bfc'/>
<id>urn:sha1:9bc1e3b553d3c8cd3f96c46cbc7b4aab23b29bfc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update package.lua</title>
<updated>2023-10-26T10:20:37Z</updated>
<author>
<name>Jérôme Leclercq</name>
<email>lynix680@gmail.com</email>
</author>
<published>2023-10-26T10:20:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=ad5db63ee09fa6fd18aea897acf6421e4974536a'/>
<id>urn:sha1:ad5db63ee09fa6fd18aea897acf6421e4974536a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update package.lua</title>
<updated>2023-10-26T10:19:50Z</updated>
<author>
<name>Jérôme Leclercq</name>
<email>lynix680@gmail.com</email>
</author>
<published>2023-10-26T10:19:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=bc5bc55e86859f07b40f154604ee1e7afe48d1a5'/>
<id>urn:sha1:bc5bc55e86859f07b40f154604ee1e7afe48d1a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix asan and lto config handling</title>
<updated>2023-10-26T09:36:24Z</updated>
<author>
<name>Jérôme Leclercq</name>
<email>lynix680@gmail.com</email>
</author>
<published>2023-10-26T09:36:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=5b0dde755ac682f18a407899f16905a1aae331f9'/>
<id>urn:sha1:5b0dde755ac682f18a407899f16905a1aae331f9</id>
<content type='text'>
This fixes two things:

1) when `project.policy("build.sanitizer.address")` is true, there is no way to disable asan on a package, `add_requires("xx", { configs { asan = false } })` won't work because of the `or` (it should check for nil)

2) When asan is set to false, it won't match installed packages with asan key set to nil even though they are identical. So when asan/lto key is set to false, it will remove the asan/lto key from config</content>
</entry>
<entry>
<title>add asan support for package and policy</title>
<updated>2023-09-21T14:38:18Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-09-21T14:38:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=3d9cf6af8a3fae36dbb5e8fe055a54000ddcadfb'/>
<id>urn:sha1:3d9cf6af8a3fae36dbb5e8fe055a54000ddcadfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get librarydeps with private</title>
<updated>2023-09-04T15:51:00Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-09-04T15:51:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=33f1ec40fdfdcba4e2ae1e40d0050868ca4dca76'/>
<id>urn:sha1:33f1ec40fdfdcba4e2ae1e40d0050868ca4dca76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve the ignored configs for buildhash</title>
<updated>2023-08-27T14:11:29Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-08-27T14:11:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=ea3c9ec7202e0f4dc16339628e1556bbac26bcb0'/>
<id>urn:sha1:ea3c9ec7202e0f4dc16339628e1556bbac26bcb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge and override multiple require confs #3952</title>
<updated>2023-08-18T14:41:39Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-08-18T14:41:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=15c58268db07aae1652fc59ec462defcb45eb99c'/>
<id>urn:sha1:15c58268db07aae1652fc59ec462defcb45eb99c</id>
<content type='text'>
</content>
</entry>
</feed>
