summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* corelib: Support ELFOSABI_LINUX in qelfparserNiclas Rosenvik2022-11-041-0/+5
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-212-5/+5
* QLibrary: fix loading multiple versions of a libraryThiago Macieira2022-10-201-5/+9
* QLibrary: fix load() after a failed load()Thiago Macieira2022-10-181-2/+4
* QLibrary::setFileNameAndVersion: reset the tag after findOrCreateThiago Macieira2022-10-171-2/+3
* QLibrary: merge duplicated setFileName{,AndVersion} codeThiago Macieira2022-10-141-14/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-115-7/+7
* [Linux] Remove workaround for glibc to actually unload a libraryFushan Wen2022-10-101-6/+1
* Add M68k detectionPino Toscano2022-10-091-0/+3
* QPluginMetaData: replace manual loop with q20::copy_nMarc Mutz2022-10-081-3/+3
* Add HPPA detectionPino Toscano2022-10-071-0/+3
* Fix build with SPARC SolarisMårten Nordheim2022-10-061-2/+0
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* QPluginLoader: Fix the expected machine word for Windows on ARMMartin Storsjö2022-09-271-1/+1
* QSystemLibrary: Use Windows functionality directlyYuhang Zhao2022-08-251-8/+8
* Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN descriptionKai Köhne2022-08-241-5/+3
* QSystemLibrary: Cache the system directory pathYuhang Zhao2022-08-231-9/+11
* QSystemLibrary: Use in-class initializationYuhang Zhao2022-08-231-7/+4
* QSystemLibrary: Replace 0 with nullptrYuhang Zhao2022-08-212-7/+7
* 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