summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove qvariant_p.hThiago Macieira2022-07-276-32/+1
* QVariant: prepare removal of nullptr_t special casing in Qt 7Fabian Kosmale2022-07-272-1/+4
* QVariant: add noexcept to Qt types with noexcept copy constructorsThiago Macieira2022-07-272-24/+24
* QVariant: update constructors for trivially copyable typesThiago Macieira2022-07-273-57/+91
* QVariant: move the privates upThiago Macieira2022-07-271-63/+59
* QVariant::PrivateShared: move create() and free() into the .cppThiago Macieira2022-07-272-24/+29
* QVariant::Private: remove unused internalStorage()Thiago Macieira2022-07-271-3/+0
* QVariant::Private: remove old typeId() functionThiago Macieira2022-07-272-20/+15
* QVariant::Private: replace QMetaType constructor with interfaceThiago Macieira2022-07-272-9/+9
* QVariant: replace v_construct with a Private template constructorThiago Macieira2022-07-273-133/+61
* QVariant: optimize copying for trivially copyable payloadsThiago Macieira2022-07-271-16/+16
* QVariant: use QtMetaTypePrivate directly instead of QMetaTypeThiago Macieira2022-07-271-4/+7
* QVariant: move the check for std::nullptr_t a bit up in customConstructThiago Macieira2022-07-273-16/+17
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-272-19/+46
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-277-62/+242
* QVariant: delegate more to QMetaTypeThiago Macieira2022-07-271-29/+17
* Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-07-271-5/+8
* CMake: Make sure qtbase examples are installed into the correct pathAlexandru Croitor2022-07-273-6/+6
* CMake: Mark PlatformCommonInternal as a Qt6 packageAlexandru Croitor2022-07-271-1/+3
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-272-0/+7
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-273-49/+106
* CMake: Add shared library plugin names to the QT_PLUGINS propertyAlexandru Croitor2022-07-271-4/+6
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-276-28/+80
* Doc: be more explicit about when a MEMBER property NOTIFY signal is emitted a...Albert Astals Cid2022-07-271-2/+3
* QByteArray: inline QByteArray::isNull()Thiago Macieira2022-07-273-5/+10
* WindowsFaultHandler: print the backtrace to stderr, not stdoutThiago Macieira2022-07-271-12/+11
* QMetaType: add is{Default,Copy,Move}Constructible and isDestructibleThiago Macieira2022-07-263-3/+121
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-264-24/+112
* QMetaType: fix isRegistered()Thiago Macieira2022-07-263-3/+18
* tst_QMetaType: suppress most warningsThiago Macieira2022-07-261-1/+16
* tst_QMetaType: merge flags and flagsStaticlessThiago Macieira2022-07-263-53/+52
* Remove an extraneous section in the documentation of QRomanCalenderThibaut Cuvelier2022-07-261-5/+4
* Fix test being flaky on LinuxDimitrios Apostolou2022-07-262-7/+1
* Test fails always on Android, so skip itDimitrios Apostolou2022-07-261-0/+3
* Test is no longer flakyDimitrios Apostolou2022-07-261-4/+0
* Fix flakiness of test on OpenSUSE/KDEDimitrios Apostolou2022-07-262-5/+1
* CMake: include the libexecdir in generated pkg-config filesEli Schwartz2022-07-261-0/+1
* CMake: Make tst_qdbusabstractadaptor depend on qmyserverAlexandru Croitor2022-07-261-0/+1
* CMake: Ensure build instructions are always shown the first timeAlexandru Croitor2022-07-261-1/+8
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-262-2/+42
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-07-263-5/+12
* Fix stringish::simplified() for strings > 2Gi charactersMarc Mutz2022-07-261-1/+1
* Port QUtf8BaseTraits to qsizetypeMarc Mutz2022-07-261-2/+2
* Port QStringIterator to qsizetypeMarc Mutz2022-07-262-8/+8
* QStringIterator: fix UB [1/2]: use has{Next,Previous}() moreMarc Mutz2022-07-261-6/+6
* Fix QString::vasprintf for strings > 2GiBMarc Mutz2022-07-261-2/+2
* Fix QString::toLatin1() for strings > 16Gi characters on ARM64Marc Mutz2022-07-261-2/+2
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-07-263-10/+8
* Fix QString::arg() for format strings with a huge amount of placeholdersMarc Mutz2022-07-261-1/+1
* MySQL plugin: fix escaping a QByteArrayChristian Ehrlicher2022-07-251-1/+1