summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qpluginloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-311-2/+2
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-3/+2
* Fix some qdoc warnings from QStaticPluginVolker Hilsheimer2020-09-281-28/+25
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-6/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-3/+3
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-121-2/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-5/+3
|\
| * QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-031-5/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-1/+1
|\|
| * Doc: QPluginLoader: remove the claim we search the current dirThiago Macieira2020-01-181-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
|/
* Do not load plugin from the $PWDOlivier Goffart2019-11-111-1/+0
* Android: Fix loading of pluginsBogDan Vatra2019-09-221-0/+10
* [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-011-1/+10
* Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-191-1/+5
* QtCore: include mocsThiago Macieira2017-05-051-0/+1
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+2
* Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-221-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | | Stop unloading plugins in QPluginLoader and QFactoryLoaderThiago Macieira2016-05-031-2/+3
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [threads, plugins]Marc Mutz2016-01-041-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-3/+3
|\|
| * QtCore: use QStringRef in more placesMarc Mutz2015-10-121-3/+3
* | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-181-7/+8
|/
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-111-1/+3
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
| |\
| | * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-031-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
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-231-8/+3
* Move most of the QLibraryPrivate initialization to its constructorThiago Macieira2014-06-211-5/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* qpluginloader: fix static build (on iOS)Richard Moe Gustavsen2013-09-051-0/+2
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-041-2/+46
* Doc: added details for QRegisterStaticFunction(plugin)Nico Vertriest2013-04-191-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-041-5/+49
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Plugin metadata is now updated in setFileName(), not load().Lukas Geyer2012-08-291-0/+3