<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/modules/core/tools/swiftc.lua, branch requireslock</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/modules/core/tools/swiftc.lua?h=requireslock</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/modules/core/tools/swiftc.lua?h=requireslock'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2021-02-09T14:35:25Z</updated>
<entry>
<title>improve core/tools and remove os.args</title>
<updated>2021-02-09T14:35:25Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2021-02-09T14:35:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=630b8dabbf701ef9b490add3e6def10a74970d00'/>
<id>urn:sha1:630b8dabbf701ef9b490add3e6def10a74970d00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright date</title>
<updated>2020-12-18T16:41:06Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2020-12-18T16:41:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=536f2bd6a092eba91315b7d1e120dff63392a11d'/>
<id>urn:sha1:536f2bd6a092eba91315b7d1e120dff63392a11d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add nf_includedir</title>
<updated>2020-11-10T03:33:27Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2020-11-09T16:40:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=6bd92e09bea0e6f1c707ab6bbf062f462b70c01d'/>
<id>urn:sha1:6bd92e09bea0e6f1c707ab6bbf062f462b70c01d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix trailing white-space</title>
<updated>2020-09-24T16:33:07Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2020-09-24T16:33:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=90af4956738036172984f068502624bbc515cae7'/>
<id>urn:sha1:90af4956738036172984f068502624bbc515cae7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update the copyright date</title>
<updated>2019-12-19T01:01:52Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-12-19T14:30:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=2e0445237493458e39d6ce44b81f7b1fa20940bc'/>
<id>urn:sha1:2e0445237493458e39d6ce44b81f7b1fa20940bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove buildmodes</title>
<updated>2019-08-31T14:51:59Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-08-31T14:51:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=f375773b28d671a8d4885ea09e64011106f077f9'/>
<id>urn:sha1:f375773b28d671a8d4885ea09e64011106f077f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add objc, swift and asm rules</title>
<updated>2019-08-31T14:22:15Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-08-31T14:22:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d87ef11e59b4c84c13c680d0dd28bd9a93de39d9'/>
<id>urn:sha1:d87ef11e59b4c84c13c680d0dd28bd9a93de39d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve ccache</title>
<updated>2019-08-30T14:32:04Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2019-08-30T16:45:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=bb3a62022b775dc837cbd15359d6cc56588921ac'/>
<id>urn:sha1:bb3a62022b775dc837cbd15359d6cc56588921ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typos</title>
<updated>2019-08-11T10:06:42Z</updated>
<author>
<name>FrankHB</name>
<email>frankhb1989@gmail.com</email>
</author>
<published>2019-08-11T10:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=0bdcae97d8d9b2b3afe725f9b857a9994d3b28fa'/>
<id>urn:sha1:0bdcae97d8d9b2b3afe725f9b857a9994d3b28fa</id>
<content type='text'>
Changed all 'complie' to 'compile'. Added missing 'the' for some cases.

Signed-off-by: FrankHB &lt;frankhb1989@gmail.com&gt;
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2019-07-24T02:42:55Z</updated>
<author>
<name>OpportunityLiu</name>
<email>opportunity@live.in</email>
</author>
<published>2019-07-24T02:42:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=b1a47544b8f60c12541b8b5a0f4383639d348af3'/>
<id>urn:sha1:b1a47544b8f60c12541b8b5a0f4383639d348af3</id>
<content type='text'>
</content>
</entry>
</feed>
