summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-5/+1
* Temporarily add a private QESDPv2Giuseppe D'Angelo2020-07-222-0/+168
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-202-38/+2
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-163-28/+43
* Work around compiler problems on MSVC 16.6.XLars Knoll2020-07-151-1/+2
* Doc: Mark API in Q[Mutable]HashIterator as deprecatedKai Koehne2020-07-141-31/+222
* QCryptographicHash: explicitly activate the used union memberGiuseppe D'Angelo2020-07-121-7/+9
* QVLA: use std::aligned_storageGiuseppe D'Angelo2020-07-121-5/+1
* Remove the setting of GrowsBackwards from QListAndrei Golubev2020-07-101-4/+0
* QArrayDataPointer: use move and swap in move assignmentGiuseppe D'Angelo2020-07-101-1/+2
* Constrain the comparison operators for our container classesLars Knoll2020-07-086-54/+62
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-082-1/+5
* Introduce QByteArrayViewSona Kurazyan2020-07-082-0/+13
* Small fixes to the QList documentationLars Knoll2020-07-061-3/+3
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-062-0/+72
* Use qsizetype in QListLars Knoll2020-07-061-62/+62
* Allow allocating more than 2G items in a vectorLars Knoll2020-07-063-67/+59
* Implement a proper iterator for QTypedArrayDataLars Knoll2020-07-061-2/+66
* Make QArrayDataPointer::size a qsizetypeLars Knoll2020-07-062-8/+8
* Add a couple of noexceptLars Knoll2020-07-062-15/+15
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-063-42/+4
* Get rid of QArrayData::isMutable()Lars Knoll2020-07-061-11/+2
* Get rid of unused flags in QArrayDataLars Knoll2020-07-062-24/+8
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-063-50/+17
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-065-110/+45
* QList: improve the range constructorsGiuseppe D'Angelo2020-07-061-4/+4
* QList: go for the rule of zeroGiuseppe D'Angelo2020-07-061-9/+2
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* Remove method declaration that's not used or implementedLars Knoll2020-07-021-2/+0
* Move the reallocate() method from QArrayDataPointer to the Ops classLars Knoll2020-07-022-6/+10
* Small cleanupLars Knoll2020-07-021-9/+2
* Use std::memmoveSamuli Piippo2020-06-301-3/+4
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-293-307/+136
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-298-33/+33
* QList: use =default for its default constructorGiuseppe D'Angelo2020-06-261-1/+1
* Improve deprecation message for QLine::angle(QLine)Eirik Aavitsland2020-06-261-1/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-257-63/+44
* Improve castingAllan Sandfeld Jensen2020-06-252-2/+2
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-223-0/+73
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-205-1017/+1015
* QRect(F): remove deprecated functionsChristian Ehrlicher2020-06-202-38/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-194-11/+11
* Cleanup float-equal warningsLars Knoll2020-06-172-6/+2
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-123-16/+6
* Long live std::pair!Giuseppe D'Angelo2020-06-104-353/+21
* Q(E)SDP: add get()Giuseppe D'Angelo2020-06-102-0/+21
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-093-33/+36
* QArrayData: stop using std::is_literal_typeGiuseppe D'Angelo2020-06-091-10/+2
* QSsl: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-081-0/+14