summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix generated forward declarations in qdbusxml.cppLars Knoll2020-09-121-0/+4
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-9/+11
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-5/+5
* QCommonArrayOps: append when inserting into empty containerAndrei Golubev2020-09-071-3/+3
* QList/QString/QByteArray: no prepend optimized allocation when emptyAndrei Golubev2020-09-071-4/+3
* Update QList's documentation bitsAndrei Golubev2020-09-071-44/+43
* Get rid of the MSVC specific fileLars Knoll2020-09-052-54/+0
* QList/QByteArray/QString: Base GrowsBackwards heuristic on old sizeMÃ¥rten Nordheim2020-09-031-2/+2
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+2
* QString/QList: disregard space at front during reserve()Andrei Golubev2020-09-021-2/+2
* Fix an annoying compiler warning on MSVCLars Knoll2020-09-021-1/+1
* Fix include style violation in qline.hFriedemann Kleint2020-09-021-1/+1
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-311-23/+0
* qarraydataops: Fix compiler warnings under MSVC 2019.7Marcel Krems2020-08-291-25/+45
* Remove MSVC workaround for QPolygonMarcel Krems2020-08-292-67/+0
* Reserve extra space for '\0' in QArrayData::allocateAndrei Golubev2020-08-291-0/+30
* QLine: swap IntersectType and IntersectionTypeEdward Welbourne2020-08-282-12/+6
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-282-1023/+6
* Remove QTimeLine's curveShapeEdward Welbourne2020-08-282-101/+1
* Change QByteArray to handle large arraysLars Knoll2020-08-271-3/+1
* Update allocation interface of QArrayDataPointerAndrei Golubev2020-08-273-8/+11
* Make *ArrayOps::createInPlace protectedAndrei Golubev2020-08-271-5/+12
* Support GrowsBackwards prepend in QListAndrei Golubev2020-08-271-12/+10
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-272-52/+449
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-274-13/+104
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-262-14/+4
* Cleanup QTypeInfoLars Knoll2020-08-263-8/+8
* Port QSet to qsizetypeUlf Hermann2020-08-251-6/+6
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-252-4/+8
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-0/+2
* QLineF::intersects(): Make the output parameter optionalSze Howe Koh2020-08-231-1/+1
* Fix mistake in AESHASH algorithmAllan Sandfeld Jensen2020-08-231-2/+2
* Fix truncation warning in qversionnumber.hMarcel Krems2020-08-231-1/+1
* Fix a number of qdoc warningsFriedemann Kleint2020-08-202-17/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-202-11/+0
* Port QXmlStreamReader from QStringRef to QStringViewKarsten Heimrich2020-08-191-0/+1