summaryrefslogtreecommitdiffstats
path: root/src/xml/sax
Commit message (Expand)AuthorAgeFilesLines
* Remove the SAX parser from QtXmlLars Knoll2020-09-154-8799/+0
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-1/+1
* Doc: Fix documentation warnings for Qt XMLTopi Reinio2020-08-311-28/+12
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-191-0/+5
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-0/+1
* Fix some MSVC int conversion warningsFriedemann Kleint2020-07-171-1/+2
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Remove QTextCodec dependency in the old SAX parserLars Knoll2020-05-141-64/+26
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-10/+1
* Correctly parse non BMP char refs in the sax parserLars Knoll2020-05-101-2/+12
* QXmlInputSource: change EndOf{Data,Document} ushort -> char16_tMarc Mutz2020-04-302-11/+11
* Deprecate SAX classes in Qt XMLSona Kurazyan2020-01-063-16/+101
* Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-091-10/+10
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-55/+55
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | Increase entityCharacterLimit to 4096Volker Hilsheimer2019-05-021-1/+1
* | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-021-2/+0
* | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-3/+3
|/
* QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-3/+4
* QtBase: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-12/+12
* Remove QRegExp dependency from QtXmlLars Knoll2018-12-141-4/+10
* Modernize the "textcodec" featureLiang Qi2018-11-071-6/+8
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-12/+2
|\
| * Don't indefinitely wait for data if it was able to read some dataAndy Shaw2018-01-241-12/+2
* | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-4/+2
* | doc: Add documentation for swap() functionsMartin Smith2018-01-241-0/+5
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-4/+4
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-59/+59
|/
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* QtXml: add some missing Q_DECLARE_TYPEINFOGiuseppe D'Angelo2017-03-072-0/+8
* QXmlAttributes: mark as shared-come-qt6Marc Mutz2016-10-041-0/+7
* QXmlAttributes: re-enable suppressed move special member functionsMarc Mutz2016-09-231-1/+10
* Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-2/+1
* QXml: reduce allocations in extractEncodingDeclAnton Kudryavtsev2016-07-051-1/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-1/+2
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+2
| |\
| | * Add missing qxml_p.h to src/xml/sax/sax.priMarc Mutz2016-01-061-1/+2
* | | Updated license headersJani Heikkinen2016-01-153-42/+60
* | | QtXml: replace a QStack<QString> with std::stack<QString, QStringList>Marc Mutz2015-12-312-17/+32
|/ /
* | xml: Use the correct QString::arg() overloadSérgio Martins2015-10-081-1/+1
* | QXmlSimpleReader: mark some types as primitiveMarc Mutz2015-07-091-0/+4
* | QtXml: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-041-4/+4
|/
* Update copyright headersJani Heikkinen2015-02-113-21/+21
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-59/+59
* Remove old Trolltech feature string from QXmlSimpleReader docsAlex Blasche2014-10-201-17/+0
* Update license headers and add new license filesMatti Paaso2014-09-243-57/+33
* QXmlSimpleReader shall handle external entity reference file over 1kAlex Blasche2014-09-241-2/+14
* Make QDom/QXmlSimpleReader reentrant.David Faure2014-07-033-11/+10
* Move QXmlReaderPrivate to private header.David Faure2014-07-032-241/+307