summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-4/+4
|\
| * QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-051-4/+4
* | MSVC: Fix integer conversion warnings in containersFriedemann Kleint2020-01-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
| |\
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-3/+60
|\| |
| * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-1/+59
| |/
* | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-081-32/+26
* | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-5/+6
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-82/+7
* | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-081-1/+1
* | 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