summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-051-0/+7
* QByteArray: update documentationIvan Solovev2020-12-051-69/+147
* 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
* Update QByteArray documentation relevant to prepend optimizationAndrei Golubev2020-09-181-7/+39
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-101-6/+6
* Remove '\0' space reservation logic in QByteArrayAndrei Golubev2020-09-101-19/+34
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* QList/QString/QByteArray: no prepend optimized allocation when emptyAndrei Golubev2020-09-071-1/+1
* Add QByteArrayView overloads for push_back and push_frontLars Knoll2020-09-031-0/+14
* Clean up the QByteArray API and implementationLars Knoll2020-09-031-234/+89
* QList/QByteArray/QString: Base GrowsBackwards heuristic on old sizeMårten Nordheim2020-09-031-2/+2
* Support GrowsBackwards in QByteArrayAndrei Golubev2020-08-291-57/+91
* Use qsizetype for the size of QByteArray's raw data methodsEdward Welbourne2020-08-281-7/+2
* Pass QByteArrayView by valueLars Knoll2020-08-271-2/+2
* Inline the equality operatorLars Knoll2020-08-271-4/+0
* Change QByteArray to handle large arraysLars Knoll2020-08-271-126/+120
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-0/+84
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-1/+1
* Document the changed semantics when passing arrays to QByteArray methodsSona Kurazyan2020-08-041-0/+8
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-311-4/+7
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-1/+1
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-091-2/+2
* Introduce QByteArrayViewSona Kurazyan2020-07-081-251/+137
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-061-0/+4
* Rename from() to sliced()Lars Knoll2020-07-061-4/+5
* Make QArrayDataPointer::size a qsizetypeLars Knoll2020-07-061-1/+1