summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qlibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-10/+8
* QLibrary: Use QTaggedPointer for the did_load flagUlf Hermann2020-09-221-17/+12
* Fix a number of MSVC integer conversion warningsFriedemann Kleint2020-09-101-1/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-7/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-121-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+0
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-081-2/+0
| |\
| | * QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-061-2/+0
* | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-22/+61
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-22/+61
| |\|
| | * QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-031-15/+27
| | * QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-031-9/+36
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-17/+17
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-17/+17
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-221-1/+1
|\|
| * Enable debug plugin check for MinGW / Unix in debug_and_release modeCristian Adam2019-09-171-1/+1
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-2/+2
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-8/+8
| |\
| * \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-11/+11
| |\ \
| * | | Bump version to Qt 6Lars Knoll2019-05-141-2/+2
* | | | 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
* | | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-8/+8
| |_|/ |/| |
* | | QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-10/+10
|/ /
* / Disable debug plugin check for MinGWCristian Adam2019-05-201-1/+1
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-4/+4
|\
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-4/+4
* | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-2/+2
|/
* Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-011-18/+26
* Merge branch '5.11' into devEdward Welbourne2018-07-311-2/+3
|\
| * Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-191-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-26/+20
|\|
| * QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-141-26/+20
* | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-281-2/+2
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-8/+21
|\
| * Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
* | Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+6
|/
* Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-181-1/+2
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-4/+0
* Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-221-0/+1
* Fix QLibrary::isLibrary on Apple platformsFilipe Azevedo2017-02-121-21/+13
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-4/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-4/+4
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-2/+7
|\| |
| * | Update QLibrary's debug output when loading failedThiago Macieira2016-07-201-2/+7