summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Do not shrink on remove()Lars Knoll2020-11-092-31/+10
* Implement fast paths for removeFirst() and removeLast()Lars Knoll2020-11-092-2/+64
* Avoid crashes when calling squeeze()Lars Knoll2020-11-091-1/+1
* QMultiHash: add a QHash&& constructor and unite() overloadMÃ¥rten Nordheim2020-11-091-0/+19
* Revert "Refine {QString, QBA}::reallocData() logic"Volker Hilsheimer2020-11-081-6/+3
* Fix a bunch of qdoc warningsVolker Hilsheimer2020-11-061-15/+0
* Refine {QString, QBA}::reallocData() logicAndrei Golubev2020-11-061-3/+6
* Rename AllocationPosition enum and its membersLars Knoll2020-11-044-18/+18
* Fix performance issue with QList::insert() for complex TLars Knoll2020-11-041-16/+28
* Properly implement emplaceBack/Front() in QArrayDataOpsLars Knoll2020-11-042-5/+17
* Introduce QADP::reallocateGrow()Andrei Golubev2020-11-044-4/+49
* Implement QList::emplaceBack as a proper functionAndrei Golubev2020-11-041-4/+18
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-041-57/+19
* Move insert() operation into QArrayDataOpsLars Knoll2020-11-042-23/+46
* Clean up out allocation handlingLars Knoll2020-11-045-109/+41
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-043-15/+19
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-041-14/+2
* Do not move data around on insert neitherLars Knoll2020-11-041-211/+5
* Remove the prepare call in QArrayData::appendInitialize()Lars Knoll2020-11-041-17/+10
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-043-66/+91
* Remove unused parameterLars Knoll2020-11-041-4/+4
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-042-30/+17
* Add QList::emplaceFront() that fixes huge performance issue in prependAndrei Golubev2020-11-041-9/+28
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-032-1/+18
* Fix qHash(QMultiHash)Lars Knoll2020-11-031-7/+14
* Clean up qcontainerfwd.hLars Knoll2020-11-032-12/+17
* Cleanup container declarations in qtypeinfo.hLars Knoll2020-11-031-2/+2
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-5/+5
* QMarginsF: document that isNull/operator==/operator!= are fuzzyGiuseppe D'Angelo2020-11-021-4/+18
* Make QScopedPointer comparison operators hidden friendsVolker Hilsheimer2020-10-312-51/+40
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-313-18/+25
* Hide QTypeRevision comparison operators from ADLVolker Hilsheimer2020-10-301-46/+46
* Fix qdoc issues in QListVolker Hilsheimer2020-10-301-2/+2
* Add noexcept to QLine comparisonsAllan Sandfeld Jensen2020-10-301-3/+3
* Make QVarLengthArray comparisons hidden friendsAllan Sandfeld Jensen2020-10-301-40/+77
* Hide QList comparisons from ADLAllan Sandfeld Jensen2020-10-302-78/+60
* Fix two missing conversions from in to qsizetypeAllan Sandfeld Jensen2020-10-292-2/+2
* Make QMap and QMultiMap comparisons hidden friendsAllan Sandfeld Jensen2020-10-293-67/+35
* Remove documentation for removed qHash overloadVolker Hilsheimer2020-10-291-15/+0
* Clean QList documentationAndrei Golubev2020-10-281-51/+60
* Make QVersionNumber and QArrayDataPointer comparisons hiddenAllan Sandfeld Jensen2020-10-273-42/+35
* Make QRect(F) and QMargins comparison operators hidden friendsVolker Hilsheimer2020-10-264-55/+34
* QList: also default count()'s template parameterGiuseppe D'Angelo2020-10-262-2/+2
* Make STL iterators the preferred styleOle-Morten Duesund2020-10-251-31/+21
* Refine QADP::pass_parameter_by_value evaluationAndrei Golubev2020-10-241-1/+4
* Update QList::append(const_reference) -> QList::append(parameter_type)Andrei Golubev2020-10-242-2/+2
* Fix documentation warningsVolker Hilsheimer2020-10-242-2/+2
* Make QSharedPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-232-122/+70
* QList/QVLA: fixup the docsGiuseppe D'Angelo2020-10-232-8/+8
* QList/QVLA: default the parameter for indexOf/contains/remove/etc.Giuseppe D'Angelo2020-10-232-8/+8