summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader
Commit message (Expand)AuthorAgeFilesLines
* Add license headers to cmake filesLucie Gérard2022-08-036-0/+18
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-284-7/+7
* Use SPDX license identifiersLucie Gérard2022-05-1613-352/+27
* Android: activate tst_QPluginLoaderIvan Solovev2022-03-303-5/+64
* 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
* QPluginLoader: fix indentation and commentsThiago Macieira2021-11-051-1/+1
* QPluginLoader/ELF: fix Clang ASan buildsThiago Macieira2021-11-041-1/+3
* QNX: Handle missing elf.h gracefullyJanne Juntunen2021-10-281-5/+11
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-185-62/+502
* QElfParser: rewrite using elf.hThiago Macieira2021-10-069-55/+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
* tst_QPluginLoader: Simplify creating a fake pointer in fakeplugin.cppMartin Storsjö2021-08-201-2/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-123-83/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0712-176/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-239-59/+18
* CMake: Fix failing tests on macOS developer buildsAlexandru Croitor2020-09-221-0/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-2/+2
* Fix warning when comparing qsizetype to result of sizeofTor Arne Vestbø2020-07-261-1/+1
* tst_QPluginLoader: Fix MachO stub testsTor Arne Vestbø2020-07-222-5/+12
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-098-23/+21
* CMake: Fix failing plugin tests on MinGWAlexandru Croitor2020-06-091-0/+7
* Remove winrtOliver Wolff2020-06-066-32/+0
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-1/+1
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* | Regenerate TestsLeander Beernaert2020-01-162-1/+2
* | Distinguish between qt_plugin and regular pluginsLeander Beernaert2019-10-288-12/+149
* | Convert corelib plugin testsLeander Beernaert2019-10-217-0/+182
|/
* Disable debug-and-release builds for MinGWSimon Hausmann2019-09-181-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-112-1/+2
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-1/+1
|\
| * Fix build with -no-gui on macOSAlex Richardson2019-03-041-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-046-61/+80
|\|
| * Avoid invalid qmake code in macOS-specific pluginloader testUlf Hermann2018-11-306-61/+80
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-1/+1
|\|
| * Use msvc qmake scope where appropriateJoerg Bornemann2018-11-221-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-113-1/+26
|\|
| * moc: Fix compilation of text strings containing non-ASCIIThiago Macieira2018-09-103-1/+26
* | QPluginLoader: pave the way for Qt 6 plugin meta dataThiago Macieira2018-08-216-1/+91
|/
* Enable QPluginLoader test for static buildsSimon Hausmann2018-08-031-0/+31