summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-165-43/+105
|\
| * QVector: fix compilation failure in C++20 mode w/strict iteratorsMarc Mutz2021-05-281-1/+1
| * Fix build with GCC 11: include <limits>Jarek Kobus2021-04-291-0/+1
| * Doc: Mark QSet::toList, QSet::fromList, QList::toSet, QList::fromSet as obsoleteKai Köhne2021-04-222-31/+92
| * Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* | Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-2378-1583/+1583
|/
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-101-1/+1
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-02-032-11/+11
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-2878-1583/+1583
* Containers: call constructors even for primitive typesGiuseppe D'Angelo2020-12-012-21/+14
* QVLA: always use new to create new objectsGiuseppe D'Angelo2020-11-271-14/+3
* QMap: don't tell everyone QMapNode has no friendsThiago Macieira2020-11-061-0/+1
* QMap: suppress warning about strict aliasing violation in end()Thiago Macieira2020-11-051-0/+3
* QMarginsF: document that isNull/operator==/operator!= are fuzzyGiuseppe D'Angelo2020-11-021-4/+18
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-10-233-8/+37
* QESDP::take(): document that it doesn't derefGiuseppe D'Angelo2020-10-161-1/+4
* Revert "Fix detach on bool check of QSharedDataPointer"Allan Sandfeld Jensen2020-10-151-1/+0
* Fix detach on bool check of QSharedDataPointerAllan Sandfeld Jensen2020-10-141-0/+1
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-092-17/+27
* Don't disable non-existent MSVC warning C4345Marcel Krems2020-09-301-1/+0
* qlist: Replace QT_DEPRECATED_X with proper QT_DEPRECATED_VERSION_X_Albert Astals Cid2020-09-271-5/+5
* qcontainerfwd.h: add forward declarations for Q{String,ByteArray}ListThiago Macieira2020-09-091-0/+2
* Revert "Revert "QVector: add a construction from QArrayDataPointerRef""Oliver Wolff2020-09-032-0/+6
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-171-0/+7
* QQueue: clean up 5.14's deprecationEdward Welbourne2020-08-071-5/+5
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-051-2/+2
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-312-11/+15
* Improve deprecation message for QLine::angle(QLine)Eirik Aavitsland2020-07-211-1/+1
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-163-28/+43
* Doc: Mark API in Q[Mutable]HashIterator as deprecatedKai Koehne2020-07-141-31/+222
* Adapt to MSVC difference in behavior in initializing non-aggregatesThiago Macieira2020-06-291-9/+6
* Fix Clang 10 warnings about deprecated copy constructorsThiago Macieira2020-06-101-0/+1
* Fix build of rdrand & rdseed with ICC on LinuxThiago Macieira2020-05-211-8/+20
* Revert "QVector: add a construction from QArrayDataPointerRef"Giuseppe D'Angelo2020-05-152-6/+0
* QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-011-10/+19
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-04-211-2/+9
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-061-1/+1
|\
| * Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1
* | Doc: Expand reasoning for QHash deprecationsTopi Reinio2020-03-261-2/+16
* | Doc: Expand reasoning for QMap deprecationsTopi Reinio2020-03-261-6/+5
* | Doc: Fix \fn command for qScopeGuard(F &&f)Topi Reinio2020-03-262-1/+2
* | Doc: Fix documentation for deprecated QSet functionsTopi Reinio2020-03-261-6/+80
* | Doc: Mark deprecated QMutableSetIterator functions as \obsoleteTopi Reinio2020-03-261-4/+50
* | Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-032-3/+36
* | QMap: undeprecate QMap::count(Key)Mårten Nordheim2020-03-032-32/+19
* | QMap/QHash: Use versioned deprecation macroMårten Nordheim2020-03-032-10/+10
* | Undeprecate QHash::count(Key)Mårten Nordheim2020-03-032-29/+14
* | Avoid UB in QList::removeAt()Lars Knoll2020-03-031-2/+5
* | De-inline Qt::SplitBehavior splitters of QString and QStringRefEdward Welbourne2020-02-281-18/+0
* | QHash/QSet: Base iterator tag on warning version rather than deprecationMårten Nordheim2020-02-262-52/+52