summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearray/tst_qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesv6.7.0-beta3Lucie Gérard2024-02-091-1/+1
* QString/QByteArray: add lvalue and rvalue overloads of left/mid/rightThiago Macieira2023-10-251-0/+81
* QString/QByteArray: fix append() wrt. raw dataMårten Nordheim2023-08-211-0/+15
* QByteArray: change append(QByteArray) to match QStringBuilder behaviorAhmad Samir2023-08-031-0/+18
* QByteArray: remove a unittestAhmad Samir2023-08-031-12/+0
* QByteArray: add trimmed() unittestAhmad Samir2023-07-221-0/+35
* QByteArray: add STL-style assign()Dennis Oberst2023-06-021-0/+190
* tst_QByteArray: add Qt::StringLiterals to the namespace scopeDennis Oberst2023-06-011-1/+2
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-0/+3
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-091-0/+8
* tst_QByteArray/tst_QString: use new QtMiscUtils::toAsciiUpper()Marc Mutz2022-12-201-1/+1
* QString, QByteArray: add removeAt/First/Last() convenience methodsAhmad Samir2022-11-161-0/+17
* QByteArray: move the high-memory-using and slot tests awayThiago Macieira2022-11-051-199/+0
* QByteArray: add erase() unittestsAhmad Samir2022-11-041-0/+28
* QByteArray: don't detach in remove()Ahmad Samir2022-11-041-1/+8
* QString, QByteArray: add erase(iterator) methodAhmad Samir2022-11-031-0/+17
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-171-0/+13
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-161-0/+63
* Rename tst_QBA::toFromHex()'s longer no-leading-zero data-rowEdward Welbourne2022-10-111-1/+1
* Rename tst_QBA::movablity() to fix the typoEdward Welbourne2022-10-111-4/+4
* Don't duplicate a column name in tst_QByteArray::movablity_data()Edward Welbourne2022-10-111-3/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-14/+14
* Android: tst_QByteArray::base64_2GiB() times out or gets terminatedAssam Boudjelthia2022-08-181-0/+3
* tst_qbytearray: remove qCompress_data for QT_NO_COMPRESSMarc Mutz2022-08-151-2/+2
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-0/+40
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Deprecate _qs and _qba literal operators in favor of _s and _baSona Kurazyan2022-05-021-1/+3
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-071-15/+40
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-061-0/+18
* Add QByteArray::percentDecoded() as an instance methodEdward Welbourne2022-03-181-9/+9
* Add some %-encoding round-trip tests that use % in the plain-textEdward Welbourne2022-03-141-1/+9
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-0/+5
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-151-0/+6
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-13/+19
* tst_QString/tst_QByteArray: add checks for null-nessMarc Mutz2022-01-131-0/+33
* QByteArray: fix append() with a negative lengthThiago Macieira2022-01-111-0/+1
* tst_QByteArray: fix UB (signed overflow)Marc Mutz2021-12-161-2/+3
* 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