<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtxmlpatterns.git/src/xmlpatterns/expr/qorderby.cpp, branch dev</title>
<subtitle>Qt XmlPatterns (Xpath, Xquery, ... engine)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/'/>
<entry>
<title>Update dependencies on 'dev' in qt/qtxmlpatterns</title>
<updated>2019-11-04T12:55:43+00:00</updated>
<author>
<name>Qt Submodule Update Bot</name>
<email>qt_submodule_update_bot@qt-project.org</email>
</author>
<published>2019-11-04T02:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=c34155c55259edfaba104d66095a2670f9d936e7'/>
<id>c34155c55259edfaba104d66095a2670f9d936e7</id>
<content type='text'>
Also applied build fixes to build with QList == QVector.

This means replacing forward-declarations and removing conversion code
between list and vector.

Change-Id: I6eac649f8376eafca8f96c3fa603d27ad5ad7b38
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also applied build fixes to build with QList == QVector.

This means replacing forward-declarations and removing conversion code
between list and vector.

Change-Id: I6eac649f8376eafca8f96c3fa603d27ad5ad7b38
Reviewed-by: Lars Knoll &lt;lars.knoll@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated license headers</title>
<updated>2016-01-21T07:58:07+00:00</updated>
<author>
<name>Antti Kokko</name>
<email>antti.kokko@theqtcompany.com</email>
</author>
<published>2016-01-20T11:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=37ecba3027c7465248bb1b23dfa8625144d95030'/>
<id>37ecba3027c7465248bb1b23dfa8625144d95030</id>
<content type='text'>
From Qt 5.7 -&gt; LGPL v2.1 isn't an option anymore, see
http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/
Updated license headers to use new LGPL header instead of LGPL21 one
(in those files which will be under LGPL v3)

Change-Id: I34265811e603ad9c5a7adcaab7791a521ae0ffb8
Reviewed-by: Jani Heikkinen &lt;jani.heikkinen@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From Qt 5.7 -&gt; LGPL v2.1 isn't an option anymore, see
http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/
Updated license headers to use new LGPL header instead of LGPL21 one
(in those files which will be under LGPL v3)

Change-Id: I34265811e603ad9c5a7adcaab7791a521ae0ffb8
Reviewed-by: Jani Heikkinen &lt;jani.heikkinen@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>OrderBy: Replace deprecated qLess by std::less.</title>
<updated>2015-09-07T12:48:14+00:00</updated>
<author>
<name>Friedemann Kleint</name>
<email>Friedemann.Kleint@theqtcompany.com</email>
</author>
<published>2015-09-03T11:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=c4fd65e40d093908f4f5be919a88930c799a2569'/>
<id>c4fd65e40d093908f4f5be919a88930c799a2569</id>
<content type='text'>
Fix warning:
expr\qorderby.cpp:79:7: warning: 'template&lt;class T&gt; class qLess' is deprecated [-Wdeprecated-declarations]
 class qLess&lt;Item::List&gt;
       ^
In file included from qtbase\include\QtCore/qalgorithms.h:1:0,
                 from qtbase\include\QtCore/QtAlgorithms:1,
                 from expr\qorderby.cpp:34:
qtbase/src/corelib/tools/qalgorithms.h:150:40: note: declared here
 class QT_DEPRECATED_X("Use std::less") qLess
                                        ^
expr\qorderby.cpp: In member function 'virtual QAbstractXmlForwardIterator&lt;QPatternist::Item&gt;::Ptr QPatternist::OrderBy::evaluateSequence(const Ptr&amp;) const':
expr\qorderby.cpp:172:11: warning: 'template&lt;class T&gt; class qLess' is deprecated [-Wdeprecated-declarations]
     const qLess&lt;Item::List&gt; sorter(m_orderSpecs, context);
           ^
In file included from qtbase\include\QtCore/qalgorithms.h:1:0,
                 from qtbase\include\QtCore/QtAlgorithms:1,
                 from expr\qorderby.cpp:34:

Change-Id: Ieb626eb0de96aea670433bb46a52ed780240e8d7
Reviewed-by: Björn Breitmeyer &lt;bjoern.breitmeyer@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix warning:
expr\qorderby.cpp:79:7: warning: 'template&lt;class T&gt; class qLess' is deprecated [-Wdeprecated-declarations]
 class qLess&lt;Item::List&gt;
       ^
In file included from qtbase\include\QtCore/qalgorithms.h:1:0,
                 from qtbase\include\QtCore/QtAlgorithms:1,
                 from expr\qorderby.cpp:34:
qtbase/src/corelib/tools/qalgorithms.h:150:40: note: declared here
 class QT_DEPRECATED_X("Use std::less") qLess
                                        ^
expr\qorderby.cpp: In member function 'virtual QAbstractXmlForwardIterator&lt;QPatternist::Item&gt;::Ptr QPatternist::OrderBy::evaluateSequence(const Ptr&amp;) const':
expr\qorderby.cpp:172:11: warning: 'template&lt;class T&gt; class qLess' is deprecated [-Wdeprecated-declarations]
     const qLess&lt;Item::List&gt; sorter(m_orderSpecs, context);
           ^
In file included from qtbase\include\QtCore/qalgorithms.h:1:0,
                 from qtbase\include\QtCore/QtAlgorithms:1,
                 from expr\qorderby.cpp:34:

Change-Id: Ieb626eb0de96aea670433bb46a52ed780240e8d7
Reviewed-by: Björn Breitmeyer &lt;bjoern.breitmeyer@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright headers</title>
<updated>2015-02-17T16:59:04+00:00</updated>
<author>
<name>Jani Heikkinen</name>
<email>jani.heikkinen@theqtcompany.com</email>
</author>
<published>2015-02-13T12:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=686b7e5f94593c5d8595c98067a10e8ecf776ae8'/>
<id>686b7e5f94593c5d8595c98067a10e8ecf776ae8</id>
<content type='text'>
Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.

Change-Id: I1dc468d4e08c2dfdc4643410220f18bc8ec450b9
Reviewed-by: Antti Kokko &lt;antti.kokko@theqtcompany.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.

Change-Id: I1dc468d4e08c2dfdc4643410220f18bc8ec450b9
Reviewed-by: Antti Kokko &lt;antti.kokko@theqtcompany.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update license headers and add new license files</title>
<updated>2014-08-24T15:28:54+00:00</updated>
<author>
<name>Antti Kokko</name>
<email>antti.kokko@digia.com</email>
</author>
<published>2014-08-21T10:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=e60c4466df48d6536fef0c77dc1df1c9d05e97d4'/>
<id>e60c4466df48d6536fef0c77dc1df1c9d05e97d4</id>
<content type='text'>
- Renamed LICENSE.LGPL to LICENSE.LGPLv21
- Added LICENSE.LGPLv3 &amp; LICENSE.GPLv2
- Removed LICENSE.GPL

Change-Id: If9208b9c90bcea35bbfe6b9c10db7803e97767e0
Reviewed-by: Jani Heikkinen &lt;jani.heikkinen@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Renamed LICENSE.LGPL to LICENSE.LGPLv21
- Added LICENSE.LGPLv3 &amp; LICENSE.GPLv2
- Removed LICENSE.GPL

Change-Id: If9208b9c90bcea35bbfe6b9c10db7803e97767e0
Reviewed-by: Jani Heikkinen &lt;jani.heikkinen@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove QtAlgorithms usage from QtXmlPatterns.</title>
<updated>2013-09-27T12:31:23+00:00</updated>
<author>
<name>Friedemann Kleint</name>
<email>Friedemann.Kleint@digia.com</email>
</author>
<published>2013-09-27T12:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=11b150d935ebdd422e3d3edb698f2e08c45e2229'/>
<id>11b150d935ebdd422e3d3edb698f2e08c45e2229</id>
<content type='text'>
QtAlgorithms is getting deprecated,
see http://www.mail-archive.com/development@qt-project.org/msg01603.html

Change-Id: I4e2c7bf7970ba59ca9443c545b66db9f509d946b
Reviewed-by: Giuseppe D'Angelo &lt;giuseppe.dangelo@kdab.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QtAlgorithms is getting deprecated,
see http://www.mail-archive.com/development@qt-project.org/msg01603.html

Change-Id: I4e2c7bf7970ba59ca9443c545b66db9f509d946b
Reviewed-by: Giuseppe D'Angelo &lt;giuseppe.dangelo@kdab.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year in Digia's license headers</title>
<updated>2013-01-10T16:56:56+00:00</updated>
<author>
<name>Sergio Ahumada</name>
<email>sergio.ahumada@digia.com</email>
</author>
<published>2013-01-02T12:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=c3c83eb164c3932a311ad47ef0e1991d0bdc6c0e'/>
<id>c3c83eb164c3932a311ad47ef0e1991d0bdc6c0e</id>
<content type='text'>
Change-Id: I5b7d4c1de139bebfff1b67d216c579835431e5d6
Reviewed-by: Akseli Salovaara &lt;akseli.salovaara@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5b7d4c1de139bebfff1b67d216c579835431e5d6
Reviewed-by: Akseli Salovaara &lt;akseli.salovaara@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change copyrights from Nokia to Digia</title>
<updated>2012-09-24T07:12:04+00:00</updated>
<author>
<name>Iikka Eklund</name>
<email>iikka.eklund@digia.com</email>
</author>
<published>2012-09-24T07:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=78ec5bdc91d62bf3cea2db6d42ab431726be4fd3'/>
<id>78ec5bdc91d62bf3cea2db6d42ab431726be4fd3</id>
<content type='text'>
Change copyrights and license headers from Nokia to Digia

Change-Id: I34508f293d75832657f79479e2a8c184e873e154
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change copyrights and license headers from Nokia to Digia

Change-Id: I34508f293d75832657f79479e2a8c184e873e154
Reviewed-by: Lars Knoll &lt;lars.knoll@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "All rights reserved" line from license headers.</title>
<updated>2012-01-31T05:30:28+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2012-01-24T05:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=990cacfd7650f74f5a1ee1e94fc7d105bebed9fd'/>
<id>990cacfd7650f74f5a1ee1e94fc7d105bebed9fd</id>
<content type='text'>
As in the past, to avoid rewriting various autotests that contain
line-number information, an extra blank line has been inserted at the
end of the license text to ensure that this commit does not change the
total number of lines in the license header.

Change-Id: Ie14feff161cca83c53750e22a6204d34c3cba52c
Sanity-Review: Qt Sanity Bot &lt;qt_sanity_bot@ovi.com&gt;
Reviewed-by: Rohan McGovern &lt;rohan.mcgovern@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As in the past, to avoid rewriting various autotests that contain
line-number information, an extra blank line has been inserted at the
end of the license text to ensure that this commit does not change the
total number of lines in the license header.

Change-Id: Ie14feff161cca83c53750e22a6204d34c3cba52c
Sanity-Review: Qt Sanity Bot &lt;qt_sanity_bot@ovi.com&gt;
Reviewed-by: Rohan McGovern &lt;rohan.mcgovern@nokia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update obsolete contact address.</title>
<updated>2012-01-23T02:15:07+00:00</updated>
<author>
<name>Jason McDonald</name>
<email>jason.mcdonald@nokia.com</email>
</author>
<published>2012-01-20T05:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtxmlpatterns.git/commit/?id=b52522963a86206ca8c7489bfacd5cc226bf201c'/>
<id>b52522963a86206ca8c7489bfacd5cc226bf201c</id>
<content type='text'>
Replace Nokia contact email address with Qt Project website.

Change-Id: I4a78fc4951be48d46135f4a5e0072bd1a8061ea9
Sanity-Review: Qt Sanity Bot &lt;qt_sanity_bot@ovi.com&gt;
Reviewed-by: Rohan McGovern &lt;rohan.mcgovern@nokia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace Nokia contact email address with Qt Project website.

Change-Id: I4a78fc4951be48d46135f4a5e0072bd1a8061ea9
Sanity-Review: Qt Sanity Bot &lt;qt_sanity_bot@ovi.com&gt;
Reviewed-by: Rohan McGovern &lt;rohan.mcgovern@nokia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
