summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearray/tst_qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-7/+7
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-301-574/+0
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-301-19/+180
* Improve and simplify tst_QByteArray's testsEdward Welbourne2021-08-191-76/+69
* QString/QByteArray::number(double): Test big numbersMårten Nordheim2021-08-171-2/+8
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-111-28/+1
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-061-0/+53
* tst_QByteArray::qUncompressCorruptedData(): MS-Win no longer hangsEdward Welbourne2021-08-051-8/+1
* QByteArray::number(double): Extend the testMårten Nordheim2021-08-041-0/+33
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-021-6/+5
* QByteArray: extend unit testsIvan Solovev2021-07-291-27/+675
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-271-0/+53
* Remove meaningless QT_NO_UNICODE_LITERAL check in QString literal testsAndrei Golubev2021-03-301-1/+0
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-301-0/+24
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-111-0/+12
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMårten Nordheim2020-10-281-0/+12
* Fix warnings coming from using the deprecated overload of qCheckSumLars Knoll2020-09-111-2/+2
* Change QByteArray to handle large arraysLars Knoll2020-08-271-2/+2
* Cleanup QTypeInfoLars Knoll2020-08-261-1/+1
* Add tst_QByteArrayApiSymmetry testSona Kurazyan2020-07-081-334/+0
* Allow allocating more than 2G items in a vectorLars Knoll2020-07-061-30/+39
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-061-2/+2
* Get rid of unused flags in QArrayDataLars Knoll2020-07-061-5/+4
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-1/+1
* 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
* 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-101-0/+2343