summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/tst_qpluginloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Android: activate tst_QPluginLoaderIvan Solovev2022-03-301-2/+34
* QPluginLoader: report the right load hintsGiuseppe D'Angelo2022-02-031-1/+10
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-121-3/+3
* QNX: check and use elf.h from alternative locationJanne Juntunen2021-11-301-9/+8
* Fix test when accessing patched plugin too fastPasi Petäjäjärvi2021-11-191-3/+18
* QNX: Handle missing elf.h gracefullyJanne Juntunen2021-10-281-5/+11
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-181-44/+282
* QElfParser: rewrite using elf.hThiago Macieira2021-10-061-46/+317
* Q{Elf,Mach}Parser: harmonize the arguments passedThiago Macieira2021-10-041-3/+4
* Q{Elf,Mach}Parser: simplify the return codesThiago Macieira2021-09-241-33/+33
* tst_qplugin{,loader}: make it pass on MacsThiago Macieira2021-09-241-6/+6
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* Fix warning when comparing qsizetype to result of sizeofTor Arne Vestbø2020-07-261-1/+1
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-1/+2
|\
| * QPluginLoader: fix failing test comparing the Qt versionThiago Macieira2019-07-031-1/+2
* | moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATAUlf Hermann2019-04-111-0/+1
|/
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-111-0/+8
|\
| * moc: Fix compilation of text strings containing non-ASCIIThiago Macieira2018-09-101-0/+8
* | QPluginLoader: pave the way for Qt 6 plugin meta dataThiago Macieira2018-08-211-1/+36
|/
* Enable QPluginLoader test for static buildsSimon Hausmann2018-08-031-0/+31
* tst_qpluginloader: Fix preprocessor conditionOliver Wolff2018-07-271-1/+1
* QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-141-2/+2
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-5/+0
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-2/+4
* Fix building tst_QPluginLoader on OS X, non-devel buildsFrederik Gladhorn2015-05-131-2/+2
* Allow passing absolute paths without file extension to QPluginLoaderAlex Richardson2015-02-261-0/+15
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-3/+3
* Make the Mach-O size checking a little more robustThiago Macieira2013-07-201-0/+5
* Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-201-0/+73
* Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-271-1/+48
* Autotest: check that the plugin was actually unloaded in QPluginLoaderThiago Macieira2013-02-271-0/+20
* 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-5/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Test: fix warning for tst_QPluginLoader::loadGarbageCaroline Chao2012-09-221-3/+5
* Fix reloading of pluginsLars Knoll2012-08-011-0/+24
* 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
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+2
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-11/+10
* Revert 3a0f5d04fce00812cddd44e54ef25f7ab7d9240dToby Tomkins2011-11-221-3/+3
* Improve diagnostics of QPluginLoader test.Jason McDonald2011-11-181-4/+4