summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-2/+2
* Smaller code cleanupLars Knoll2020-10-071-104/+55
* Optimize equality operators for string classesLars Knoll2020-10-075-13/+82
* Convert a couple of APIs to use viewsLars Knoll2020-10-066-173/+171
* QRegularExpression: add move constructor(s)Giuseppe D'Angelo2020-10-062-0/+44
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-063-22/+52
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-052-48/+67
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-035-11/+6
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-033-90/+90
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-022-2/+2
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-302-0/+121
* Eliminate compilation warningsXie Chuan2020-09-301-1/+1
* Fix ubsan errorsAllan Sandfeld Jensen2020-09-301-1/+1
* make {QString,QByteArray}::squeeze() work without prior reserve()Oswald Buddenhagen2020-09-282-3/+3
* Fix documentation for QStringListVolker Hilsheimer2020-09-281-0/+15
* Fix qdoc warnings from Q(Latin1)StringVolker Hilsheimer2020-09-281-101/+5
* Fix qdoc warnings in QStringViewVolker Hilsheimer2020-09-261-3/+3
* Fix qdoc warning: QTextBoundaryFinderVolker Hilsheimer2020-09-261-1/+1
* Fix some qdoc warnings for QString/View/TokenizerVolker Hilsheimer2020-09-264-39/+62
* Fix some qdoc warnings for QAnyStringViewVolker Hilsheimer2020-09-261-4/+4
* Fix -Wmaybe-uninitialized warningsJulien Schueller2020-09-261-1/+1
* Use c++20 when available at compile timeAllan Sandfeld Jensen2020-09-251-8/+7
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-255-279/+279
* QStringBuilder: use qsizetype for size() methodsEdward Welbourne2020-09-231-15/+15
* Fix qdoc warnings for QByteArrayViewVolker Hilsheimer2020-09-232-5/+8
* Fix qdoc warnings from removed enum valuesVolker Hilsheimer2020-09-231-10/+0
* Fix some qdoc warnings from QByteArrayVolker Hilsheimer2020-09-231-17/+0
* Remove ### comment on QT5_NULL_STRINGSEdward Welbourne2020-09-231-1/+1
* Fix some qdoc warnings: QRegularExpression parametersVolker Hilsheimer2020-09-222-6/+8
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-222-2/+2
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-186-21/+95
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-182-17/+42
* Update QByteArray documentation relevant to prepend optimizationAndrei Golubev2020-09-181-7/+39
* Update QString documentation relevant to prepend optimizationAndrei Golubev2020-09-151-0/+27
* Only include <bit> if using post C++17Allan Sandfeld Jensen2020-09-151-1/+1
* Remove deprecated APILars Knoll2020-09-152-8/+0
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-143-11/+1
* QString: use QCommonArrayOps::erase instead of custom logicAndrei Golubev2020-09-141-4/+2
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-131-0/+8
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-124-220/+84
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-104-26/+26
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-102-32/+43
* Remove '\0' space reservation logic in QByteArrayAndrei Golubev2020-09-102-25/+39
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-102-3/+3
* Initialize "uc1" variableWang Wei2020-09-081-1/+1
* QList/QString/QByteArray: no prepend optimized allocation when emptyAndrei Golubev2020-09-072-3/+3
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-074-195/+185
* Make QStringMatcher ready for Qt 6Lars Knoll2020-09-072-48/+31
* Remove some comments that are no longer relevantEdward Welbourne2020-09-051-3/+2
* Add QByteArrayView overloads for push_back and push_frontLars Knoll2020-09-032-18/+30