summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Mark qtbase/src/corelib/plugin files as security-criticalMagdalena Stojek2025-06-049-0/+10
* QLibrary/Darwin: don't use RTLD_NODELETE, just don't dlclose()Thiago Macieira2025-05-253-0/+13
* QFactoryLoader: embed the Private class into the front-endThiago Macieira2025-03-242-41/+26
* QFactoryLoader: remove dependency on QObjectThiago Macieira2025-03-242-26/+7
* QFactoryLoader: do destroy the staticplugin instances tooThiago Macieira2025-03-241-2/+13
* QFactoryLoader: unload the plugins we loadedThiago Macieira2025-03-241-0/+23
* QFactoryLoader: also move staticplugin instances to the main threadThiago Macieira2025-03-242-9/+17
* QUuid: fix qHash() on 64-bit platformsMarc Mutz2025-03-191-4/+3
* QFactoryLoader: move QPluginParsedMetaData to qplugin_p.hThiago Macieira2025-03-093-27/+32
* Corelib: implement support for COFF-PE & DLLs in CYGWINCarlo Bramini2025-03-076-5/+16
* QUuid: mark Version::UnixEpoch as since 6.9Marc Mutz2025-01-081-2/+2
* Bootstrap: remove QUuid and QCryptographicHash: they're now unusedThiago Macieira2024-12-301-6/+2
* QFactoryLoader: load extraSearchPath firstMike Chen2024-12-231-3/+3
* QUuid: add support for creating UUID v7Ahmad Samir2024-12-073-5/+109
* Create qdoc macros for C++ class docs 2.1: qHash()Marc Mutz2024-11-271-2/+2
* QtCore: don't use QString::utf16() where the string is \0-terminatedAhmad Samir2024-11-131-2/+2
* QtCore: use QString::unicode() where null-termination is guaranteedAhmad Samir2024-11-041-1/+2
* QUuid: restore sorting order of Qt < 6.8Thiago Macieira2024-10-212-3/+12
* QFactoryLoader: fix the ability to load symlinks to pluginsThiago Macieira2024-10-171-1/+1
* Add debug when skipping plugins due to new QPA version checkAllan Sandfeld Jensen2024-10-021-1/+3
* Cleanup plugin version preference logicAllan Sandfeld Jensen2024-10-011-2/+6
* Fix crash with KDE's platformtheme pluginAllan Sandfeld Jensen2024-09-291-2/+8
* QUuid: make more methods constexprIvan Solovev2024-08-302-28/+41
* Introduce QT_COMPILER_SUPPORTS_INT128 in qsystemdetectionŁukasz Matysiak2024-08-291-1/+2
* QUuid:: fix UB in (Id128Bytes) ctorMarc Mutz2024-08-181-5/+8
* Logging: use qCDebug/Warning/Info when for categorized loggingVolker Hilsheimer2024-07-161-1/+1
* QLibrary/Unix: update the x86-64-v3 prefix path in our searchThiago Macieira2024-07-101-2/+4
* QLibrary: move prefixes_sys() to the header and make it prefix_sys()Thiago Macieira2024-07-084-15/+11
* QPluginLoader: set an errorString if resolving qt_plugin_instance failsThiago Macieira2024-07-081-1/+3
* QUuid: simplify the three-way comparison functions to make them constexprThiago Macieira2024-07-032-65/+41
* QDirListing: add flags to handle entries filteringAhmad Samir2024-06-271-1/+1
* QFactoryLoader: Prioritize plugin that matches Qt's build configTor Arne Vestbø2024-06-211-12/+20
* Don't use _debug suffix to determine if a plugin is built in debug modeTor Arne Vestbø2024-06-211-14/+1
* QFactoryLoader: Clarify how we track the prioritized library for a keyTor Arne Vestbø2024-06-211-5/+5
* qlibrary_unix.cpp: Make adding 'lib' prefix possible even when the file name ...Rym Bouabid2024-06-191-2/+0
* Straighten out various logging categoriesUlf Hermann2024-06-191-1/+1
* QLibrary/Unix: fix mojibake of dlerror()Thiago Macieira2024-06-181-4/+4
* QUuid: rewrite compareThreeWay() in idiomatic formMarc Mutz2024-06-171-8/+8
* Logging: Add a macro for static logging categoryUlf Hermann2024-06-053-3/+3
* QUuid: port createUuidV{3,5}() to QByteArrayViewMarc Mutz2024-05-292-9/+22
* QCryptographicHash: extend hashInto to more than one piece of dataMarc Mutz2024-05-292-9/+9
* Replace QUuid::toRfc4122() with toBytes() where possibleMarc Mutz2024-05-281-1/+1
* Remove CHECK macro from quuid.h fileTatiana Borisova2024-05-241-5/+6
* QUuid, GUID: use new comparison helper macrosTatiana Borisova2024-05-222-55/+79
* Android: don't call JNI_OnLoad for libraries opened with QLibraryVolker Hilsheimer2024-04-161-8/+0
* QLibrary: fake RLTD_NODELETE by not calling dlclose()Thiago Macieira2024-04-031-3/+6
* QLibrary/Unix: remove two unused, exported private functionsThiago Macieira2024-03-271-14/+0
* QLibrary: fix Clazy warning about QString(const char*)Marc Mutz2024-03-131-1/+2
* Bootstrap: remove QRandomGeneratorThiago Macieira2024-03-131-2/+2
* QCborStreamReader: rename toStringish() -> readAllStringish()Ivan Solovev2024-03-121-3/+3