summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-248-7/+33
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-241-3/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-3/+2
| | |\
| | | * Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-04-091-3/+2
| * | | Purge use of some deprecated methods from QDateTime testsEdward Welbourne2019-04-231-1/+1
| * | | Optimize QAbstractTableModel::hasChildrenDavid Faure2019-04-231-1/+1
| * | | MinGW: Fix developer buildFriedemann Kleint2019-04-182-0/+6
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-164-5/+25
| |\| |
| | * | corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-121-2/+2
| | * | Correct the description of the "C" localeEdward Welbourne2019-04-112-1/+12
| | * | Fix resolving NTFS symbolic links that point to UNC sharesVolker Hilsheimer2019-04-101-2/+11
* | | | QRegExp include cleanupSamuel Gaist2019-04-196-1/+5
* | | | Add QTextMarkdownImporterShawn Rutledge2019-04-171-1/+2
* | | | Non-associative containers: add range constructorsMarc Mutz2019-04-1714-12/+201
* | | | moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATAUlf Hermann2019-04-111-2/+4
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-114-10/+17
|\| | |
| * | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-04-104-10/+17
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-104-10/+17
| | |\| |
| | | * | Fix QMetaObject::newInstance on non-QObject meta objectMilian Wolff2019-04-091-0/+6
| | | * | Fix off-by-one error in QTranslatorPrivate::do_load()Edward Welbourne2019-04-091-1/+1
| | | * | QElapsedTimer: Remove unused static nanosecondsToTicks methodKai Koehne2019-04-091-9/+0
| | | * | Update TinyCBOR with bugfixesThiago Macieira2019-04-081-0/+10
* | | | | Improve the default selection of locale for QCollatorEdward Welbourne2019-04-107-6/+55
* | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-109-37/+79
|\| | | |
| * | | | Update precompiled headersAllan Sandfeld Jensen2019-04-091-0/+6
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-092-22/+37
| |\| |