summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* qobjectdefs.h: DRY the SIGNAL/SLOT macrosMarc Mutz2022-03-111-18/+21
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-101-1/+1
* QMetaProperty: use early returnFabian Kosmale2022-03-101-30/+30
* QProperty: fix threading issuesFabian Kosmale2022-03-106-5/+55
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-083-15/+18
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-27/+25
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-247-7/+9
* QVariant: use std::swap for swapping known typeFabian Kosmale2022-02-241-1/+1
* Protect headers against min/max macrosMarc Mutz2022-02-221-1/+1
* Fix QMetaType::typeName returning wrong result for clang-clAlexander Neumann2022-02-201-2/+4
* Make large inputs to qNextPowerOfTwo give undefined outputAllan Sandfeld Jensen2022-02-172-8/+6
* QMetaObjectBuilder: fix addProperty() recording of the property typeThiago Macieira2022-02-161-1/+1
* Move QBindingStorage methods marked for removal to removed_apiSona Kurazyan2022-02-162-7/+5
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-152-0/+4
* Core: Remove 'properties' featureKai Köhne2022-02-142-7/+0
* QTimerInfo/Unix: Fix roundToMillisecond when it's already roundedThiago Macieira2022-02-112-13/+20
* Fix tst_qmath when compiled with C++20Allan Sandfeld Jensen2022-02-111-0/+4
* Fix -Wsuggest-override warnings from Clang 11+Kevin Funk2022-02-101-2/+6
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-4/+4
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-3/+3
* QPropertyBindingSourceLocation: make (source_location) ctor constexprMarc Mutz2022-02-091-1/+1
* QEventDispatcher/GLib: avoid three relocationsMarc Mutz2022-02-091-1/+1
* macOS: Don't print stack trace via lldb on test failure if SIP prevents itTor Arne Vestbø2022-02-092-0/+34
* Add warning about native interface APIs to platform headersTor Arne Vestbø2022-02-091-0/+9
* QMetaProperty: remove property auto-registration codeFabian Kosmale2022-02-092-4/+8
* qmetatype: Remove left-over module association codeFabian Kosmale2022-02-092-67/+0
* qmetatype_p.h: remove unused functionFabian Kosmale2022-02-091-11/+0
* qmetatype.h: remove unused includesFabian Kosmale2022-02-091-2/+0
* Fix mach_port_t not being foundAlexandru Croitor2022-02-031-0/+1
* Move QIOType wrapper for io_object_t to QtCoreTor Arne Vestbø2022-02-011-1/+18
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-011-1/+1
* QEvent: initialize the static userEventTypeRegistry constexprlyThiago Macieira2022-01-291-1/+3
* QEventDispatcherWin32: use SetCoalescableTimer for (Very)Coarse timersThiago Macieira2022-01-241-7/+41
* QProperty: Work around constexpr issues on MSVCFabian Kosmale2022-01-231-3/+9
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-216-10/+35
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-204-4/+4
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-0/+2
* QPropertyBindingPrivate: move static_assert()s to .cpp fileMarc Mutz2022-01-192-2/+6
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-181-1/+1
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-172-1/+2
* qmetatype: Fix incorrect more than one typedef warningJonas Kvinge2022-01-171-1/+1
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-151-1/+17
* Allow reading QObject::objectName from other threads againAllan Sandfeld Jensen2022-01-131-0/+4
* Revise the explanation for leaving QTest::qWait() as it isEdward Welbourne2022-01-131-4/+6
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-131-5/+11
* Add a few explicit conversions back from intThiago Macieira2022-01-121-1/+1
* QVariant: fix incorrect warning about duplicated alias where there isn'tThiago Macieira2022-01-121-0/+1
* Add Q_FLAG for QEventLoop::ProcessEventsFlagsTor Arne Vestbø2022-01-121-0/+1
* Revert "Implement QTest::qWait() in terms of QTest::qWaitFor()"Michal Klocek2022-01-081-2/+18