summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add license headers to cmake filesLucie Gérard2022-08-03298-0/+900
* QMetaObject: fix calling overloaded functions & constructorsThiago Macieira2022-08-011-2/+69
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-011-0/+24
* tst_QMetaType: fix warning that buffer may be unusedThiago Macieira2022-07-311-2/+2
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-291-16/+17
* QMetaObject: rewrite invokeMethod()Thiago Macieira2022-07-281-3/+13
* QMetaObject: rewrite QMetaMethod::invokeThiago Macieira2022-07-281-0/+4
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-28114-132/+132
* tst_QMetaObject: add a test for using Q_ARG with a non-const refThiago Macieira2022-07-271-0/+15
* tst_QMetaObject: make sure we don't mix references with non-refsThiago Macieira2022-07-271-0/+10
* tst_QMetaObject: add some tests for passing and receiving pointersThiago Macieira2022-07-273-1/+86
* tst_QMetaObject: change tests to forward-declared-onlyThiago Macieira2022-07-274-22/+42
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-271-2/+8
* 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
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-0/+40
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-2/+29
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-211-6/+6
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-0/+47
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-201-1/+1
* QMutex: limit moreStress test to idealThreadCount threadsVolker Hilsheimer2022-07-201-5/+7
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-141-0/+14
* QProcess: skip processesInMultipleThreads test on emulatorsVolker Hilsheimer2022-07-132-0/+6
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-0/+2
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-0/+17
* QJniObject: Add template overloads for get/setStaticFieldVolker Hilsheimer2022-07-121-0/+7
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-0/+1
* Port QXmlStremReader to QAnyStringViewSona Kurazyan2022-07-121-0/+22
* Add wasm exception for tst_qcharDavid Skoland2022-07-111-0/+5
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-101-0/+40
* Long live QDebug op<< QMetaType!Marc Mutz2022-07-091-0/+24
* Add support for scoped JNI callbacksJuha Vuolle2022-07-072-0/+89
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-062-32/+14
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-052-0/+27
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-0/+11
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-4/+0
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-211-2/+16
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-0/+20
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-20/+64
* function_ref test: Don't take reference of temporariesMårten Nordheim2022-06-201-5/+10
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-201-1/+37
* tst_qthread: Fix compilation under ubsanFabian Kosmale2022-06-201-4/+4
* Skip tests that terminate threads under ASANVolker Hilsheimer2022-06-191-0/+16
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-193-2/+280
* Endian: Remove old special integer bitfieldsUlf Hermann2022-06-161-29/+0
* QStringConverter: fix use-after-free in the stack in the testThiago Macieira2022-06-151-7/+11