summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qplugin.h
Commit message (Expand)AuthorAgeFilesLines
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* QPluginMetaData: replace manual loop with q20::copy_nMarc Mutz2022-10-081-3/+3
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QPluginLoader: fix indentation and commentsThiago Macieira2021-11-051-5/+3
* QPluginLoader/ELF: fix Clang ASan buildsThiago Macieira2021-11-041-1/+9
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-201-0/+1
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-181-0/+29
* QPlugin: add qt_plugin_query_metadata_v2() to dynamic pluginsThiago Macieira2021-10-111-4/+7
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-111-3/+16
* QPlugin: update the arch requirements to match the x86-64 ISA levelsThiago Macieira2021-10-041-2/+21
* QPlugin: move some of the logic from moc's output to qplugin.hThiago Macieira2021-10-041-8/+68
* QPlugin: make the macros match the scanning code for ELF systemsThiago Macieira2021-09-141-1/+1
* QPlugin: remove Q_EXTERN_C macroThiago Macieira2021-09-141-13/+4
* QStaticPlugin: Reorder class membersVolker Hilsheimer2020-09-251-5/+4
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-39/+0
* Suffix qt_pluginMetaData with class nameTor Arne Vestbø2020-07-161-4/+4
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Fix qplugin.h for Qt 6Lars Knoll2019-05-051-6/+26
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-021-0/+15
|\
| * Plugins: Save some architectural requirement flagsThiago Macieira2018-09-011-0/+15
* | QPluginLoader: pave the way for Qt 6 plugin meta dataThiago Macieira2018-08-211-1/+25
|/
* Plugins: remove unused macroThiago Macieira2018-07-091-1/+0
* Make it easier to use resources in plugins when using static linkingSimon Hausmann2018-04-231-1/+11
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Replace old C-style castAndré Klitzing2015-07-221-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Place the Qt plugin metadata in a PE-COFF section with MinGW tooThiago Macieira2014-11-081-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-041-2/+14
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix static plugins for classes in namespaces.Friedemann Kleint2012-08-301-6/+6
* Make sure you can link against more than one static pluginLars Knoll2012-06-121-3/+3
* Remove support for Qt 4 style pluginsLars Knoll2012-06-061-49/+3
* Place the plugin metadata into special sections for Mac and WinLars Knoll2012-05-051-3/+15
* [QTBUG-22847] Compile with C++11 compilerMarc Mutz2012-02-171-3/+3
* Implement new plugin mechanismLars Knoll2012-02-151-28/+56
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove the build-key from the plugin verification dataBradley T. Hughes2011-09-021-2/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+152