summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Unicode conversion: Skip superfluous check for QT_COMPILER_SUPPORTS_SSE2Fabian Kosmale2022-07-131-3/+2
* Remove QStringView metatype declarationIvan Solovev2022-07-133-5/+0
* Doc: Hide weak overload template magic from documentationKai Köhne2022-07-131-1/+5
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-1/+2
* Use QT_CONFIG feature checks for sharedmemory and systemsemaphoresAllan Sandfeld Jensen2022-07-1216-64/+63
* QMimeData: fix the usage of a deprecated functionIvan Solovev2022-07-121-3/+1
* QJniObject: Add template overloads for get/setStaticFieldVolker Hilsheimer2022-07-122-0/+28
* Specialize MetaObjectForType for non-pointer QObject-derived typesMikolaj Boc2022-07-121-1/+6
* Port QXmlStremReader to QAnyStringViewSona Kurazyan2022-07-123-50/+128
* QLoggingCategory: fix Clang -Wgnu-zero-variadic-macro-arguments (headerclean)Marc Mutz2022-07-111-1/+1
* QMetaType: Do not warn about unknown types in isRegisteredFabian Kosmale2022-07-111-10/+16
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-102-10/+47
* QSysInfo: update docs to mention the latest osYuhang Zhao2022-07-091-10/+8
* Long live QDebug op<< QMetaType!Marc Mutz2022-07-092-0/+14
* QLine/F: mark as primitive typeMarc Mutz2022-07-081-2/+2
* Move numeric functions from qglobal.h to qnumeric.hIvan Solovev2022-07-083-84/+84
* moc: Allow writing properties through bindablesUlf Hermann2022-07-081-1/+6
* Add support for scoped JNI callbacksJuha Vuolle2022-07-071-0/+14
* Move QObjectPrivate::Connection* structs to a new headerWaqar Ahmed2022-07-073-215/+252
* Make the promises js-less using a newly introduced thunk poolMikolaj Boc2022-07-073-134/+187
* QRegularExpression: fix a typo in docsSona Kurazyan2022-07-061-1/+1
* Porting guide: recover the missing section titleSona Kurazyan2022-07-061-0/+2
* Revert "QFutureCallOutEvent: de-export again"Sona Kurazyan2022-07-061-1/+5
* wasm: remove message handler lockMorten Sørvig2022-07-061-7/+0
* wasm: don't access deleted settings objectsMorten Sørvig2022-07-061-14/+29
* QDebug: add op<< for std::initializer_listMarc Mutz2022-07-061-0/+6
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-063-48/+25
* QAtomicInteger docs: mention bool and char8_t as 8-bit typesMarc Mutz2022-07-061-1/+1
* QLocale: move some static_assert()s from _p.h into .cppMarc Mutz2022-07-062-14/+14
* QMetaType: remove useless public: access specifierMarc Mutz2022-07-061-2/+0
* x86/RDSEED: Work around QNX compiler missing the rdseed intrinsicThiago Macieira2022-07-061-0/+4
* Compiler macros: remove accidental undefsMårten Nordheim2022-07-061-4/+0
* iOS: Explicitly link to IOKitTor Arne Vestbø2022-07-061-1/+2
* Darwin: Replace deprecated symbol kIOMasterPortDefault with equivalentTor Arne Vestbø2022-07-061-1/+2
* QStringConverter: Do not use std::optional::value()Ulf Hermann2022-07-051-1/+1
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-051-2/+7
* CMake: Rewrite double-conversion find moduleAlexandru Croitor2022-07-022-3/+5
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-304-1/+320
* Forward COMPILER_LAUNCHER to the ABI-specific external projectsAlexey Edelev2022-06-291-0/+8
* Use the main ABI's CMAKE_MAKE_PROGRAM in ABI-specific external projectsAlexey Edelev2022-06-291-0/+4
* CMake: Let qt6_add_plugin accept sourcesJoerg Bornemann2022-06-292-1/+5
* moc: fix const-init for WindowsThiago Macieira2022-06-281-1/+2
* qmetatype.h: remove unnecessary specializationThiago Macieira2022-06-281-7/+0
* QMetaType: move the built-in QMetaTypeInterfaces to read-only segmentsThiago Macieira2022-06-282-5/+31
* QMetaType: extern-template the built-in Core types' QMetaTypeInterfaceThiago Macieira2022-06-282-6/+20
* CMake: update the x86 intrinsic checksThiago Macieira2022-06-281-27/+37
* QDateTime: remove a few hardcoded values in favor of <chrono> constantsThiago Macieira2022-06-271-5/+8
* QProcess: re-enable pdfork() on FreeBSDThiago Macieira2022-06-271-1/+1
* QString(En|De)coder: Remove noexcept from ctor taking nameFabian Kosmale2022-06-271-2/+2
* Doc: Fix QJniObject::construct() documentationTopi Reinio2022-06-271-1/+1