summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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