summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove redundant overloads in QStringFrederik Gladhorn2019-11-132-56/+7
* | Remove redundant overloads in QByteArrayFrederik Gladhorn2019-11-062-75/+11
* | Fix converting a null QStringRef to QStringSona Kurazyan2019-11-041-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-015-7370/+7896
|\|
| * Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-305-7370/+7896
* | Move QListSpecialMethods over to QVectorLars Knoll2019-10-302-45/+45
* | Replace usage of Q_DECL_ALIGN with C++11 alignas keywordVolker Hilsheimer2019-10-291-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-274-2842/+2888
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-264-2842/+2888
| |\
| | * Update CLDR to v36Edward Welbourne2019-10-254-2842/+2888
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-101-16/+0
|\| |
| * | Drop unused codeGiuseppe D'Angelo2019-10-071-16/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-063-16/+68
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-053-16/+68
| |\|
| | * Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-042-16/+67
| | * docs: Mark QPair and QLatin1Char as reentrantKavindra Palaraja2019-10-041-0/+1
* | | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-0513-5517/+3739
|\|
| * Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-2/+2
| * Use quiet NaNs instead of signaling onesEdward Welbourne2019-09-041-2/+2
| * QUnicodeTables: use array for case folding tablesMarc Mutz2019-09-044-2722/+2695
| * Doc: Remove 'f.i.'Kai Koehne2019-09-041-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-042-17/+11
| |\