summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-273-1/+240
| | |\
| | | * Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
| | | * Qt Core: Document CMake macrosKai Koehne2019-05-162-0/+238
| | * | Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-33/+17
| | * | Disable debug plugin check for MinGWCristian Adam2019-05-201-1/+1
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-0/+26
| | |\|
| | | * Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
| * | | Annotate the futex implementation for TSANGiuseppe D'Angelo2019-05-221-1/+29
| * | | QBasicTimer: add some noexcept and constexprMarc Mutz2019-05-241-3/+3
| * | | Don't allow to copy QBasicTimer in Qt 6, it would stop the timerSérgio Martins2019-05-252-0/+81
| * | | QtPrivate::QSmartPointerConvertFunctor: Fix deprecation warningFriedemann Kleint2019-05-242-1/+2
| * | | Replace look-up array with simple arithmeticEdward Welbourne2019-05-231-12/+13
| * | | Add locale support for Cebuano and Erzya languages (new in CLDR v35.1)Edward Welbourne2019-05-203-4/+33
| * | | Rename util/locale_database/ to include the e that was missingEdward Welbourne2019-05-204-5/+5
| * | | QBasicTimer: share some codeMarc Mutz2019-05-231-25/+2
| * | | QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-194-24/+52
| * | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-233-12/+2
| * | | Update outdated comment in QEventDispatcherWin32::processEventsJoerg Bornemann2019-05-231-1/+1
| * | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-214-12/+15
| * | | Long live Qt::SplitBehavior!Marc Mutz2019-05-215-0/+85