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