summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-245/+251
* | | Get rid of the operator[](uint) overloadsLars Knoll2019-12-081-10/+0
* | | Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-081-14/+15
* | | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-11/+11
* | | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-12/+12
* | | Fix a use-after-free problem in QByteArray::replaceLars Knoll2019-12-071-3/+3
* | | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-9/+6
* | | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-13/+13
* | | Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-071-8/+8
* | | Remove redundant overloads in QByteArrayFrederik Gladhorn2019-11-061-67/+5
|/ /
* / QByteArray: Don't realloc when resizing to a smaller sizeMÃ¥rten Nordheim2019-08-301-9/+2
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-4/+3
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+5020