summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qlibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-17/+17
* 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
* | 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
* | | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-1/+1
|\|
| * make plugin meta data load failure error message less crypticOswald Buddenhagen2016-06-221-1/+1
* | Implement QLibrary::PreventUnloadHint for WindowsThiago Macieira2016-05-081-2/+0
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtCore: eradicate all Q_FOREACH loops [threads, plugins]Marc Mutz2016-01-041-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-4/+2
|\|
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-4/+2
* | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-181-2/+2
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-4/+4
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-4/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | WinRT: fix QLibrary::isLibrary() due to incomplete #if statementJochen Seemann2015-02-071-1/+1
* | Add DeepBind option to QLibraryAllan Sandfeld Jensen2014-12-021-0/+5
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-21/+13
|\|
| * Doc: 2 minor corrections in corelib/pluginNico Vertriest2014-09-251-2/+2
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QLibrary: simplify qt_debug_component()Marc Mutz2014-09-121-4/+1
* | QLibrary: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/
* Don't store QLibraryPrivate with empty file names in the global storeThiago Macieira2014-07-231-2/+2