summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Convert QString to use QArrayDataPointerLars Knoll2019-12-161-7/+8
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-34/+138
|\
| * QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-34/+138
* | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-081-1/+1
* | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-081-3/+3
* | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-3/+3
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-082-24/+2
* | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-45/+14
* | Inline the size and data pointer members in QStringThiago Macieira2019-12-081-9/+7
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-082-6/+6
* | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-1/+1
* | Fix qChecksum testLars Knoll2019-12-071-5/+6
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-6/+6
|\|
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-8/+2
|\|
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-6/+0
| |\
| | * Revert "[macOS] Skip test that triggers a buffer overflow in CoreFoundation"Edward Welbourne2019-11-181-6/+0
* | | Fix converting a null QStringRef to QStringSona Kurazyan2019-11-041-0/+13
|/ /
* / Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-308-1276/+10651
|/
* Update CLDR to v36Edward Welbourne2019-10-251-7/+7
* Don't try to define QT_NO_CAST_TO_ASCII when the test undefines itEdward Welbourne2019-10-251-1/+1
* Move a test for feature ICU from .pro to .cppEdward Welbourne2019-10-253-12/+11
* Suppress deprecation warnings on a test of a deprecated QString methodEdward Welbourne2019-10-091-0/+3
* Deprecate QStringViewLiteralMarc Mutz2019-08-102-10/+10
* Port from QStringViewLiteral to u""Marc Mutz2019-07-293-11/+11
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1078-0/+66537