summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * Doc: Replace 'In alternative' with 'Alternatively'Kai Koehne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-6/+7
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-031-6/+7
* | 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-36/+233
|\| |
| * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-49/+251
* | | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-081-135/+84
* | | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-3/+3
* | | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-55/+3
* | | 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