summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* QPluginLoader: modernize static plugin instance codeThiago Macieira2023-03-281-6/+5
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-205-11/+11
* Darwin: Ensure encrypted library is loaded before parsing plugin metadataTor Arne Vestbø2023-02-173-8/+51
* wasm: don't call dlopen() on static buildsMorten Sørvig2023-02-141-0/+5
* Trace: Convert qtcore module to use tracepointgen toolAntti Määttä2023-02-102-0/+5
* Add/enable Alpha detectionPino Toscano2023-02-071-0/+3
* QUuid: add the ability to specify the byte order for 128-bit IDsThiago Macieira2022-12-162-15/+35
* QUuid: add a trivial structure to support exactly 128 bitsThiago Macieira2022-12-162-39/+94
* QUuid: use NSDMI to initialize the membersThiago Macieira2022-12-161-5/+5
* Add LoongArch detectionWANG Xuerui2022-12-041-0/+5
* 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