summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-083-5/+68
* Add warning suppression for icc when comparing floating-point valuesEdward Welbourne2019-05-071-0/+1
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-074-15/+22
* Add swapItemsAt() to QVectorLars Knoll2019-05-072-0/+17
* Add QUrl to bootstrap setUlf Hermann2019-05-071-1/+1
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-0715-80/+88
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-0715-80/+88
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-1/+2
| | |\
| | | * fix crash when using ALDI usb-stick with broken filesystemNick Shaforostov2019-05-051-1/+2
| | * | QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-033-0/+11
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-035-43/+27
| | |\|
| | | * Cocoa: Get the right zero digit for the localeAndy Shaw2019-05-021-1/+13
| | | * QSharedPointer: fix docs for create()Giuseppe D'Angelo2019-05-022-27/+4
| | | * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-022-15/+10
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-023-32/+38
| | |\|
| | | * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-302-7/+7
| | | * Refactor QMetaObject::activate tracepointsMilian Wolff2019-04-302-25/+25
| | | * Improve QObject::moveToThread docMiƂosz Kosobucki2019-04-281-4/+10
| | * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-015-6/+12
* | | | Fix the generation of docs for qobject_pointer_castGiuseppe D'Angelo2019-05-071-0/+6
|/ / /
* | | Fix qplugin.h for Qt 6Lars Knoll2019-05-051-6/+26
* | | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-052-0/+12
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-0214-81/+15
* | | qIsNull: redo implementationGiuseppe D'Angelo2019-05-021-26/+10
* | | QSharedData: delete the copy assignment operatorGiuseppe D'Angelo2019-05-021-2/+1
* | | QList: fix regression in swapItemsAtGiuseppe D'Angelo2019-05-021-2/+1
* | | Compile for Qt 6Lars Knoll2019-05-021-0/+4
* | | Prepare QDataStream for Qt 6.0Lars Knoll2019-05-021-1/+9
* | | Compile when bumping the Qt version to 6.0Lars Knoll2019-05-022-3/+13
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-0224-75/+75
* | | Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-0210-27/+21
* | | Doc-fix: mention FP_ZERO as a possible return of qFpClassify()Edward Welbourne2019-05-021-0/+1
* | | Remove spurious class-name prefixes in its own methodsEdward Welbourne2019-05-021-3/+3
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-0119-84/+1
* | | Add qobject_cast operators for std::shared_ptrGiuseppe D'Angelo2019-05-012-0/+93
* | | QList: do not call std::swap directly; use ADLGiuseppe D'Angelo2019-05-011-1/+2
* | | Add RISC-V detectionAndreas Schwab2019-04-293-0/+54
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-293-4/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-283-4/+12
| |\|
| | * Make QFile::copy() less likely to create zero-sizedThiago Macieira2019-04-271-4/+10
| | * qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-262-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-2/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-261-2/+14
| |\|
| | * Android: Fix hang in runOnAndroidThreadSync and requestPermissionsSyncBogDan Vatra2019-04-251-2/+14
* | | QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-252-3/+29
* | | QtBase: introduce QT_DEPRECATED_VERSION/QT_DEPRECATED_VERSION_XChristian Ehrlicher2019-04-251-0/+53
* | | QHash/QMultiHash: add range constructorsMarc Mutz2019-04-253-0/+108
* | | Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-245-16/+284
* | | Implement qFpClassify(qfloat16)Edward Welbourne2019-04-242-0/+15
* | | Implement std::numeric_limits<qfloat16>Edward Welbourne2019-04-242-2/+73