summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-28795-888/+887
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* Schannel: remove outdated commentMårten Nordheim2022-07-281-1/+0
* tst_qsslsocket: remove schannel workarounds for old certificateMårten Nordheim2022-07-281-10/+0
* Simplify and tidy up various trivia in Q*SettingsPrivateEdward Welbourne2022-07-281-28/+18
* 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
* 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-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