summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-2/+4
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Fix building with QT_NO_LIBRARYUlf Hermann2015-09-301-3/+6
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0510-10/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0115-15/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-2/+2
* | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-182-1/+12
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-012-2/+2
|\
| * fix usage of wince scopeOswald Buddenhagen2015-06-052-2/+2
* | Fix building tst_QPluginLoader on OS X, non-devel buildsFrederik Gladhorn2015-05-131-2/+2
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-1/+1
|\|
| * The qpluginloader machtest needs Q_AUTOTEST_EXPORTFrederik Gladhorn2015-04-301-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-3/+17
|\|
| * QUuid: add missing relational operatorsMarc Mutz2015-04-041-3/+17
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-2/+5
|\|
| * Fix building test qpluginloader/machtest against installed qtbaseFrederik Gladhorn2015-03-251-2/+5
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-241-4/+4
|\|
| * Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-4/+4
* | Allow passing absolute paths without file extension to QPluginLoaderAlex Richardson2015-02-261-0/+15
|/
* Update copyright headersJani Heikkinen2015-02-1125-172/+172
* Update license headers and add new license filesMatti Paaso2014-09-2425-472/+272
* Don't store QLibraryPrivate with empty file names in the global storeThiago Macieira2014-07-231-0/+3
* Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-231-0/+8
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+1
|\
| * Android: Fix compilation of qpluginloader testEskil Abrahamsen Blomfeldt2014-06-301-1/+1
* | Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-3/+3
|/
* qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz2013-11-151-0/+12
* don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-163-0/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+1
|\
| * tests: Make the QT assignments more explicitSergio Ahumada2013-08-211-1/+1
* | OSX: Make machtest compile on 10.9Liang Qi2013-08-051-2/+2
* | Make the Mach-O size checking a little more robustThiago Macieira2013-07-203-3/+222
* | Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-206-2/+289
|/
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-1/+1
* Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-273-1/+60
* Autotest: check that the plugin was actually unloaded in QPluginLoaderThiago Macieira2013-02-271-0/+20
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2322-22/+22
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1822-22/+22
* | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-231-0/+4
|/
* QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-044-6/+30
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2222-545/+545
* Test: fix warning for tst_QPluginLoader::loadGarbageCaroline Chao2012-09-221-3/+5
* remove mentions of borland from project filesOswald Buddenhagen2012-09-193-3/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0115-0/+15
* Fix reloading of pluginsLars Knoll2012-08-011-0/+24
* make use of $$[FOO/get] propertiesOswald Buddenhagen2012-06-191-2/+2
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-285-0/+5
* Remove insignification from QPluginLoader and QFactoryLoader tests.Jason McDonald2012-04-172-3/+0
* Fix a crash in QFactoryLoaderJonas Rabbe2012-03-2912-0/+476