summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QSharedPointer: fix counter-productive QT_PREPEND_NAMESPACE use in qHash() implMarc Mutz2021-11-271-1/+1
* QVarLengthArray: fix insert() type/alias mismatch between decl and implMarc Mutz2021-11-261-1/+1
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-261-3/+23
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-251-31/+80
* QVLA: Self-Encapsulate FieldsMarc Mutz2021-11-221-97/+97
* Compile: Work around false positive on gcc >= 900Morten Johan Sørvig2021-11-191-1/+1
* QHash: optimize value(key) and key(value) callersMarc Mutz2021-11-192-25/+99
* QStack: simplify the class (even more)Andrei Golubev2021-11-121-18/+5
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-111-3/+3
* QDuplicateTracker: add clear()Thiago Macieira2021-11-111-0/+5
* Add compatible weak pointer move operationsAllan Sandfeld Jensen2021-11-091-1/+18
* QArrayDataOps: fix QList range ctors with mixed value_type in C++20 buildsMarc Mutz2021-11-061-3/+10
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-031-6/+14
* QMultiHash: Add forgotten documentationMårten Nordheim2021-11-031-6/+16
* Match documentation of shared pointers to new definitionsAllan Sandfeld Jensen2021-11-011-4/+8
* qconfig.cpp: use qOffsetStringArrayThiago Macieira2021-10-291-0/+7
* QVarLengthArray: Add explicit assertions for implicit assumptionsRobert Löhning2021-10-291-0/+2
* QHash: avoid crashing when reserving on a shared hashMårten Nordheim2021-10-261-1/+2
* QHash: use the shadow seedThiago Macieira2021-10-261-21/+20
* QHash: double the size of the stored seedThiago Macieira2021-10-261-66/+114
* QVarLengthArray: Reduce memory allocations in emplace()Robert Löhning2021-10-231-1/+2
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+14
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-185-0/+34
* QList: deprecate iterator<->pointer implicit conversions (3/3)Giuseppe D'Angelo2021-10-161-2/+14
* QList: deprecate iterator<->pointer implicit conversions (2/3)Giuseppe D'Angelo2021-10-161-4/+20
* QList: deprecate iterator<->pointer implicit conversions (1/3)Giuseppe D'Angelo2021-10-161-8/+18
* QList: add mixed comparison operators between (const_)iteratorsGiuseppe D'Angelo2021-10-151-2/+15
* QList: remove yet another iterator->pointer implicit conversionGiuseppe D'Angelo2021-10-131-1/+5
* QArrayDataOps: improve appendIteratorRangeGiuseppe D'Angelo2021-10-131-4/+14
* QList: code tidiesGiuseppe D'Angelo2021-10-131-19/+19
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-121-10/+22
* corelib: Fix typos in documentationJonas Kvinge2021-10-124-4/+4
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* QOffsetStringArray: rewrite in modern C++17Thiago Macieira2021-10-111-116/+87
* Remove QWeakPointer::operator->Fabian Kosmale2021-10-051-4/+0
* QHash: suppress annoying GCC warning about allocation size too bigThiago Macieira2021-10-041-20/+31
* QRingBuffer: port internals from int to qsizetypeAlex Trotsenko2021-10-032-15/+16
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-024-8/+0
* Purge Q_NO_TEMPLATE_FRIENDS and platforms lacking support for themFabian Kosmale2021-10-021-12/+0
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-1/+1
* QScoped(Array)Pointer: use the rule of 5Giuseppe D'Angelo2021-09-201-2/+3
* Plaster [[nodiscard]] on some RAII classesGiuseppe D'Angelo2021-09-191-2/+2
* QVersionNumber: fix iterator/pointer mistakeGiuseppe D'Angelo2021-09-171-6/+6
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-074-14/+14
* Doc: fix qdoc warning, function prototype missed return typeVolker Hilsheimer2021-09-051-4/+3
* Doc: fix qdoc warning from wrong see-alsoVolker Hilsheimer2021-09-051-1/+1
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-031-2/+1
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-2/+2
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-245-38/+56
* Doc: Add missing links to methods to QSet documentation pageLuca Di Sera2021-08-181-5/+5