summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* QLibrary: fix use of deprecated QByteArrayMatcher::indexIn(p, n)Marc Mutz2022-06-141-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1624-909/+57
* Fix build on CentOS 7Ilya Fedin2022-04-131-0/+2
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-3/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-268-18/+18
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-2510-55/+73
* Fix a few more {QString, QByteArray}::count() deprecation warningsSona Kurazyan2022-03-171-1/+1
* QLibrary: restore translated stringMarc Mutz2022-03-171-6/+6
* QLibrary: fix possible arg() format clobberingMarc Mutz2022-03-151-3/+3
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* QPluginParsedMetaData: avoid the indirection through QCborMapThiago Macieira2022-02-161-1/+1
* QCborArray: use QCborValueConstRefThiago Macieira2022-02-151-3/+3
* QLibrary: add a #warning if the fall-back plugin-meta-data parser is usedMarc Mutz2022-02-161-0/+2
* QLibrary: use QStaticByteArrayMatcherMarc Mutz2022-02-151-2/+10
* QLibrary: Suppress GCC 12 warning about dangling pointer accessThiago Macieira2022-02-111-12/+13
* QPluginLoader: report the right load hintsGiuseppe D'Angelo2022-02-031-3/+10
* QCoffPeParser: simplify std::optional checkMarc Mutz2022-02-011-1/+1
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-011-2/+2
* QFactoryLoader: merge the global statics into a single structThiago Macieira2022-01-211-12/+21
* QFactoryLoader: replace indexed loops with ranged onesThiago Macieira2022-01-211-16/+12
* QFactoryLoader: use RAII for QLibraryPrivateThiago Macieira2022-01-211-9/+10
* QFactoryLoader: use QDirIterator instead of QDirThiago Macieira2022-01-211-4/+4
* QFactoryLoader: remove check-before-use of a directoryThiago Macieira2022-01-201-3/+0
* QFactoryLoader: there's only one of this, so removeOne(this)Thiago Macieira2022-01-201-1/+1
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-202-3/+34
* QFactoryLoader: separate the updating of each plugin pathThiago Macieira2022-01-201-92/+97
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-122-2/+2
* QCoffParser: Replace windows.h with qt_windows.hYuhang Zhao2021-12-091-4/+1
* QNX: check and use elf.h from alternative locationJanne Juntunen2021-11-304-7/+15
* Q{CoffPe,Elf,MachO}Parser: check that the magic string is presentThiago Macieira2021-11-193-8/+31
* QPluginLoader: add COFF PE file parserThiago Macieira2021-11-193-0/+489
* CMake: reorganize the QT_FEATURE_library portion of CMakeLists.txtThiago Macieira2021-11-191-4/+0
* QLibrary/QPlugin/QFactoryLoader: convert to category loggingThiago Macieira2021-11-114-68/+46
* QFactoryLoader: unconditionally provide toJsonFabian Kosmale2021-11-101-2/+0
* QPluginLoader: fix indentation and commentsThiago Macieira2021-11-051-5/+3
* QFactoryLoader: remove the porting hack to complete the port to CBORThiago Macieira2021-11-042-20/+5
* QPluginLoader/ELF: fix Clang ASan buildsThiago Macieira2021-11-041-1/+9
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-203-20/+43
* QPlugin: keep the CBOR data as CBORThiago Macieira2021-10-206-78/+110
* QPluginLoader: use constexpr variables for detecting debug pluginsThiago Macieira2021-10-181-10/+14
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-182-17/+249
* QPlugin: add qt_plugin_query_metadata_v2() to dynamic pluginsThiago Macieira2021-10-112-13/+29
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-112-6/+17
* QElfParser: rewrite using elf.hThiago Macieira2021-10-063-167/+499
* QPlugin: pass the direct header to qJsonFromRawLibraryMetaData()Thiago Macieira2021-10-045-7/+23
* QPlugin: add error messages to the qt_get_metadata()Thiago Macieira2021-10-041-6/+7
* QPlugin: simplify handling of exact results from Q{Elf,Mach}ParserThiago Macieira2021-10-042-41/+27