summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct character semantics documentation in QByteArray(View)Edward Welbourne2022-03-141-2/+2
* Inline q_toPercentEncoding() in QByteArray::toPercentEncoding()Edward Welbourne2022-03-141-39/+32
* Eliminate the last place that QBA::nulTerminated() is neededEdward Welbourne2022-03-141-17/+10
* Avoid possible allocation by amending a conditionEdward Welbourne2022-03-141-21/+10
* Prevent exclusion of percent character from percent-encodingEdward Welbourne2022-03-141-4/+5
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-3/+5
* Remove two unused functions from qbytearray.cppEdward Welbourne2022-03-091-11/+0
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-041-20/+29
* Make QByteArrayView's numeric conversion methods inlineSona Kurazyan2022-02-221-70/+27
* Use QtMiscUtils::toAsciiLower() around the codeMarc Mutz2022-02-191-1/+1
* QByteArray: Extract Function QtMiscUtils::caseCompareAscii()Marc Mutz2022-02-191-4/+4
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-34/+24
* QByteArrayMatcher users: use the new QByteArrayView overloadsMarc Mutz2022-01-211-2/+2
* QByteArray: remove left-over Q_NEVER_INLINE after we removed the tablesThiago Macieira2022-01-121-4/+0
* QByteArray: avoid detach() in a no-op replace()Marc Mutz2022-01-031-2/+3
* QByteArray: fix UB (precondition violation) in replace()Marc Mutz2021-12-171-1/+3
* QByteArray: optimize replace() a bitMarc Mutz2021-12-171-1/+1
* QByteArray: sprinkle API with noexceptMarc Mutz2021-12-141-1/+1
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-4/+4
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+18
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-301-2/+50
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-301-12/+12
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-261-0/+2
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-4/+32
* QByteArray: Disentangle number(double) from QLocaleMårten Nordheim2021-08-171-7/+2
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-111-0/+7
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-031-74/+41
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-021-2/+3
* QByteArray::number/setNum(double): Reverse dependencyMårten Nordheim2021-08-021-30/+27
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* Resurrect data moves in QListAndrei Golubev2021-04-271-14/+5
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-271-10/+4
* Fix qdoc warning, \function is not a commandVolker Hilsheimer2021-04-131-7/+9
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-301-0/+21
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-1/+1
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* QByteArray: update documentationIvan Solovev2020-12-051-69/+147
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-041-0/+7
* QString/QByteArray: add erase/erase_ifGiuseppe D'Angelo2020-12-011-0/+31
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-261-0/+15
* Doc: Remove wrong \obsolete doc commentsKarsten Heimrich2020-11-191-4/+7
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-171-1/+3
* Clean realloc() related bits in QString/QBA and Q*ArrayOpsAndrei Golubev2020-11-121-5/+4
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-111-0/+18
* Revert "Refine {QString, QBA}::reallocData() logic"Volker Hilsheimer2020-11-081-4/+5
* Refine {QString, QBA}::reallocData() logicAndrei Golubev2020-11-061-5/+4
* Rename AllocationPosition enum and its membersLars Knoll2020-11-041-3/+3
* Move insert() operation into QArrayDataOpsLars Knoll2020-11-041-51/+36
* Clean up out allocation handlingLars Knoll2020-11-041-10/+11
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-041-3/+3