summaryrefslogtreecommitdiffstats
path: root/src/xml/sax
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix copy-paste error.Richard J. Moore2014-04-181-1/+1
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-5/+5
* Mitigate performance regression in isExpandedEntityValueTooLarge().Mitch Curtis2014-01-091-28/+57
* Fully expand entities to ensure deep or widely nested ones fail parsingMitch Curtis2013-11-141-26/+36
* Disallow deep or widely nested entity references.Mitch Curtis2013-11-051-0/+53
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-47/+47
* Mark as unused the private members that aren't and CANNOT be usedThiago Macieira2013-04-152-4/+24
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
| |\
| | * Doc: correct name of file with snippetNico Vertriest2013-01-281-1/+1