summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearray
Commit message (Expand)AuthorAgeFilesLines
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Rework testing of qstr*cmp() functionsEdward Welbourne2020-06-051-79/+81
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-041-20/+24
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-211-1/+3
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-141-0/+4
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-271-0/+40
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-34/+138
|\
| * QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-34/+138
* | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-081-3/+3
* | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-3/+3
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-1/+1
* | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-45/+14
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-3/+3
* | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-1/+1
* | Fix qChecksum testLars Knoll2019-12-071-5/+6
|/
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-107-0/+3362