summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-1/+1
* Change license for tests filesLucie Gérard2024-02-049-9/+9
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-082-0/+16
* QMetaType: fix recursive detection of std::optional operatorsThiago Macieira2023-07-311-0/+20
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-282-0/+56
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-302-1/+128
* qfloat16: make it a built-in metatypeThiago Macieira2022-11-281-0/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-271-14/+53
* Compile guard tests in corelib/kernel that need threading supportMikolaj Boc2022-09-112-0/+4
* tst_qmetatype: port away from deprecated callsIvan Solovev2022-08-304-156/+304
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-1/+1
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+8
* QMetaType: add a test to confirm that types are equal across librariesThiago Macieira2022-08-127-5/+193
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-272-20/+106
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-261-0/+24
* QMetaType: fix isRegistered()Thiago Macieira2022-07-262-0/+10
* tst_QMetaType: suppress most warningsThiago Macieira2022-07-261-1/+16
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-262-52/+42
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-165-135/+10
* QMetaType: Fix normalization on MSVC if name contains enumFabian Kosmale2022-05-121-0/+6
* Clean up includes involving tst_qmetatype_common.hEdward Welbourne2022-04-262-4/+4
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-17/+0
* tst_QMetaType: remove call to pthread_yield()Thiago Macieira2022-01-191-3/+0
* tst_QMetaType: remove the IsInitialized checkThiago Macieira2022-01-192-28/+11
* tst_qmetatype: add a few more row for QMetaType::UknknownTypeThiago Macieira2022-01-191-0/+23
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-182-0/+55
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-132-2/+30
* tst_qmetatype: fix memleaksMarc Mutz2021-12-221-4/+11
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-162-0/+19
* tst_qmetatype: remove traces of compiler workarounds againMarc Mutz2021-12-163-13/+0
* tst_qmetatype: remove the previous MingW workaroundMarc Mutz2021-12-161-8/+0
* tst_qmetatype: remove the previous clang-arm workaroundMarc Mutz2021-12-151-5/+0
* Revert "tst_qmetatype: Temporarily disable expensive tests on QNX"Marc Mutz2021-12-151-2/+2
* tst_qmetatype: factor the most expensive test into its own TUMarc Mutz2021-12-074-81/+127
* tst_qmetatype: move an #ifdef to the headerMarc Mutz2021-12-072-8/+8
* tst_qmetatype: Temporarily disable expensive tests on QNXFabian Kosmale2021-11-251-2/+5
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-0/+15
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-03-251-0/+10
* tst_qmetatype: RELOCATABLE -> PRIMITIVE is binary compatibleFabian Kosmale2021-03-051-1/+10
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-262-0/+20