summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qlibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Remove support for Qt 4 style pluginsLars Knoll2012-06-061-198/+4
* Provide access to RTLD_NODELETE flag on Unix.Yan Shapochnik2012-04-241-0/+6
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-5/+5
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-6/+6
* Implement new plugin mechanismLars Knoll2012-02-151-31/+128
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-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
* CodeCoverage: Remove releaseCoverageTool() function.Caroline Chao2012-01-051-21/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove symbian cases from library and plugin loading code.Stephen Kelly2011-12-121-64/+9
* Integrate testcocoon support into Qt build system.Rohan McGovern2011-11-151-0/+58
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-12/+0
* Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-051-107/+58
* Remove the build-key from the plugin verification dataBradley T. Hughes2011-09-021-46/+10
* Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-251-5/+5
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fix regression with QSettings patchmae2011-05-101-1/+1
* Reduce open and stat system calls for QSettingsmae2011-05-101-11/+2
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1295