summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-041-3/+3
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-041-45/+55
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-041-1/+5
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-311-1/+1
* Make QByteArray comparison operators hidden friendsVolker Hilsheimer2020-10-291-58/+20
* Doc: Scrub QByteArray/QByteArrayView documentationKarsten Heimrich2020-10-291-16/+16
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMårten Nordheim2020-10-281-1/+7
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-2/+2
* Fix ubsan errorsAllan Sandfeld Jensen2020-09-301-1/+1
* Fix some qdoc warnings from QByteArrayVolker Hilsheimer2020-09-231-17/+0
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-221-1/+1