summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-232-17/+40
* Make Q(Multi)Map equality operators documentation-friendlyVolker Hilsheimer2020-10-232-3/+16
* Support Java style iterators for QMultiHashLars Knoll2020-10-232-134/+65
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-10-233-8/+37
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-234-90/+46
* Use parameter_type in QList methodsAndrei Golubev2020-10-222-24/+24
* QList docs: fix signature of removeAllGiuseppe D'Angelo2020-10-221-1/+1
* Make QPoint*, QSize*, and QRect* binary operators hidden friendsAllan Sandfeld Jensen2020-10-214-243/+102
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-2125-220/+349
* Fix compiler warning from uninitialized membersVolker Hilsheimer2020-10-211-1/+1
* Convert QList alias definitions to 'using'Andrei Golubev2020-10-202-35/+37
* Fix QDoc warnings for QList/QVectorAndrei Golubev2020-10-203-19/+40
* QList::removeOne: make it generic as wellGiuseppe D'Angelo2020-10-202-2/+3
* QList::removeAll: make it genericGiuseppe D'Angelo2020-10-201-3/+11
* QList docs: remove some QVector->QList leftoversGiuseppe D'Angelo2020-10-191-41/+5
* QVLA: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-192-9/+15
* Use std::void_t instead of the hand-rolled versionGiuseppe D'Angelo2020-10-181-10/+6
* Consistenly deprecate QMultiMap insert, add moving unite overloadVolker Hilsheimer2020-10-172-20/+39
* Q(E)SDP(V2): fill the API gap left by take()Giuseppe D'Angelo2020-10-163-2/+57
* Add comparison operators to shared data pointersAllan Sandfeld Jensen2020-10-161-32/+28
* QMultiHash: fix operator==Giuseppe D'Angelo2020-10-161-2/+7
* QHash: code tidiesGiuseppe D'Angelo2020-10-161-9/+5
* QESDP::take(): document that it doesn't derefGiuseppe D'Angelo2020-10-161-1/+4
* General cleanup of qshareddata.hAllan Sandfeld Jensen2020-10-142-134/+135
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-141-2/+2
* Fix detach on bool check of QSharedDataPointerAllan Sandfeld Jensen2020-10-131-0/+1
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-121-1/+8
* Cleanup qshareddata.h noexcept statusAllan Sandfeld Jensen2020-10-111-46/+44
* Disable spurious warning with gcc 9.3Paul Olav Tvete2020-10-091-0/+5
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-083-18/+18