summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qpluginloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark qtbase/src/corelib/plugin files as security-criticalMagdalena Stojek2025-06-041-0/+1
* QLibrary: move prefixes_sys() to the header and make it prefix_sys()Thiago Macieira2024-07-081-3/+2
* Remove echo pluginAxel Spoerl2023-12-201-1/+1
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-1/+1
* QLibraryPrivate: Actually merge load hintsIevgenii Meshcheriakov2023-06-201-2/+3
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-1/+1
* QPluginLoader: don't instantiante multiple, identical instancesThiago Macieira2023-04-051-1/+13
* QPluginLoader: modernize static plugin instance codeThiago Macieira2023-03-281-6/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-3/+5
* QPluginLoader: report the right load hintsGiuseppe D'Angelo2022-02-031-3/+10
* QLibrary/QPlugin/QFactoryLoader: convert to category loggingThiago Macieira2021-11-111-13/+5
* QPlugin: keep the CBOR data as CBORThiago Macieira2021-10-201-8/+9
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-111-3/+1
* QPlugin: pass the direct header to qJsonFromRawLibraryMetaData()Thiago Macieira2021-10-041-1/+3
* src/corelib/plugin: sort #includesThiago Macieira2021-10-041-5/+4
* 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