summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qlibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-231-13/+22
* Move most of the QLibraryPrivate initialization to its constructorThiago Macieira2014-06-211-9/+26
* Don't allow the QLibraryStore to be recreated during shutdownThiago Macieira2014-01-221-6/+15
* Ensure that the Qt5Core library does not contain "QTMETADATA ".Friedemann Kleint2014-01-091-1/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-8/+8
* Simplify the QLibrary plugin-detection codeThiago Macieira2013-07-201-104/+12
* Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-201-4/+25
* Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-271-5/+4
* Don't try to unload a library that isn't loadedThiago Macieira2013-02-271-1/+1
* Fix crash-on-exit with some plugin systems (e.g. sensors)Thiago Macieira2013-02-071-8/+9
* Work around an unfixed glibc bug in dlclose(3) on exitThiago Macieira2013-02-021-3/+11
* Improve QLibrary global destructionThiago Macieira2013-02-021-38/+109
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Improve Cocoa platform plugin loading.Morten Johan Sorvig2012-12-121-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Plugin metadata is now updated in setFileName(), not load().Lukas Geyer2012-08-291-6/+12
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix reloading of pluginsLars Knoll2012-08-011-0/+1
* Improve the loading performance of QLibrarySean Harmer2012-07-231-7/+16