summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix various documentation issuesTopi Reinio2021-04-071-2/+1
* QContiguousCache: Remove redundant conditionWang Yu2021-03-191-3/+1
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-141-0/+4
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-101-1/+4
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-091-1/+1
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-7/+5
* Partially revert 813a928c7c3cf98670b6043149880ed5c955efb9Ulf Hermann2021-01-261-0/+3
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-7/+16
* QVLA: add a Q_ASSERTGiuseppe D'Angelo2021-01-201-0/+1
* Build fixes for GCC 11Ville Voutilainen2021-01-191-3/+0
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-1/+2
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-081-0/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-116/+0
* Doc: Improve QMap, QMultiMap descriptionKai Köhne2021-01-062-4/+2
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+3
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-052-11/+11
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-1/+1
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-161-4/+5
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4
* QList: update docsIvan Solovev2020-12-081-40/+48
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-042-0/+5
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-2/+1
* Sequential containers: make removeIf/erase_if not detach unless neededGiuseppe D'Angelo2020-12-041-2/+10
* QList: make an indirect inclusion directGiuseppe D'Angelo2020-12-041-0/+1
* Add a qHashEquals() method and use it to compare keys in QHashLars Knoll2020-12-043-1/+22
* QHash: default the argument for the hash calculator helperGiuseppe D'Angelo2020-12-031-1/+1
* QDuplicateTracker: allow usage of qHashGiuseppe D'Angelo2020-12-031-1/+9
* Fix QSet::insert documentationAndreas Buhr2020-12-021-1/+1
* Document QMultiHash::clear functionAndreas Buhr2020-12-021-0/+9
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-026-0/+214
* QDuplicateTracker: remove the appendTo && overloadMårten Nordheim2020-12-021-8/+1
* QSet: add insert(T&&)Mårten Nordheim2020-12-021-1/+3
* QList docs: extend prepend() descriptionIvan Solovev2020-12-021-5/+6
* QSet: add erase_ifGiuseppe D'Angelo2020-12-013-0/+38
* Sequential general purpose containers: add erase/erase_ifGiuseppe D'Angelo2020-12-015-22/+187
* QMap: code tidiesGiuseppe D'Angelo2020-12-011-22/+22
* Silence code checker warningsLars Knoll2020-12-011-2/+3
* Optimize code in QTaggedPointerLars Knoll2020-11-301-6/+5
* Doc: Fix various documentation warningsTopi Reinio2020-11-302-10/+8
* QHash: support std::hash as hashing functionGiuseppe D'Angelo2020-11-302-12/+74
* Seedless qHash catch-all: make it SFINAE-friendlyGiuseppe D'Angelo2020-11-301-2/+10
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-3010-18/+18
* QCache: Fix crash observed in tst_QAccessibilityFabian Kosmale2020-11-271-1/+1
* QVLA: modernize some codeGiuseppe D'Angelo2020-11-261-25/+16
* QVLA: always use new to create new objectsGiuseppe D'Angelo2020-11-261-14/+3
* Remove deprecated algorithms from documentationMarcel Krems2020-11-261-19/+4
* QSet: add missing insert-with-hintMarc Mutz2020-11-252-0/+19
* QMargins(F): add support for structured bindingGiuseppe D'Angelo2020-11-221-0/+60
* QCache: fix accidental pessimizationMårten Nordheim2020-11-211-2/+1
* QPoint(F): add support for structured bindingGiuseppe D'Angelo2020-11-201-0/+44