summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qlibrary_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-5/+2
* Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-221-13/+0
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-181-11/+14
* QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-231-1/+6
* Move most of the QLibraryPrivate initialization to its constructorThiago Macieira2014-06-211-2/+4
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-041-3/+0
* Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-271-0/+2
* Work around an unfixed glibc bug in dlclose(3) on exitThiago Macieira2013-02-021-1/+3
* Improve QLibrary global destructionThiago Macieira2013-02-021-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-041-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Plugin metadata is now updated in setFileName(), not load().Lukas Geyer2012-08-291-0/+1
* Remove support for Qt 4 style pluginsLars Knoll2012-06-061-1/+0
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* Implement new plugin mechanismLars Knoll2012-02-151-3/+16
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-2/+1
|\
| * Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-051-2/+1
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-031-2/+2
|\|
| * Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-251-2/+2
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-2/+2
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+124