summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qfactoryloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-3/+3
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-7/+9
* QCborArray: use QCborValueConstRefThiago Macieira2022-02-151-3/+3
* 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-201-2/+32
* QFactoryLoader: separate the updating of each plugin pathThiago Macieira2022-01-201-92/+97
* QLibrary/QPlugin/QFactoryLoader: convert to category loggingThiago Macieira2021-11-111-16/+11
* QFactoryLoader: unconditionally provide toJsonFabian Kosmale2021-11-101-2/+0
* QFactoryLoader: remove the porting hack to complete the port to CBORThiago Macieira2021-11-041-0/+2
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-201-17/+21
* QPlugin: keep the CBOR data as CBORThiago Macieira2021-10-201-45/+47
* QPlugin: pass the direct header to qJsonFromRawLibraryMetaData()Thiago Macieira2021-10-041-4/+0
* QPlugin: update the arch requirements to match the x86-64 ISA levelsThiago Macieira2021-10-041-5/+7
* QPlugin: use one global metadata magic stringThiago Macieira2021-10-041-23/+14
* src/corelib/plugin: sort #includesThiago Macieira2021-10-041-11/+13
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-141-3/+0
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-1/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-16/+0
* QFactoryLoader: Do not call unload() automaticallyUlf Hermann2020-07-011-4/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* QFactoryLoader: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-051-3/+3
* Add missing lock in QFactoryLoaderAlex Blasche2020-06-031-0/+1
* QFactoryLoader: Fix warning about binary JSON being deprecatedThiago Macieira2020-04-091-0/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-9/+4
|\
| * QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-031-10/+5
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
|/
* Android: Fix plugins namingBogDan Vatra2019-10-011-1/+1
* Android: Fix loading of pluginsBogDan Vatra2019-09-221-1/+11
* Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-1/+1
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Plugins: Save some architectural requirement flagsThiago Macieira2018-09-011-3/+19
* Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-011-12/+63
* Merge branch '5.11' into devEdward Welbourne2018-07-311-0/+24
|\
| * Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-191-0/+24
* | QLibrary: find AVX2 (Haswell) optimized plugins and librariesThiago Macieira2018-07-091-0/+5
* | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-281-1/+1
* | macOS: Explicitly link to debug version of framework when neededTor Arne Vestbø2018-03-161-19/+12
|/
* Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+5
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+2
|\
| * QtCore: include mocsThiago Macieira2017-05-051-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-201-6/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-6/+6
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-6/+6
* | | Use new QStringList::contains(QL1S)Anton Kudryavtsev2017-03-201-2/+2
|/ /