<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/core/sandbox/modules/import/lib, branch v2.7.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/core/sandbox/modules/import/lib?h=v2.7.9</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/core/sandbox/modules/import/lib?h=v2.7.9'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2023-03-17T03:04:09Z</updated>
<entry>
<title>Merge pull request #3517 from xmake-io/profile</title>
<updated>2023-03-17T03:04:09Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-03-17T03:04:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0c21c9d45db5beae07b3b04c8c2d415b9dbee69a'/>
<id>urn:sha1:0c21c9d45db5beae07b3b04c8c2d415b9dbee69a</id>
<content type='text'>
Profile compile and link</content>
</entry>
<entry>
<title>fix find powershell</title>
<updated>2023-03-17T14:50:37Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-03-17T14:50:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=7cb489300326c7c6b83c7787ed2f8d6d909b4666'/>
<id>urn:sha1:7cb489300326c7c6b83c7787ed2f8d6d909b4666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add find_xxx tag</title>
<updated>2023-03-17T14:37:44Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-03-17T14:37:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=7204348905ab1280f83a2b7d6f6a845988cb261e'/>
<id>urn:sha1:7204348905ab1280f83a2b7d6f6a845988cb261e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trace more tag</title>
<updated>2023-03-17T14:36:01Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-03-17T14:36:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=102d82df48e78f2bc0ef9d8650956c57504a3f1f'/>
<id>urn:sha1:102d82df48e78f2bc0ef9d8650956c57504a3f1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve find_file</title>
<updated>2023-03-08T16:49:50Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-03-08T16:49:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=a998fe06c24a2e041e6cf44a26437072e9b0c132'/>
<id>urn:sha1:a998fe06c24a2e041e6cf44a26437072e9b0c132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve find_programver</title>
<updated>2022-11-23T16:49:35Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2022-11-23T16:49:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=782f3bcad9d24878e452a596d9c1c1cb2949819e'/>
<id>urn:sha1:782f3bcad9d24878e452a596d9c1c1cb2949819e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactored code to use string:lastof.</title>
<updated>2022-11-04T13:27:23Z</updated>
<author>
<name>Mauro Tortonesi</name>
<email>mauro.tortonesi@unife.it</email>
</author>
<published>2022-11-04T13:27:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=e97189c91af7eb44883894d6b8cff04a28ec9700'/>
<id>urn:sha1:e97189c91af7eb44883894d6b8cff04a28ec9700</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sandbox_lib_detect_find_path._find function.</title>
<updated>2022-11-03T16:09:14Z</updated>
<author>
<name>Mauro Tortonesi</name>
<email>mauro.tortonesi@unife.it</email>
</author>
<published>2022-11-03T16:09:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=4be10d436233bd7dffc0c91f5c5bd2d0806156ba'/>
<id>urn:sha1:4be10d436233bd7dffc0c91f5c5bd2d0806156ba</id>
<content type='text'>
Function sandbox_lib_detect_find_path._find function currently searches
the first occurrence of substring path.pattern(path.translate(name))
within filepath. This behavior breaks in case one wants, e.g., to find
packages named libsomething. The correct behavior would be to find the
last occurrence of substring path.pattern(path.translate(name)) within
filepath. Hence this patch.
</content>
</entry>
<entry>
<title>fix find_path for windows</title>
<updated>2022-07-01T15:13:20Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2022-07-01T15:13:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=690a5a3655ddb533234ae810f7916669f7c9f3ff'/>
<id>urn:sha1:690a5a3655ddb533234ae810f7916669f7c9f3ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve to find zig c++</title>
<updated>2022-03-31T16:59:29Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2022-03-31T16:59:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=32e8ae94db5070246ec8d4dfa8c024376ff32872'/>
<id>urn:sha1:32e8ae94db5070246ec8d4dfa8c024376ff32872</id>
<content type='text'>
</content>
</entry>
</feed>
