<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/rules/qt/load.lua, branch v2.7.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/rules/qt/load.lua?h=v2.7.7</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/rules/qt/load.lua?h=v2.7.7'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2023-02-03T17:51:55Z</updated>
<entry>
<title>fix qt cpp language detection</title>
<updated>2023-02-03T17:51:55Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2023-02-03T17:45:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=557a8cfeeb49b65d554b47f821026119fd4fa5fc'/>
<id>urn:sha1:557a8cfeeb49b65d554b47f821026119fd4fa5fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix languages for qt</title>
<updated>2023-01-28T05:35:54Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-01-28T05:35:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=173b38697b34193751be94eb8d00858d786b862b'/>
<id>urn:sha1:173b38697b34193751be94eb8d00858d786b862b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix detection of target language for qt projects</title>
<updated>2023-01-27T17:08:06Z</updated>
<author>
<name>xaizek</name>
<email>xaizek@posteo.net</email>
</author>
<published>2023-01-27T17:08:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fcc5adff04b3b57d4ae68d86f9e7f75a7270b36b'/>
<id>urn:sha1:fcc5adff04b3b57d4ae68d86f9e7f75a7270b36b</id>
<content type='text'>
Stray change in 02fb7ef69e78a5d6a8e0066f8866684533836ac3 broke it such
that language set via `set_languages()` wasn't detected and `-std=c++11`
was appended after `-std` flag that came from `set_languages()` in
`xmake.lua`.

To reproduce:
 1. `xmake create -tqt.quickapp`
 2. `vim xmake.lua` and add `set_languages("c++17")`
 3. `xmake --verbose` and look at `-std=` options
</content>
</entry>
<entry>
<title>Update load.lua</title>
<updated>2023-01-06T01:23:38Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2023-01-06T01:23:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=1938de01114d01584b8a6e24b8e7c7980a9250eb'/>
<id>urn:sha1:1938de01114d01584b8a6e24b8e7c7980a9250eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>conditionnaly add c++17 flag on qt rules</title>
<updated>2023-01-05T16:05:14Z</updated>
<author>
<name>Arthur LAURENT</name>
<email>arthur.laurent4@gmail.com</email>
</author>
<published>2023-01-05T16:04:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=598428d35d8f259a87102d1fe17027a503633652'/>
<id>urn:sha1:598428d35d8f259a87102d1fe17027a503633652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve archive</title>
<updated>2022-12-26T16:26:41Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2022-12-26T16:26:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=02fb7ef69e78a5d6a8e0066f8866684533836ac3'/>
<id>urn:sha1:02fb7ef69e78a5d6a8e0066f8866684533836ac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify code</title>
<updated>2022-09-29T13:27:59Z</updated>
<author>
<name>shaoxie1986@163.com</name>
<email>shaoxie1986@163.com</email>
</author>
<published>2022-09-29T13:24:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=4b3c3dc436ccc316db0219cf1cd4f175482eb555'/>
<id>urn:sha1:4b3c3dc436ccc316db0219cf1cd4f175482eb555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix link error on linux when use qt4</title>
<updated>2022-09-29T13:02:31Z</updated>
<author>
<name>carols</name>
<email>shaoxie1986@163.com</email>
</author>
<published>2022-09-29T12:30:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=34dd0f03af660bef5c62efc4c77c16da66c1a579'/>
<id>urn:sha1:34dd0f03af660bef5c62efc4c77c16da66c1a579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve qt rule</title>
<updated>2022-06-11T08:33:10Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2022-06-11T08:33:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d21eaafda4c5797df7b7ef6131349d2752ec9b01'/>
<id>urn:sha1:d21eaafda4c5797df7b7ef6131349d2752ec9b01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try fix include for mingw</title>
<updated>2022-02-23T14:34:20Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2022-02-23T14:34:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=465fee4cbf4b72419c8a717e05a4879e79ac772e'/>
<id>urn:sha1:465fee4cbf4b72419c8a717e05a4879e79ac772e</id>
<content type='text'>
</content>
</entry>
</feed>
