summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Export tool config and target files for each relevant moduleAlexandru Croitor2019-05-021-5/+6
* Merge remote-tracking branch 'gerrit/dev' into wip/cmakeTobias Hunger2019-04-161-2/+4
|\
| * moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATAUlf Hermann2019-04-111-2/+4
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-16496-26568/+32993
|\|
| * 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
| | |\|
| | | * Fix various uncommon cases in QTzTimeZonePrivate backendEdward Welbourne2019-04-052-22/+37
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-066-15/+36
| | |\|
| | | * Add missing _exit tracepoints for event handlingMilian Wolff2019-04-052-2/+4
| | | * Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-052-4/+17
| | | * Add tracepoint to qt_message_printMilian Wolff2019-04-052-0/+5
| | | * Forward declare all types required for compilation with `-trace`Milian Wolff2019-04-051-0/+6
| | | * Remove unused static methodKai Koehne2019-04-051-9/+0
| | | * Make qt_is_ascii work properly on big endian systemsDmitry Shachnev2019-04-051-0/+4
| * | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-093-12/+12
| * | | 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