summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* Schannel: remove outdated commentMårten Nordheim2022-07-281-1/+0
* Simplify and tidy up various trivia in Q*SettingsPrivateEdward Welbourne2022-07-281-28/+18
* QMetaType: prevent memory leak on create() if the constructor throwsThiago Macieira2022-07-271-13/+21
* QMetaType: re-fix them for pointersThiago Macieira2022-07-271-7/+37
* QMetaType: fix QMetaTypes for non-const referencesThiago Macieira2022-07-272-10/+20
* QMetaType: move is_complete template further upThiago Macieira2022-07-271-15/+14
* Remove qvariant_p.hThiago Macieira2022-07-275-31/+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-271-17/+38
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-274-36/+75
* 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: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+1
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-271-47/+104
* 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-263-24/+88
* QMetaType: fix isRegistered()Thiago Macieira2022-07-261-3/+8
* Remove an extraneous section in the documentation of QRomanCalenderThibaut Cuvelier2022-07-261-5/+4
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-2/+2
* 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
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-255-5/+5
* CMake: Record the precise package name where Private modules liveAlexandru Croitor2022-07-251-1/+3
* CMake: Split 3rd party libs to be built before and after corelibAlexandru Croitor2022-07-252-12/+16
* CMake: Don't use AUTOMOC for third party librariesAlexandru Croitor2022-07-255-0/+5
* QNetworkInformation: guard deprecated method definitionsIvan Solovev2022-07-251-0/+4