summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-2114-38/+33
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Fix some qdoc warnings from QStaticPluginVolker Hilsheimer2020-09-281-28/+25
* QStaticPlugin: Reorder class membersVolker Hilsheimer2020-09-251-5/+4
* QLibrary: Use QTaggedPointer for the did_load flagUlf Hermann2020-09-222-19/+19
* QUuid: merge toString() overloads and toByteArray() overloadsEdward Welbourne2020-09-142-94/+4
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Make QUUid constructors from string like types explicitLars Knoll2020-08-271-3/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-9/+9
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-244-68/+0
* Suffix qt_pluginMetaData with class nameTor Arne Vestbø2020-07-161-4/+4
* QFactoryLoader: Do not call unload() automaticallyUlf Hermann2020-07-011-4/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-293-5/+5
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-2/+2
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-122-5/+5
* Remove winrtOliver Wolff2020-06-062-27/+0
* QFactoryLoader: port a local QStringList to QDuplicateTrackerMarc Mutz2020-06-051-3/+3
* Add missing lock in QFactoryLoaderAlex Blasche2020-06-031-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-0/+3
|\
| * QFactoryLoader: Fix warning about binary JSON being deprecatedThiago Macieira2020-04-091-0/+3
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-092-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-083-6/+11
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-083-2/+7
| |\
| | * QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-063-2/+7
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-061-4/+4
| |\|
| | * QLibrary/Android: Correct improper mergingThiago Macieira2020-04-031-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-166-82/+108
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-116-82/+108
| |\|
| | * QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-035-52/+68
| | * QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-032-12/+0
| | * QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-033-22/+44
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\| |
| * | Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-132-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-292-2/+4
| |\|
| | * Doc: QPluginLoader: remove the claim we search the current dirThiago Macieira2020-01-181-1/+1
| | * QLibrary/Unix: do not attempt to load a library relative to $PWDThiago Macieira2020-01-181-1/+3
* | | Remove comments about destructors needing to be emptyJan Arve Sæther2020-02-111-1/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-094-26/+26
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-064-26/+26
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-252-2/+1
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
| |/
| * Do not load plugin from the $PWDOlivier Goffart2019-11-111-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-041-1/+1
|\|
| * Android: Fix plugins namingBogDan Vatra2019-10-011-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-243-1/+29
|\|
| * Android: Fix loading of pluginsBogDan Vatra2019-09-223-1/+29
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-221-1/+1
|\|