summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin
Commit message (Expand)AuthorAgeFilesLines
* tst_QFactoryLoader: includemocsMårten Nordheim2024-03-122-0/+4
* Correct license for tools filesLucie Gérard2024-03-051-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-0430-30/+30
* Resurrect tests/auto/corelib/plugin/qpluginloader/machtestJoerg Bornemann2024-01-104-90/+143
* tst_QUuid: use int128 literals and QCOMPARE supportv6.7.0-beta1Marc Mutz2023-12-091-6/+3
* QFactoryLoader: add metaDataKeys() to return just the "Keys" entryThiago Macieira2023-11-281-4/+46
* QFactoryLoader::instance(): don't fully parse static plugins' dataThiago Macieira2023-11-286-3/+86
* tst_QFactoryLoader: remove unused member variableMarc Mutz2023-11-131-4/+0
* QTemporaryFile(Name): don't make the path absolute on generationThiago Macieira2023-10-261-1/+3
* QUuid: convert bswap(Id128Bytes) to a hidden friend of Id128BytesIvan Solovev2023-08-181-0/+17
* Remove QUuid(quint128) constructor againMarc Mutz2023-08-141-2/+2
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-2/+2
* Use QT_SUPPORTS_INT128 macro to handle 128-bit integral typesIvan Solovev2023-08-011-1/+1
* QUuid: handle quint128 and Id128Bytes data in the same wayIvan Solovev2023-07-171-6/+12
* QLibrary: make isLoaded() report whether this object has load()edThiago Macieira2023-07-101-20/+20
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-055-0/+30
* QLibraryPrivate: Actually merge load hintsIevgenii Meshcheriakov2023-06-204-4/+54
* QUuid: add support for 128-bit integersThiago Macieira2023-05-201-0/+26
* Q{Plugin,Factory}Loader: downgrade warnings to debug messagesThiago Macieira2023-05-051-4/+0
* QPluginLoader: don't instantiante multiple, identical instancesThiago Macieira2023-04-051-7/+19
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-204-8/+8
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1721-124/+4
* QUuid: add the ability to specify the byte order for 128-bit IDsThiago Macieira2022-12-161-0/+6
* QUuid: add a trivial structure to support exactly 128 bitsThiago Macieira2022-12-161-1/+23
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* QLibrary: fix loading multiple versions of a libraryThiago Macieira2022-10-201-0/+66
* QLibrary: fix load() after a failed load()Thiago Macieira2022-10-181-0/+74
* tst_QLibrary: add a cleanup() method to unload left-oversThiago Macieira2022-10-191-0/+33
* tst_QPlugin::scanInvalidPlugin(): de-duplicate a data-tagEdward Welbourne2022-10-111-2/+2
* tst_QUuid::fromString(): tweak a test to avoid data-tag collisionEdward Welbourne2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-012-0/+3
* CMake: Fix tst_qlibrary to work on macOS with debug buildsAlexandru Croitor2022-08-312-20/+40
* tst_qlibrary.cpp: remove extraneous _data functionThiago Macieira2022-08-301-7/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2322-22/+22
* Android: skip tst_QPluginLoader::loadSectionTableStrippedElf()Assam Boudjelthia2022-08-181-0/+4
* Add license headers to cmake filesLucie Gérard2022-08-0322-0/+66
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2812-15/+15
* Use SPDX license identifiersLucie Gérard2022-05-1630-812/+62
* Android: activate tst_QPluginLoaderIvan Solovev2022-03-304-9/+65
* Android: activate tst_QLibraryIvan Solovev2022-03-305-76/+62
* Android: activate tst_qfactoryloaderIvan Solovev2022-03-255-76/+50
* Android: activate tst_QPluginIvan Solovev2022-03-253-14/+34
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-172-6/+5
* Fix test when accessing patched plugin too fastPasi Petäjäjärvi2022-02-251-0/+5
* QPluginLoader: report the right load hintsGiuseppe D'Angelo2022-02-031-1/+10
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-201-4/+35
* 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