summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringliteral.h
Commit message (Expand)AuthorAgeFilesLines
* Drop qunicodecharGiuseppe D'Angelo2020-08-141-6/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-12/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* QString: throughly port internals to char16_tMarc Mutz2020-05-191-3/+3
* Drop the deprecated QStringViewLiteralGiuseppe D'Angelo2020-05-131-4/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-1/+1
|\
| * QStringLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-04-231-2/+1
* | Convert QString to use QArrayDataPointerLars Knoll2019-12-161-7/+3
* | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-081-1/+1
* | Inline the size and data pointer members in QStringThiago Macieira2019-12-081-31/+13
* | Stop using the reference counter to store data stateThiago Macieira2019-12-081-1/+1
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-1/+1
* | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-1/+1
* | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-1/+1
|/
* Deprecate QStringViewLiteralMarc Mutz2019-08-101-5/+2
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+112