summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-064-26/+26
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Do not load plugin from the $PWDOlivier Goffart2019-11-111-1/+0
* Android: Fix plugins namingBogDan Vatra2019-10-011-1/+1
* Android: Fix loading of pluginsBogDan Vatra2019-09-223-1/+29
* Enable debug plugin check for MinGW / Unix in debug_and_release modeCristian Adam2019-09-171-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-1/+1
|\
| * Revert "Disable debug plugin check for MinGW"Oliver Wolff2019-08-201-1/+1
* | Say hello to Android multi arch build in one goBogDan Vatra2019-08-261-0/+10
* | Android: Set RTLD_NODELETE on API 23+BogDan Vatra2019-08-231-2/+9
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\|
| * [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-1/+1
* | QtCore: use new QLatin1String::arg()Marc Mutz2019-06-031-6/+6
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-202-9/+9
* | QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-10/+10
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-1/+1
|\|
| * Disable debug plugin check for MinGWCristian Adam2019-05-201-1/+1
* | Fix qplugin.h for Qt 6Lars Knoll2019-05-051-6/+26
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* | moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATAUlf Hermann2019-04-111-2/+4
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-052-5/+5
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-042-5/+5
| |\
| | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-022-5/+5
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-032-30/+30
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-2/+2
|\| |
| * | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-2/+2
* | | More nullptr usage in headersKevin Funk2019-03-141-1/+1
|/ /
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-2/+2
|\|
| * Fix calculation of the string tab size in QElfParserThiago Macieira2018-11-281-2/+2
* | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-1/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-291-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-1/+1
| |\
| | * Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-151-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-061-1/+1
|\| |
| * | Android: Fix crashBogDan Vatra2018-09-031-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-029-35/+211
|\| |
| * | Plugins: Save some architectural requirement flagsThiago Macieira2018-09-013-6/+35
| * | Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-016-32/+179
| * | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-302-3/+3
* | | QPluginLoader: pave the way for Qt 6 plugin meta dataThiago Macieira2018-08-211-1/+25
|/ /
* | Merge branch '5.11' into devEdward Welbourne2018-07-314-11/+33
|\|
| * Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-194-11/+33
* | qlibrary_unix: work around compile bug in gcc5.4Mikhail Svetkin2018-07-181-4/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-175-31/+25
|\|
| * ELF parser: fix off-by-one errorThiago Macieira2018-07-141-1/+1
| * QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-145-30/+24
* | Plugins: remove unused macroThiago Macieira2018-07-091-1/+0
* | QLibrary: find AVX2 (Haswell) optimized plugins and librariesThiago Macieira2018-07-092-0/+28