summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Link with -ldl option only when it is supportedLada Trimasova2016-02-052-2/+2
* Remove declaration of method nowhere definedEdward Welbourne2016-01-061-2/+0
* Win: Use native separators in QLibrary errorsKai Koehne2015-12-081-3/+6
* QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-281-2/+2
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-4/+2
* qfactoryloader: static qt compile fixTim Blechmann2015-11-191-0/+2
* Doc: corrected error in doc static pluginsNico Vertriest2015-11-131-3/+3
* Doc: fixed broken linksNico Vertriest2015-11-041-2/+2
* Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-2/+2
* QtCore: use QStringRef in more placesMarc Mutz2015-10-121-3/+3
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-021-1/+1
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
| |\
| | * Ensure there's no sign-extension here.Thiago Macieira2015-09-281-1/+1
* | | Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
|/ /
* | Fix some doc warnings.Friedemann Kleint2015-09-111-2/+2
* | QUuid: Also use CoCreateGuid on WinRt/Winphone and WinCEOliver Wolff2015-09-021-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-063-4/+4
|\|
| * Replace old C-style castAndré Klitzing2015-07-221-2/+2
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-202-2/+2
* | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-012-6/+6
* | core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-1/+3
* | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-033-1/+45
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-222-5/+5
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-152-5/+5
| |\
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-312-5/+5
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-062-34/+58
|\| |
| * | QUuid: add missing relational operatorsMarc Mutz2015-04-042-0/+33
| * | QUuid: add some noexceptMarc Mutz2015-04-042-22/+22
| * | QUuid: properly scope macrosMarc Mutz2015-04-031-1/+2
| * | QUuid: implement op> in terms of op<Marc Mutz2015-04-031-11/+1
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-1/+1
|\| |
| * | Doc: corrected snippet issue in Defining Plugins docNico Vertriest2015-03-111-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-032-2/+2
|\| |
| * | Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
| * | Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* | | Allow passing absolute paths without file extension to QPluginLoaderAlex Richardson2015-02-261-9/+17
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-1/+1
* | Fix typo: properly write endianness.Lisandro Damián Nicanor Pérez Meyer2015-02-201-1/+1
* | Update copyright headersJani Heikkinen2015-02-1120-137/+137
* | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+2
* | WinRT: fix QLibrary::isLibrary() due to incomplete #if statementJochen Seemann2015-02-071-1/+1
* | Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-041-1/+2
* | Use QStringLiteral to prevent runtime string conversions.Milian Wolff2015-01-051-11/+17
* | Merge the multiple implementations of fromHex tooThiago Macieira2014-12-131-9/+3
* | Merge the different implementations of toHex in one central placeThiago Macieira2014-12-131-6/+3
* | Add Q_DECL_RELAXED_CONSTEXPR to QUuidOlivier Goffart2014-12-111-8/+7
* | Add DeepBind option to QLibraryAllan Sandfeld Jensen2014-12-023-1/+11
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+1
|\|
| * Place the Qt plugin metadata in a PE-COFF section with MinGW tooThiago Macieira2014-11-081-1/+1