summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-78/+61
* | 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-3/+5
* | 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-3/+3
* | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-6/+2
* | Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-071-1/+1
* | Remove redundant overloads in QByteArrayFrederik Gladhorn2019-11-061-8/+6
* | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+1
|/
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+754