summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-081-6/+7
* Get rid of QCharRef and QByteRefLars Knoll2019-12-081-131/+7
* Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-5/+5
* Inline the size and data pointer members in QStringThiago Macieira2019-12-081-54/+54
* Get rid of the operator[](uint) overloadsLars Knoll2019-12-081-6/+0
* Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-4/+4
* Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-4/+6
* Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-1/+1
* Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-6/+6
* Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-9/+4
* Remove redundant overloads in QStringFrederik Gladhorn2019-11-131-6/+5
* Make sure QLatin1Literal fwd header is generatedKevin Funk2019-09-021-1/+2
* Android: Update clang mkspecsBogDan Vatra2019-08-221-9/+0
* qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-291-1/+1
* QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-291-1/+13
* Extend QString::arg(QString, ..., QString) to more than 9 argumentsMarc Mutz2019-07-241-0/+35
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+2043