summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-1459-1424/+1630
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-1129-52/+71
| |\
| | * rtems: Disable fork feature and fix compilation in corelib/ioMikhail Svetkin2019-06-063-3/+8
| | * Simplify {to,from}Std{List,Vector}Giuseppe D'Angelo2019-06-102-12/+5
| | * Fix a minor grammar glitch in new string / byte-array doc noteEdward Welbourne2019-06-042-2/+2
| | * rtems: Disable sys/sem.h includeMikhail Svetkin2019-06-061-1/+1
| | * rtems: Fix build sha3 (undef ALIGN)Mikhail Svetkin2019-06-061-0/+4
| | * QLatin1Char: add comparison operators with charMarc Mutz2019-06-031-0/+13
| | * Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-0619-34/+38
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-06113-5573/+7076
| |\|
| | * QFile: fix coding style violationMarc Mutz2019-06-021-1/+2
| | * Fix definition of QT_DEPRECATED_SINCEKai Koehne2019-06-041-1/+1
| | * QLatin1String, QStringView: add containsAnton Kudryavtsev2019-06-044-5/+96
| | * Deprecate use of QTime as a timerEdward Welbourne2019-05-242-13/+11
| | * Convert some deprecations to QT_DEPRECATED_XEdward Welbourne2019-05-241-4/+4
| | * Regenerate Windows Time Zone ID tableEdward Welbourne2019-05-281-999/+1102
| | * Move container block-size calculations to qarraydata.cppEdward Welbourne2019-05-293-104/+107
| * | Remove deprecated QEasingCurve::cubicBezierSpline() functionShawn Rutledge2019-03-132-12/+0
| * | Bump version to Qt 6Lars Knoll2019-05-1410-17/+20
* | | Make WinMain linkage compatible with Qt 5Simon Hausmann2019-06-122-4/+11
* | | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-3/+10
* | | Fix linking of examplesSimon Hausmann2019-06-121-0/+11
* | | Export installation locations compatible with qmake -queryVolker Krause2019-06-052-0/+27
* | | Fix typo: PROJECT_MAJOR_VERSION does not existKevin Funk2019-06-051-1/+1
* | | Allow to build examples as standalone projectKevin Funk2019-06-051-19/+22
* | | Update .prev cmake filesAlbert Astals Cid2019-06-052-1/+2
* | | CMake: Add WrapPCRE2 packageCristian Adam2019-06-053-4/+4
* | | cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-051-0/+1
* | | Regenerate the main qtbase modulesAlexandru Croitor2019-06-052-0/+4
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-0334-242/+315
|\ \ \ | | |/ | |/|
| * | QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-252-70/+56
| * | QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-298-25/+23
| * | corelib/tools: use qUtf16Printable() and %lsMarc Mutz2019-05-294-9/+9
| * | QDateTimeParser: use qUtf16Printable() and %lsMarc Mutz2019-05-291-29/+29
| * | corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-296-34/+35
| * | QWindowsFileSystemWatcher: optimize qWarning() useMarc Mutz2019-05-291-12/+10
| * | QPropertyAnimation: share some codeMarc Mutz2019-05-301-5/+10
| * | QFile: share some codeMarc Mutz2019-05-301-14/+13
| * | Add attribute to disable QSessionManagerDavid Edmundson2019-03-012-0/+8
| * | QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-154-14/+43
| * | QSharedPointer: Fix build error for cross-built toolsFriedemann Kleint2019-05-291-0/+2
| * | qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-291-0/+36
| * | qobject_p.h: Const-correctness fixKevin Funk2019-05-271-1/+1
| * | Make QCoreApplicationPrivate's destructor virtual in bootstrapped buildsGiuseppe D'Angelo2019-05-291-0/+5
| * | QMessageLogContext: simplify constructionGiuseppe D'Angelo2019-05-221-10/+9
| * | QMessageLogContext: rename and improve copy()Giuseppe D'Angelo2019-05-272-20/+25
| * | rtems: Add Q_OS_RTEMS macro to detect RTEMS OSMikhail Svetkin2019-05-281-0/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-03174-4661/+6816
|\| |
| * | Fix corelib build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
| * | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-276-35/+284
| |\ \