summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-103-15/+18
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-27/+25
* QVariant: use std::swap for swapping known typeFabian Kosmale2022-02-241-1/+1
* Protect headers against min/max macrosMarc Mutz2022-02-241-1/+1
* 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
* 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
* QPropertyBindingSourceLocation: make (source_location) ctor constexprMarc Mutz2022-02-101-1/+1
* QEventDispatcher/GLib: avoid three relocationsMarc Mutz2022-02-101-1/+1
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-4/+4
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-3/+3
* 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
* Fix mach_port_t not being foundAlexandru Croitor2022-02-041-0/+1
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-031-1/+1
* Move QIOType wrapper for io_object_t to QtCoreTor Arne Vestbø2022-02-011-1/+18
* QEvent: initialize the static userEventTypeRegistry constexprlyThiago Macieira2022-01-291-1/+3
* QProperty: Work around constexpr issues on MSVCFabian Kosmale2022-01-241-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-214-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
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-191-1/+17
* 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
* wasm: implement socket notifier supportMorten Johan Sørvig2022-01-172-4/+145
* Allow reading QObject::objectName from other threads againAllan Sandfeld Jensen2022-01-131-0/+4
* QVariant: fix incorrect warning about duplicated alias where there isn'tThiago Macieira2022-01-131-0/+1
* Add Q_FLAG for QEventLoop::ProcessEventsFlagsTor Arne Vestbø2022-01-131-0/+1
* Revert "Implement QTest::qWait() in terms of QTest::qWaitFor()"Michal Klocek2022-01-061-2/+18
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-041-0/+2
* wasm: hardcode idealThreadCount for some browsersLorn Potter2021-12-241-1/+5
* wasm: add virtual processWindowSystemEvents()Morten Johan Sørvig2021-12-232-0/+9
* QVariant: use a typedef name when saving user types to QDataStreamThiago Macieira2021-12-173-6/+49
* Q_{APPLICATION,GLOBAL}_STATIC: use variadic macrosThiago Macieira2021-12-172-48/+18
* Fix INTEGRITY runtime qobject issueTatiana Borisova2021-12-161-1/+1
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-122-46/+102
* Implement QTest::qWait() in terms of QTest::qWaitFor()Edward Welbourne2021-12-091-18/+2
* Add a const overload for QMetaType::iface()Ulf Hermann2021-12-061-0/+4
* QMetaType: port the BC fix for id() to new QT_REMOVED_SINCEMarc Mutz2021-12-062-15/+2
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-272-5/+36
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-272-7/+37
* QObject: don't #include qproperty.hMarc Mutz2021-11-231-2/+2
* qapplicationstatic.h: fix syncqt warningMarc Mutz2021-11-231-1/+1
* Remove unneeded int conversions in qmetatype.hKai Köhne2021-11-191-9/+9
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-182-0/+200