summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the Qt5Core library does not contain "QTMETADATA ".Friedemann Kleint2014-01-091-1/+2
* Doc: corrected broken linksNico Vertriest2013-12-201-0/+1
* Doc: fixed invalid referenceNico Vertriest2013-12-031-1/+1
* qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz2013-11-151-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-083-25/+25
* WinRT: QLibrary & plugin supportAndrew Knight2013-09-202-1/+19
* qpluginloader: fix static build (on iOS)Richard Moe Gustavsen2013-09-051-0/+2
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-045-15/+66
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-1/+2
|\
| * Fix warning about using QString's const char* constructor on MacThiago Macieira2013-07-201-1/+2
* | Make the Mach-O size checking a little more robustThiago Macieira2013-07-201-20/+25
* | Simplify the QLibrary plugin-detection codeThiago Macieira2013-07-201-104/+12
* | Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-204-6/+321
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-10/+9
|\
| * QFactoryLoader: Release unused libraries.Friedemann Kleint2013-06-181-1/+6
| * Remove unused member QFactoryLoaderPrivate::keyList.Friedemann Kleint2013-06-181-9/+3
* | Print directories for QT_DEBUG_PLUGINSKai Koehne2013-06-051-0/+4
|/
* Doc: added details for QRegisterStaticFunction(plugin)Nico Vertriest2013-04-191-1/+2
* qdoc: Use Q_QDOC in quuid.h to help qdocMartin Smith2013-04-031-5/+5
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2010-91/+143
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-6/+6
| * re-enable QT_NO_LIBRARY support on WindowsOswald Buddenhagen2013-03-143-15/+3
| * Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-272-5/+6
| * 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-022-4/+14
| * Improve QLibrary global destructionThiago Macieira2013-02-022-39/+111
| * Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-295-20/+0
| * Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2318-18/+18
| |\
| * | Do not define QT_NO_DYNAMIC_LIBRARY for VxWorks process (RTP)Pasi Petäjäjärvi2013-01-231-1/+1
* | | Doc: corrected snippet statement in qplugin.qdocNico Vertriest2013-03-141-1/+1
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-1818-18/+18
|/
* Fix warning about cast from ASCII.Friedemann Kleint2013-01-071-1/+1
* Improve Cocoa platform plugin loading.Morten Johan Sorvig2012-12-122-1/+22
* Remove QUUID_STRING from qfeatures.{h,txt}Tasuku Suzuki2012-12-052-16/+1
* QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-044-49/+118
* Review of documentation.Michele Caini2012-10-191-3/+27
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2218-422/+422
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-1/+1
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Fix static plugins for classes in namespaces.Friedemann Kleint2012-08-301-6/+6
* Plugin metadata is now updated in setFileName(), not load().Lukas Geyer2012-08-293-6/+16
* Fix plugin docs regarding location of json files.Stephen Kelly2012-08-271-1/+2
* Update Q_PLUGIN_METADATA docu.Peter Kümmel2012-08-261-1/+6
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-234-0/+4
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-202-2/+2
* Fix more qdoc errorsLars Knoll2012-08-201-5/+7
* Fix reloading of pluginsLars Knoll2012-08-011-0/+1
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-232-7/+10
* Improve the loading performance of QLibrarySean Harmer2012-07-233-33/+80