summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-4/+4
* Fix build with g++ 10.2Andreas Buhr2020-10-061-1/+3
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-051-0/+26
* Do not use QHash's aeshash() under Clang's sanitizerAndrei Golubev2020-10-051-2/+14
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-0310-51/+16
* Fix qdoc warnings for QMap/QMultiMapVolker Hilsheimer2020-10-013-81/+79
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-302-23/+29
* QList: don't detach on squeeze when holding raw dataMårten Nordheim2020-09-301-1/+3
* QList: Remove CapacityReserved on squeezeMårten Nordheim2020-09-301-0/+3
* Remove workaround for MSVC 2008Allan Sandfeld Jensen2020-09-302-82/+8
* Fix ubsan errorsAllan Sandfeld Jensen2020-09-301-0/+6
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-293-96/+96
* Switch QCache costs to qsizetypeAllan Sandfeld Jensen2020-09-292-24/+24
* Fix some qdoc warnings from QHash and QMultiHashVolker Hilsheimer2020-09-281-21/+8
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-2510-93/+80
* QScopedValueRollback: code tidiesGiuseppe D'Angelo2020-09-251-5/+7
* Documentation: purge QSet and QHash members that no longer existVolker Hilsheimer2020-09-232-433/+54
* Fix some qdoc warnings: function names in "see also"Volker Hilsheimer2020-09-221-4/+4
* Fix various qdoc warningsVolker Hilsheimer2020-09-221-2/+2
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-2/+2
* Remove some deprecation comments from qmap.hEdward Welbourne2020-09-212-7/+5
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-212-84/+100
* Update QList's documentation relevant to prepend optimizationAndrei Golubev2020-09-211-38/+65
* Fix a bunch of qdoc warnings from QList typesVolker Hilsheimer2020-09-212-0/+11
* Rename QVarLengthArray's private realloc() to reallocate()Jesko von Monkiewitsch2020-09-191-8/+8
* Rename size parameter to QCommonArrayOps::sizeToInsertAtBegin()Ulf Hermann2020-09-161-8/+8
* Only include <bit> if using post C++17Allan Sandfeld Jensen2020-09-151-1/+1
* Add qHash implementation for QPointMitch Curtis2020-09-152-0/+15
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-131-17/+49
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-17/+28