summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-4/+8
|\|
| * QFactoryLoader: de-duplicate two QStringLiteralsMarc Mutz2014-10-091-4/+8
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2919-361/+220
|\|
| * Doc: 2 minor corrections in corelib/pluginNico Vertriest2014-09-251-2/+2
| * Update license headers and add new license filesMatti Paaso2014-09-2419-359/+207
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+11
| |\
| | * Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* | | QLibrary: simplify qt_debug_component()Marc Mutz2014-09-121-4/+1
* | | QLibrary: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/ /
* | Don't store QLibraryPrivate with empty file names in the global storeThiago Macieira2014-07-231-2/+2
* | Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-234-22/+32
|/
* Move most of the QLibraryPrivate initialization to its constructorThiago Macieira2014-06-213-16/+32
* Move the hex digits out of _q_toHexThiago Macieira2014-05-141-2/+2
* QNX: Work around dlclose issueBernd Weimer2014-04-091-0/+8
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-6/+15
|\
| * Don't allow the QLibraryStore to be recreated during shutdownThiago Macieira2014-01-221-6/+15
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-1/+2
|\|