summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-0821-50/+0
* Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-062-0/+30
* QEasyingCurve: fix data stream operatorsSamuel Gaist2019-04-061-6/+47
* Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-1/+1
* Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-065-79/+4
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-069-18/+18
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-062-4/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-052-4/+4
| |\
| | * QFileSystemEngine: Fix typoOrgad Shaneh2019-04-051-3/+3
| | * Fix recursive includeAllan Sandfeld Jensen2019-04-041-1/+1
* | | Add serializer/deserializer for EnumerationPaolo Dastoli2019-04-052-0/+14
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-04184-3119/+2951
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-0513-17/+21
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-0412-17/+19
| | |\|
| | | * Windows: Fix QFileSystemEngine::id() for FAT32 drivesFriedemann Kleint2019-04-021-1/+3
| | | * Fix disabling AUTOMOC and AUTOUIC for generated resource cpp filesAlexandru Croitor2019-04-021-2/+2
| | | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-0210-14/+14
| | * | wasm: disable XDG_RUNTIME_DIR warningMorten Johan Sørvig2019-04-031-0/+2
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-03153-2269/+2269
| * | | Replace Q_NULLPTR with nullptr in corelibAllan Sandfeld Jensen2019-04-033-3/+3
| * | | Remove special NOTHROW handlingAllan Sandfeld Jensen2019-04-031-12/+1
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-032-7/+5
| |\| |
| | * | Fix remaining Q_DECL_OVERRIDE instancesAllan Sandfeld Jensen2019-04-021-3/+3
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-4/+2
| | |\|
| | | * Refine underflow check in QLocaleData::convertDoubleToFloat()Edward Welbourne2019-04-011-4/+2
| * | | Issue a warning about unused result of qScopeGuard and QScopeGuardJędrzej Nowacki2019-04-021-1/+10
| * | | Use the QTime API less clumsilyEdward Welbourne2019-04-011-4/+3
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-319-33/+67
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-319-33/+67
| | |\| |
| | | * | QMimeDatabase: allow building without our internal copyThiago Macieira2019-03-263-1/+10
| | | * | wasm: Use common “qt” prefix for exported functionsMorten Johan Sørvig2019-03-261-1/+1
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-266-31/+56
| | | |\|
| | | | * Doc: mention what is the suggested replacement for QSignalMapperAlbert Astals Cid2019-03-251-1/+1
| | | | * Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-221-5/+9
| | | | * Fix broken data for time-zones with no transitionsEdward Welbourne2019-03-222-24/+23
| | | | * Correct a misguided assertion in QTzTimeZonePrivateEdward Welbourne2019-03-221-2/+4
| | | | * Accept that glibc's statx() falls back for usThiago Macieira2019-03-222-1/+21
| * | | | QVariant: deprecate qVariantFromValue/qVariantSetValue()Christian Ehrlicher2019-03-312-25/+35
| |/ / /
| * | | Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-03-291-3/+2
| * | | Get rid of the locking in activate()Lars Knoll2019-03-292-195/+236
| * | | Add safe way to resize the signalVectorLars Knoll2019-03-292-55/+122
| * | | Add a QAbstractMetaCallEventLars Knoll2019-03-292-18/+38
| * | | Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-293-131/+165
| * | | Use move more consistently in QScopedValueRollbackAllan Sandfeld Jensen2019-03-271-7/+7
| * | | Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-264-14/+14
| * | | Simplify finite/NaN testing for qfloat16Edward Welbourne2019-03-264-107/+20
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-263-347/+62
| |\| |
| | * | doc: Remove incomplete information for QDataStreamRainer Keller2019-03-251-344/+58
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-202-3/+4
| | |\|
| | | * QTemporaryFile: Return early if the passed in QFile cannot be openedAndy Shaw2019-03-191-2/+2