summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearray
Commit message (Expand)AuthorAgeFilesLines
* Port from container.count()/length() to size()Marc Mutz2022-10-041-14/+14
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* 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
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-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-162-56/+6
* 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
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-14/+0
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-13/+19
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* 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
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-162-4/+4
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-16/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+2
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* 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