index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.11
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
plugin
/
qpluginloader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark qtbase/src/corelib/plugin files as security-critical
Magdalena Stojek
2025-06-04
1
-0
/
+1
*
QLibrary: move prefixes_sys() to the header and make it prefix_sys()
Thiago Macieira
2024-07-08
1
-3
/
+2
*
Remove echo plugin
Axel Spoerl
2023-12-20
1
-1
/
+1
*
Doc: Fix warnings and linking issues
Topi Reinio
2023-10-09
1
-1
/
+1
*
QLibraryPrivate: Actually merge load hints
Ievgenii Meshcheriakov
2023-06-20
1
-2
/
+3
*
Misc.: Fix some narrowing integral conversion warnings
Ahmad Samir
2023-04-25
1
-1
/
+1
*
QPluginLoader: don't instantiante multiple, identical instances
Thiago Macieira
2023-04-05
1
-1
/
+13
*
QPluginLoader: modernize static plugin instance code
Thiago Macieira
2023-03-28
1
-6
/
+5
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-3
/
+5
*
QPluginLoader: report the right load hints
Giuseppe D'Angelo
2022-02-03
1
-3
/
+10
*
QLibrary/QPlugin/QFactoryLoader: convert to category logging
Thiago Macieira
2021-11-11
1
-13
/
+5
*
QPlugin: keep the CBOR data as CBOR
Thiago Macieira
2021-10-20
1
-8
/
+9
*
QPlugin: suppress the "QTMETADATA !" magic in static plugins
Thiago Macieira
2021-10-11
1
-3
/
+1
*
QPlugin: pass the direct header to qJsonFromRawLibraryMetaData()
Thiago Macieira
2021-10-04
1
-1
/
+3
*
src/corelib/plugin: sort #includes
Thiago Macieira
2021-10-04
1
-5
/
+4
*
Doc: Fix various documentation issues for Qt Core
Topi Reinio
2020-10-31
1
-2
/
+2
*
Whitespace cleanup in corelib/ mimetypes, plugin and thread
Allan Sandfeld Jensen
2020-10-21
1
-3
/
+2
*
Fix some qdoc warnings from QStaticPlugin
Volker Hilsheimer
2020-09-28
1
-28
/
+25
*
Remove non-Qt6 compile time switches from QtCore
Allan Sandfeld Jensen
2020-07-24
1
-6
/
+0
*
Use QList instead of QVector in corelib implementation
Jarek Kobus
2020-06-29
1
-3
/
+3
*
Port remaining usages of QStringRef in QtCore to QStringView
Lars Knoll
2020-06-12
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-03-11
1
-5
/
+3
|
\
|
*
QLibrary: introduce a mutex to protect non-atomic internals
Thiago Macieira
2020-03-03
1
-5
/
+3
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-29
1
-1
/
+1
|
\
|
|
*
Doc: QPluginLoader: remove the claim we search the current dir
Thiago Macieira
2020-01-18
1
-1
/
+1
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-4
/
+4
|
/
*
Do not load plugin from the $PWD
Olivier Goffart
2019-11-11
1
-1
/
+0
*
Android: Fix loading of plugins
BogDan Vatra
2019-09-22
1
-0
/
+10
*
[Doc] Fix minor typos
Sze Howe Koh
2019-07-10
1
-1
/
+1
*
Doc: Use the \nullptr macro instead of 0
Venugopal Shivashankar
2019-04-02
1
-1
/
+1
*
Plugins: store the metadata in CBOR instead of binary JSON
Thiago Macieira
2018-09-01
1
-1
/
+10
*
Plugins: fix crash if the binary JSON data contains invalid size
Thiago Macieira
2018-07-19
1
-1
/
+5
*
QtCore: include mocs
Thiago Macieira
2017-05-05
1
-0
/
+1
*
Use QT_CONFIG(library) instead of QT_NO_LIBRARY
Ulf Hermann
2017-03-06
1
-2
/
+2
*
Move qJsonFromRawLibraryMetaData into qfactoryloader_p.h
Ulf Hermann
2017-02-22
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-08-16
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-13
1
-1
/
+1
|
|
\
|
|
*
Doc: Change instances of '(Mac) OS X' to 'macOS'
Topi Reinio
2016-08-12
1
-1
/
+1
*
|
|
Stop unloading plugins in QPluginLoader and QFactoryLoader
Thiago Macieira
2016-05-03
1
-2
/
+3
|
/
/
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
QtCore: eradicate all Q_FOREACH loops [threads, plugins]
Marc Mutz
2016-01-04
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-10-14
1
-3
/
+3
|
\
|
|
*
QtCore: use QStringRef in more places
Marc Mutz
2015-10-12
1
-3
/
+3
*
|
Allow loading of static plugins if QT_NO_LIBRARY is set.
Ulf Hermann
2015-08-18
1
-7
/
+8
|
/
*
core: Add several QList::reserve() calls.
Sérgio Martins
2015-06-11
1
-1
/
+3
*
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-22
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi
2015-04-15
1
-1
/
+1
|
|
\
|
|
*
Doc: Fix using Apple-related terminology in Qt Core
Alexander Volkov
2015-03-31
1
-1
/
+1
[next]