summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* 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
* QLibrary: remove the unnecessary parentheses around dlerror()Thiago Macieira2024-03-061-12/+6
* Port to QDirListingAhmad Samir2024-03-031-5/+5
* QLibraryStore: cut out the QMap middle-manMarc Mutz2024-02-161-10/+9
* Avoid double-lookup in QLibraryStore::findOrCreate()Marc Mutz2024-02-151-5/+2
* Add fast-path in QLibraryStore::findOrCreate() for !instance()Marc Mutz2024-02-121-11/+12
* Add fast-path in QLibraryStore::findOrCreate() for empty fileNameMarc Mutz2024-02-091-4/+14
* QFactoryLoader: cut out the QMap middle-manMarc Mutz2024-02-091-5/+8
* Disable unloading libraries on VxWorksJacek Poplawski2024-02-081-0/+2
* Remove extra semi-colonsTasuku Suzuki2024-02-062-2/+2
* QUuid: Fix Id128Bytes alignment on some architecturesThiago Macieira2024-01-181-2/+9
* Remove echo pluginAxel Spoerl2023-12-201-1/+1
* QFactoryLoader: use the new UTF-8 QCborStreamReader API for performanceThiago Macieira2023-11-281-22/+7
* QFactoryLoader: add metaDataKeys() to return just the "Keys" entryThiago Macieira2023-11-282-6/+73
* QFactoryLoader: rewrite parse() using the new iterateInPluginMetaData()Thiago Macieira2023-11-281-20/+34
* QFactoryLoader::instance(): don't fully parse static plugins' dataThiago Macieira2023-11-281-5/+118
* Define PN_XNUM if not defined in elf.hMichał Łoś2023-10-261-0/+4
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-1/+1
* QUuid: de-pessimize QDataStream operatorMarc Mutz2023-10-061-7/+9
* QElfParser: handle the case of PN_XNUM program headersThiago Macieira2023-09-091-0/+2
* QUuid: drop the noexcept of fromBytes()Marc Mutz2023-08-231-3/+2
* QUuid: convert bswap(Id128Bytes) to a hidden friend of Id128BytesIvan Solovev2023-08-182-13/+69
* QUuid: use 'inline' keyword on method declarationsIvan Solovev2023-08-171-6/+7
* QUuid: improve documentation regarding the order parameterIvan Solovev2023-08-161-4/+4
* Remove QUuid(quint128) constructor againMarc Mutz2023-08-142-26/+12
* QUuid: add a named fromUInt128() ctorMarc Mutz2023-08-112-1/+16
* QUuid: make (quint128) ctor explicitMarc Mutz2023-08-111-1/+1
* Use QT_SUPPORTS_INT128 macro to handle 128-bit integral typesIvan Solovev2023-08-011-3/+3
* Doc: Generalize statement about QLibrary::unload() and macOSKai Köhne2023-07-271-1/+3
* QFactoryLoader: fix mem-leak on setExtraSearchPath()Marc Mutz2023-07-212-12/+21
* Explicitly specify the alignment of QUuid::Id128Bytes unionIvan Solovev2023-07-171-1/+1
* QUuid: handle quint128 and Id128Bytes data in the same wayIvan Solovev2023-07-171-15/+29
* QUuid: remove pointless inline keywordIvan Solovev2023-07-171-2/+2
* Revert "QUuid: use NSDMI to initialize the members"Ivan Solovev2023-07-121-5/+6
* QLibrary: make isLoaded() report whether this object has load()edThiago Macieira2023-07-101-4/+7
* Move plug and paint example to manual testTor Arne Vestbø2023-06-301-7/+2
* QLibraryPrivate: Actually merge load hintsIevgenii Meshcheriakov2023-06-202-3/+15
* QUuid: fix qSwap() use in constexpr functionMarc Mutz2023-06-141-3/+4
* QFactoryLoader: add assert and explicitly cast to intAhmad Samir2023-06-111-2/+4
* QElfParser: use ELFOSABI_LINUX instead of ELFOSABI_GNUThiago Macieira2023-06-071-6/+1
* QElfParser: fix build if EM_S390 is not definedThiago Macieira2023-06-071-0/+2
* QUuid: add support for 128-bit integersThiago Macieira2023-05-202-3/+66
* Q{Plugin,Factory}Loader: downgrade warnings to debug messagesThiago Macieira2023-05-051-2/+2
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-252-2/+2
* QPluginLoader: don't instantiante multiple, identical instancesThiago Macieira2023-04-051-1/+13