<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/qt-creator.git/tests/cppmodelmanager, branch master</title>
<subtitle>code.qt.io: qt-creator/qt-creator.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/'/>
<entry>
<title>Remove GPL-3.0+ from license identifiers</title>
<updated>2023-01-06T11:15:13+00:00</updated>
<author>
<name>Kai Köhne</name>
<email>kai.koehne@qt.io</email>
</author>
<published>2022-12-21T09:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=56baf8c058792187b574cf988fcf4b313f527156'/>
<id>56baf8c058792187b574cf988fcf4b313f527156</id>
<content type='text'>
Since we also license under GPL-3.0 WITH Qt-GPL-exception-1.0,
this applies only to a hypothetical newer version of GPL, that doesn't
exist yet. If such a version emerges, we can still decide to relicense...

While at it, replace (deprecated) GPL-3.0 with more explicit GPL-3.0-only

Change was done by running

  find . -type f -exec perl -pi -e "s/LicenseRef-Qt-Commercial OR GPL-3.0\+ OR GPL-3.0 WITH Qt-GPL-exception-1.0/LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0/g" {} \;

Change-Id: I5097e6ce8d10233993ee30d7e25120e2659eb10b
Reviewed-by: Eike Ziller &lt;eike.ziller@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we also license under GPL-3.0 WITH Qt-GPL-exception-1.0,
this applies only to a hypothetical newer version of GPL, that doesn't
exist yet. If such a version emerges, we can still decide to relicense...

While at it, replace (deprecated) GPL-3.0 with more explicit GPL-3.0-only

Change was done by running

  find . -type f -exec perl -pi -e "s/LicenseRef-Qt-Commercial OR GPL-3.0\+ OR GPL-3.0 WITH Qt-GPL-exception-1.0/LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0/g" {} \;

Change-Id: I5097e6ce8d10233993ee30d7e25120e2659eb10b
Reviewed-by: Eike Ziller &lt;eike.ziller@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SPDX license identifiers</title>
<updated>2022-08-26T12:27:18+00:00</updated>
<author>
<name>Lucie Gérard</name>
<email>lucie.gerard@qt.io</email>
</author>
<published>2022-08-19T13:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=a7956df3ca45579c62b496621a7d3b55d73c98b8'/>
<id>a7956df3ca45579c62b496621a7d3b55d73c98b8</id>
<content type='text'>
Replace the current license disclaimer in files by
a SPDX-License-Identifier.

Task-number: QTBUG-67283
Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813
Reviewed-by: Eike Ziller &lt;eike.ziller@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the current license disclaimer in files by
a SPDX-License-Identifier.

Task-number: QTBUG-67283
Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813
Reviewed-by: Eike Ziller &lt;eike.ziller@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>C++ Refactoring: Fix the include macros in header files after renaming</title>
<updated>2020-08-21T06:50:42+00:00</updated>
<author>
<name>Miklos Marton</name>
<email>martonmiklosqdev@gmail.com</email>
</author>
<published>2020-05-08T16:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=3299239095e4eff5b94604841491712a2fbf78ca'/>
<id>3299239095e4eff5b94604841491712a2fbf78ca</id>
<content type='text'>
Fixes: QTCREATORBUG-4686
Change-Id: If22078bb183910941d8e2a94b0e8629baa2fa8de
Reviewed-by: Christian Kandeler &lt;christian.kandeler@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: QTCREATORBUG-4686
Change-Id: If22078bb183910941d8e2a94b0e8629baa2fa8de
Reviewed-by: Christian Kandeler &lt;christian.kandeler@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Wholesale conversion to #pragma once</title>
<updated>2016-03-30T15:20:19+00:00</updated>
<author>
<name>hjk</name>
<email>hjk@theqtcompany.com</email>
</author>
<published>2016-03-18T06:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=39a38d5679084b515276285c044d8a27e671adb1'/>
<id>39a38d5679084b515276285c044d8a27e671adb1</id>
<content type='text'>
Kudos to cgmb and https://github.com/cgmb/guardonce

Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791
Reviewed-by: Tobias Hunger &lt;tobias.hunger@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kudos to cgmb and https://github.com/cgmb/guardonce

Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791
Reviewed-by: Tobias Hunger &lt;tobias.hunger@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update License according to agreement with Free Qt Foundation</title>
<updated>2016-01-19T16:01:06+00:00</updated>
<author>
<name>Tobias Hunger</name>
<email>tobias.hunger@theqtcompany.com</email>
</author>
<published>2016-01-15T13:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=954569387c28e5b305081ef52796055797b5c8d9'/>
<id>954569387c28e5b305081ef52796055797b5c8d9</id>
<content type='text'>
* Update license information in tests directory

Change-Id: I311441dd37d053ca3175e44b284258e232ee93e0
Reviewed-by: Tobias Hunger &lt;tobias.hunger@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update license information in tests directory

Change-Id: I311441dd37d053ca3175e44b284258e232ee93e0
Reviewed-by: Tobias Hunger &lt;tobias.hunger@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix changing "#include" lines after file renaming</title>
<updated>2015-10-06T13:17:55+00:00</updated>
<author>
<name>Daniel Teske</name>
<email>daniel.teske@theqtcompany.com</email>
</author>
<published>2015-10-01T12:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=307061032cf8c5389d91093cc5937d9cc351772a'/>
<id>307061032cf8c5389d91093cc5937d9cc351772a</id>
<content type='text'>
Didn't work if there was any folded text before the #include.

Change-Id: I8f16205f06bfaa8b8541401a9ebd5995c15b2227
Reviewed-by: Nikolai Kosjar &lt;nikolai.kosjar@theqtcompany.com&gt;
Reviewed-by: Daniel Teske &lt;daniel.teske@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Didn't work if there was any folded text before the #include.

Change-Id: I8f16205f06bfaa8b8541401a9ebd5995c15b2227
Reviewed-by: Nikolai Kosjar &lt;nikolai.kosjar@theqtcompany.com&gt;
Reviewed-by: Daniel Teske &lt;daniel.teske@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update License</title>
<updated>2015-01-16T11:37:56+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@theqtcompany.com</email>
</author>
<published>2015-01-14T17:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=3c85058694ee2e41658d17f524fb48f0b187d2fe'/>
<id>3c85058694ee2e41658d17f524fb48f0b187d2fe</id>
<content type='text'>
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125
Reviewed-by: Alessandro Portale &lt;alessandro.portale@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125
Reviewed-by: Alessandro Portale &lt;alessandro.portale@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>License update</title>
<updated>2014-10-09T09:41:44+00:00</updated>
<author>
<name>Eike Ziller</name>
<email>eike.ziller@digia.com</email>
</author>
<published>2014-10-01T11:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=8295b503be90c60a8a7e9b722357352917406078'/>
<id>8295b503be90c60a8a7e9b722357352917406078</id>
<content type='text'>
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082
Reviewed-by: Alessandro Portale &lt;alessandro.portale@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082
Reviewed-by: Alessandro Portale &lt;alessandro.portale@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CppTools: Auto-include pre-compiled headers</title>
<updated>2014-07-24T10:25:02+00:00</updated>
<author>
<name>Nikolai Kosjar</name>
<email>nikolai.kosjar@digia.com</email>
</author>
<published>2014-07-16T09:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=6a9ae7e25f6841cfd56be5560ecde9de52378526'/>
<id>6a9ae7e25f6841cfd56be5560ecde9de52378526</id>
<content type='text'>
So far the pre-compiled headers were processed (thus defines from those
headers were visible), but the actual includes for the documents were
not added, which is necessary for lookup/completion.

Note that this will be only done if pre-compiled headers are not ignored
(Options &gt; C++ &gt; Code Model &gt; [] Ignore pre-compiled headers).

Change-Id: I54a8e6b00597af164d958e3e9f2a1075ea187788
Reviewed-by: Erik Verbruggen &lt;erik.verbruggen@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far the pre-compiled headers were processed (thus defines from those
headers were visible), but the actual includes for the documents were
not added, which is necessary for lookup/completion.

Note that this will be only done if pre-compiled headers are not ignored
(Options &gt; C++ &gt; Code Model &gt; [] Ignore pre-compiled headers).

Change-Id: I54a8e6b00597af164d958e3e9f2a1075ea187788
Reviewed-by: Erik Verbruggen &lt;erik.verbruggen@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Incremented year in copyright info</title>
<updated>2014-01-08T07:29:47+00:00</updated>
<author>
<name>Robert Loehning</name>
<email>robert.loehning@digia.com</email>
</author>
<published>2014-01-07T12:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/qt-creator.git/commit/?id=746c5d886395f66d3f7af1461555a75300201db6'/>
<id>746c5d886395f66d3f7af1461555a75300201db6</id>
<content type='text'>
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a
Reviewed-by: Leena Miettinen &lt;riitta-leena.miettinen@digia.com&gt;
Reviewed-by: Kai Koehne &lt;kai.koehne@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a
Reviewed-by: Leena Miettinen &lt;riitta-leena.miettinen@digia.com&gt;
Reviewed-by: Kai Koehne &lt;kai.koehne@digia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
