summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qlibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Check for 0 before accessing the pointerLars Knoll2012-07-301-0/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qa-teamQt Continuous Integration System2011-08-221-1/+1
|\
| * Doc: Fixing typoSergio Ahumada2011-08-171-1/+1
* | Fix the compilation error when QT_NO_PLUGIN_CHECK was set.Nikolaos Korkakakis2011-07-261-1/+6
|/
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fix regression with QSettings patchmae2011-05-021-1/+1
* Reduce open and stat system calls for QSettingsmae2011-04-291-11/+2
* Avoid repeatedly trying to load unloadable plugins, causing slownessaavit2011-03-231-2/+7
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Fix compiler warnings in qelfparserArvid Ephraim Picciani2010-10-221-1/+2
* | Fix crashes on exit.Thomas Zander2010-09-301-3/+0
* | Merge the armv6 and arm architecturesBradley T. Hughes2010-09-231-0/+3
* | Enable QLibrary debugging via QT_DEBUG_PLUGINSArvid Ephraim Picciani2010-09-061-7/+5
* | Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-09-011-4/+24
* | revert 3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8eArvid Ephraim Picciani2010-08-311-24/+4
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-311-4/+24
|\ \
| * | find .rodata in qt plugins to optimize loading of plugins with no qt sectionArvid Ephraim Picciani2010-08-301-10/+19
| * | Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-08-271-3/+14
| * | use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-271-43/+5
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-44/+9
|\ \ \ | |/ / |/| / | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-271-43/+5
| |\
| | * use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-261-43/+5
| * | Introduce a second compatibility build key to Qt.Thiago Macieira2010-08-241-1/+4
| |/
* | Qt now really unloads plugins and libraries when exiting an appThierry Bastian2010-06-041-5/+26
* | Fix to allow upper- and lowercase .dll suffix on windowsZeno Albisser2010-05-031-2/+2
* | Unable to load plugin DLLs compiled with the '/clr' optionPrasanth Ullattil2010-04-271-44/+96
|/
* [plugins] Don't conclude that a .debug file is a plugin.Thiago Macieira2010-04-031-0/+14
* Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-0/+1
|\
| * Added some missing documentation.axis2010-02-021-0/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\|
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Merge commit 'oslo-staging-1/4.6' into master-mainlineRichard Moe Gustavsen2009-12-041-1/+1
|\|
| * Don't look at the patch-level number when loading plugins.Thiago Macieira2009-12-021-1/+1
* | Fix plugin mis-caching issues with universal binaries on MacMorten Johan Sørvig2009-11-251-0/+16
|/
* QLibrary on Windows: Do not show error boxes when library load failsPeter Hartmann2009-10-271-0/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Fix crash at program exit: Q_GLOBAL_STATIC is zeroed.Thiago Macieira2009-08-211-1/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-7/+22
|\ \
| * | Speed up plugin loading by not constructing a new QSettings each time.Jan-Arve Sæther2009-08-211-8/+22
* | | Clarified comment on ordinal use in QLibraryPrivate::loadPlugin()Miikka Heikkinen2009-08-201-2/+5