<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/coin, branch 6.5.0</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>qmldom: use a released Qt 6.3</title>
<updated>2022-10-06T11:41:18+00:00</updated>
<author>
<name>Tim Jenssen</name>
<email>tim.jenssen@qt.io</email>
</author>
<published>2022-10-06T09:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=d4cc8bfc0db886849d233f76949f6ae1cb025b73'/>
<id>d4cc8bfc0db886849d233f76949f6ae1cb025b73</id>
<content type='text'>
Task-number: QTBUG-107253
Change-Id: I1e321b6c008e3a13a82f630e79ad5831d434bfac
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
Reviewed-by: Fawzi Mohamed &lt;fawzi.mohamed@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-107253
Change-Id: I1e321b6c008e3a13a82f630e79ad5831d434bfac
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
Reviewed-by: Fawzi Mohamed &lt;fawzi.mohamed@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Coin: Add core count config</title>
<updated>2022-09-13T10:45:28+00:00</updated>
<author>
<name>Toni Saario</name>
<email>toni.saario@qt.io</email>
</author>
<published>2022-06-01T11:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=152c3ba599b3bc0deb8f3a680a08e40257d7a7bd'/>
<id>152c3ba599b3bc0deb8f3a680a08e40257d7a7bd</id>
<content type='text'>
Qtdeclarative has currently 4 core build configured in Coin. Bump this
to 8 cores due to build being very close to the timeout.

Allows removing the rules from Coin and brings them visible.

Task-number: COIN-870
Pick-to: 6.3 6.4
Change-Id: I5956f7678c932347a5dc030e441c9410e4421825
Reviewed-by: Simo Fält &lt;simo.falt@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qtdeclarative has currently 4 core build configured in Coin. Bump this
to 8 cores due to build being very close to the timeout.

Allows removing the rules from Coin and brings them visible.

Task-number: COIN-870
Pick-to: 6.3 6.4
Change-Id: I5956f7678c932347a5dc030e441c9410e4421825
Reviewed-by: Simo Fält &lt;simo.falt@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qmldom: use a snapshot which has the Q_QML_COMPILER_EXPORT rename</title>
<updated>2022-07-12T18:17:15+00:00</updated>
<author>
<name>Fawzi Mohamed</name>
<email>fawzi.mohamed@qt.io</email>
</author>
<published>2022-07-05T11:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=1cfd3c932f4bd37557c2e46ac7e377ecf41cae6c'/>
<id>1cfd3c932f4bd37557c2e46ac7e377ecf41cae6c</id>
<content type='text'>
Change-Id: Icc64ab98b1e0a578f310b2e75c5db95b73db4ada
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
Reviewed-by: Qt CI Bot &lt;qt_ci_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icc64ab98b1e0a578f310b2e75c5db95b73db4ada
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
Reviewed-by: Qt CI Bot &lt;qt_ci_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix and add test for DOM standalone build against 6.3</title>
<updated>2022-06-18T06:13:20+00:00</updated>
<author>
<name>Fawzi Mohamed</name>
<email>fawzi.mohamed@qt.io</email>
</author>
<published>2022-05-19T06:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=637b75279865ccdb7268a6524554ca584d1f7ef2'/>
<id>637b75279865ccdb7268a6524554ca584d1f7ef2</id>
<content type='text'>
Adds a test that downloads the latest 6.3.x (6.3.1 currently) and
tries to build and run the example using the standalone QML DOM
library against it on MacOS x86_64.

Change-Id: Ifca8669a4cdb9e2aeb311e6b5988d5d648472aeb
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a test that downloads the latest 6.3.x (6.3.1 currently) and
tries to build and run the example using the standalone QML DOM
library against it on MacOS x86_64.

Change-Id: Ifca8669a4cdb9e2aeb311e6b5988d5d648472aeb
Reviewed-by: Tim Jenssen &lt;tim.jenssen@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Enable zero warning limit for documentation</title>
<updated>2022-01-13T23:05:08+00:00</updated>
<author>
<name>Venugopal Shivashankar</name>
<email>Venugopal.Shivashankar@qt.io</email>
</author>
<published>2021-11-10T12:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=37213acd75729a0945145864135709bddde88a85'/>
<id>37213acd75729a0945145864135709bddde88a85</id>
<content type='text'>
Pick-to: 6.3
Fixes: QTBUG-98116
Change-Id: I3d0a2ede380fd60bbe9c4e2852c4da3b737180ec
Reviewed-by: Topi Reiniö &lt;topi.reinio@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pick-to: 6.3
Fixes: QTBUG-98116
Change-Id: I3d0a2ede380fd60bbe9c4e2852c4da3b737180ec
Reviewed-by: Topi Reiniö &lt;topi.reinio@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Enable enforcing CI tests</title>
<updated>2020-07-08T10:17:17+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>alexandru.croitor@qt.io</email>
</author>
<published>2020-07-06T10:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=3df055f35887f57522a31aee77b32200f3605062'/>
<id>3df055f35887f57522a31aee77b32200f3605062</id>
<content type='text'>
Any failing tests in CMake configurations will now prevent
integrations to go through in this repository.

Task-number: QTBUG-84886
Change-Id: I96b60dd272a33bb226a3cf1ec766a846996b66cf
Reviewed-by: Qt CI Bot &lt;qt_ci_bot@qt-project.org&gt;
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
Reviewed-by: Joerg Bornemann &lt;joerg.bornemann@qt.io&gt;
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any failing tests in CMake configurations will now prevent
integrations to go through in this repository.

Task-number: QTBUG-84886
Change-Id: I96b60dd272a33bb226a3cf1ec766a846996b66cf
Reviewed-by: Qt CI Bot &lt;qt_ci_bot@qt-project.org&gt;
Reviewed-by: Ulf Hermann &lt;ulf.hermann@qt.io&gt;
Reviewed-by: Joerg Bornemann &lt;joerg.bornemann@qt.io&gt;
Reviewed-by: Fabian Kosmale &lt;fabian.kosmale@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Enable cross-building Coin configurations</title>
<updated>2020-03-15T11:43:42+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>alexandru.croitor@qt.io</email>
</author>
<published>2020-03-13T19:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=42cd696f8da13ce038b1572e7caaf77c60f3095f'/>
<id>42cd696f8da13ce038b1572e7caaf77c60f3095f</id>
<content type='text'>
This will enable iOS and Android CMake builds in Coin.

Change-Id: Id2fea5b48de74185e19410ee5a61333c6f296d9e
Reviewed-by: Qt CI Bot &lt;qt_ci_bot@qt-project.org&gt;
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will enable iOS and Android CMake builds in Coin.

Change-Id: Id2fea5b48de74185e19410ee5a61333c6f296d9e
Reviewed-by: Qt CI Bot &lt;qt_ci_bot@qt-project.org&gt;
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add build and test instructions</title>
<updated>2019-09-04T15:43:16+00:00</updated>
<author>
<name>Liang Qi</name>
<email>liang.qi@qt.io</email>
</author>
<published>2019-08-30T10:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=6536c67b53db275bb51d61de3d896893101d278a'/>
<id>6536c67b53db275bb51d61de3d896893101d278a</id>
<content type='text'>
Change-Id: I9dd73a5b95649da72d1d7069b932eb6835ad0323
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9dd73a5b95649da72d1d7069b932eb6835ad0323
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Simon Hausmann &lt;simon.hausmann@qt.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
