summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QLocale: do the inlining in the class body to save repetitionEdward Welbourne2020-10-191-36/+17
* Refine QLocale constructor documentationEdward Welbourne2020-10-191-1/+2
* Fix QLocale's findLocaleDataById(): skip likely sub-tag look-upEdward Welbourne2020-10-191-3/+1
* Revert "QRegularExpression: add move constructor(s)"Giuseppe D'Angelo2020-10-192-44/+0
* QRegularExpression: port to QESDPGiuseppe D'Angelo2020-10-192-5/+4
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-182-7/+0
* Fix warning, make sure temporary is moved into return valueVolker Hilsheimer2020-10-161-2/+2
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-3/+3
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-141-12/+12
* Minor refinements in QLocaleEdward Welbourne2020-10-121-12/+9
* Eliminate QLocaleId::fromIds() in favor of {...} constructionEdward Welbourne2020-10-122-23/+14
* Mark QLocale's Language, Country and Script enums as ushortEdward Welbourne2020-10-121-3/+3
* 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