index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
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
/
qlibrary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QLibrary: fix loading multiple versions of a library
Thiago Macieira
2022-10-20
1
-5
/
+9
*
QLibrary: fix load() after a failed load()
Thiago Macieira
2022-10-18
1
-2
/
+4
*
QLibrary::setFileNameAndVersion: reset the tag after findOrCreate
Thiago Macieira
2022-10-17
1
-2
/
+3
*
QLibrary: merge duplicated setFileName{,AndVersion} code
Thiago Macieira
2022-10-14
1
-14
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
[Linux] Remove workaround for glibc to actually unload a library
Fushan Wen
2022-10-10
1
-6
/
+1
*
QLibrary: fix use of deprecated QByteArrayMatcher::indexIn(p, n)
Marc Mutz
2022-06-14
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-3
/
+3
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-1
/
+1
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-11
/
+13
*
QLibrary: restore translated string
Marc Mutz
2022-03-17
1
-6
/
+6
*
QLibrary: fix possible arg() format clobbering
Marc Mutz
2022-03-15
1
-3
/
+3
*
QLibrary: add a #warning if the fall-back plugin-meta-data parser is used
Marc Mutz
2022-02-16
1
-0
/
+2
*
QLibrary: use QStaticByteArrayMatcher
Marc Mutz
2022-02-15
1
-2
/
+10
*
QLibrary: Suppress GCC 12 warning about dangling pointer access
Thiago Macieira
2022-02-11
1
-12
/
+13
*
QNX: check and use elf.h from alternative location
Janne Juntunen
2021-11-30
1
-1
/
+1
*
QPluginLoader: add COFF PE file parser
Thiago Macieira
2021-11-19
1
-0
/
+3
*
QLibrary/QPlugin/QFactoryLoader: convert to category logging
Thiago Macieira
2021-11-11
1
-38
/
+28
*
QPlugin: keep the CBOR data as CBOR
Thiago Macieira
2021-10-20
1
-12
/
+9
*
QPluginLoader: use constexpr variables for detecting debug plugins
Thiago Macieira
2021-10-18
1
-10
/
+14
*
QPlugin: add qt_plugin_query_metadata_v2() to dynamic plugins
Thiago Macieira
2021-10-11
1
-9
/
+22
*
QElfParser: rewrite using elf.h
Thiago Macieira
2021-10-06
1
-2
/
+2
*
QPlugin: pass the direct header to qJsonFromRawLibraryMetaData()
Thiago Macieira
2021-10-04
1
-1
/
+8
*
QPlugin: add error messages to the qt_get_metadata()
Thiago Macieira
2021-10-04
1
-6
/
+7
*
QPlugin: simplify handling of exact results from Q{Elf,Mach}Parser
Thiago Macieira
2021-10-04
1
-39
/
+26
*
Q{Elf,Mach}Parser: harmonize the arguments passed
Thiago Macieira
2021-10-04
1
-13
/
+12
*
QPlugin: use one global metadata magic string
Thiago Macieira
2021-10-04
1
-11
/
+6
*
QPlugin: change the generic metadata scan to forwards
Thiago Macieira
2021-10-04
1
-30
/
+10
*
src/corelib/plugin: sort #includes
Thiago Macieira
2021-10-04
1
-18
/
+12
*
QPlugin: reorganize findPatternUnloaded and remove two bool variables
Thiago Macieira
2021-09-24
1
-16
/
+9
*
Q{Elf,Mach}Parser: simplify the return codes
Thiago Macieira
2021-09-24
1
-35
/
+21
*
QPlugin: don't use QFile::read() if map() fails on Unix
Thiago Macieira
2021-09-24
1
-2
/
+15
*
Switch a comma operator to a IILE
Giuseppe D'Angelo
2021-09-19
1
-1
/
+1
*
Don't unload libraries on Darwin-based operating systems
Tor Arne Vestbø
2021-09-17
1
-0
/
+5
*
QPlugin: make the macros match the scanning code for ELF systems
Thiago Macieira
2021-09-14
1
-1
/
+1
*
QElfParser: don't use int for the enum
Thiago Macieira
2021-09-13
1
-1
/
+1
*
QLibrary: use QStringTokenizer in isLibrary()
Marc Mutz
2021-08-21
1
-15
/
+25
*
QLibrary: remove dead check
Marc Mutz
2021-08-18
1
-2
/
+1
*
QLibrary: succeed early for .dylib on Darwin
Marc Mutz
2021-08-16
1
-4
/
+5
*
QLibrary: fix some implicit QFlags->int conversions
Giuseppe D'Angelo
2021-05-12
1
-2
/
+2
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
Whitespace cleanup in corelib/ mimetypes, plugin and thread
Allan Sandfeld Jensen
2020-10-21
1
-10
/
+8
*
QLibrary: Use QTaggedPointer for the did_load flag
Ulf Hermann
2020-09-22
1
-17
/
+12
*
Fix a number of MSVC integer conversion warnings
Friedemann Kleint
2020-09-10
1
-1
/
+1
*
Another round of 0->nullptr cleanup
Allan Sandfeld Jensen
2020-07-31
1
-1
/
+1
*
Remove non-Qt6 compile time switches from QtCore
Allan Sandfeld Jensen
2020-07-24
1
-7
/
+0
*
Use QList instead of QVector in corelib implementation
Jarek Kobus
2020-06-29
1
-1
/
+1
*
Port remaining usages of QStringRef in QtCore to QStringView
Lars Knoll
2020-06-12
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-2
/
+0
|
\
[next]