summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-073-22/+56
|\
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-061-9/+1
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-9/+1
| | |\
| | | * Note that zh's "Chinese" is in fact MandarinEdward Welbourne2020-01-041-1/+1
| | | * Fix some qdoc warningsFriedemann Kleint2020-01-021-8/+0
| * | | QRegularExpression: make escape-like functions work on QStringViewGiuseppe D'Angelo2020-01-062-13/+55
| |/ /
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-0412-51/+172
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2020-01-032-7/+8
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-023-37/+76
| |\|
| | * QLocale: Support Indian number formattingTuomas Heimonen2019-12-302-12/+36
| | * QRegularExpression: adjust the error codes matching PCRE2 10.34Giuseppe D'Angelo2019-12-281-25/+40
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-0/+32
| |\|
| | * QRegularExpression: improve docs about porting from QRegExpGiuseppe D'Angelo2019-12-241-0/+32
| * | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-205-0/+49
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-152-3/+3
| * | QRegExp: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-4/+4
* | | MSVC: Fix integer conversion warnings in containersFriedemann Kleint2020-01-033-3/+3
* | | Avoid asan errorsLars Knoll2019-12-161-1/+1
* | | Convert QString to use QArrayDataPointerLars Knoll2019-12-163-206/+138
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-114-5/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-104-5/+8
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-103-3/+3
| | * Optimize qLastIndexOf<QString> to not detach the QStringDavid Faure2019-12-051-2/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-096-58/+312
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-064-19/+19
| * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-052-50/+310
* | | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-082-12/+13
* | | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-083-175/+118
* | | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-084-10/+11
* | | Get rid of QCharRef and QByteRefLars Knoll2019-12-087-320/+22
* | | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-082-2/+2
* | | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-085-343/+327
* | | Inline the size and data pointer members in QStringThiago Macieira2019-12-083-280/+293
* | | Inline the size and begin pointer in QVectorThiago Macieira2019-12-081-0/+2
* | | Get rid of the operator[](uint) overloadsLars Knoll2019-12-084-35/+0
* | | Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-082-28/+29
* | | Stop using the reference counter to store data stateThiago Macieira2019-12-082-2/+2
* | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-085-27/+27
* | | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-084-28/+32
* | | Fix a use-after-free problem in QByteArray::replaceLars Knoll2019-12-071-3/+3
* | | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-075-22/+16
* | | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-074-30/+30
* | | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-073-16/+7
* | | Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-073-10/+10
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-293-125/+143
|\| |
| * | Unicode tables: minor prettificationEdward Welbourne2019-11-281-0/+4
| * | Add missing docs for UCD additions at 5.15Edward Welbourne2019-11-283-3/+17
| * | Add Since markers to QChar::Script docs and sort in alphabetic orderEdward Welbourne2019-11-271-122/+122
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-252-2/+2
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-2/+2