summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Update the poll-exit-on-error feature to be privateThiago Macieira2022-11-081-1/+1
* Rename QMacInternalPasteboardMime to QMacMimeVolker Hilsheimer2022-11-071-1/+1
* QEventDispatcherUNIX: remove unused includeThiago Macieira2022-11-051-1/+0
* QMetaType: Document the default ctorMårten Nordheim2022-11-051-0/+7
* Add permission API backend for macOS and iOSTimur Pocheptsov2022-11-033-2/+134
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-034-9/+9
* Long live QPermissions!Tor Arne Vestbø2022-11-015-0/+885
* QProperty: only use MSVC bug workaround on MSVCFabian Kosmale2022-10-311-1/+10
* QWinRegistryKey: Fix how we handle the default value, take 2Yuhang Zhao2022-10-281-4/+5
* Use consteval in QT_PROPERTY_DEFAULT_BINDING_LOCATIONPatrick Stewart2022-10-251-1/+7
* QProperty: Update documentation to reflect eager evaluationFabian Kosmale2022-10-251-159/+182
* Emit aboutToQuit from QCoreApplication::exit() instead of execCleanup()Tor Arne Vestbø2022-10-231-4/+6
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2111-38/+38
* QWinRegistryKey: fix assert when querying default valueYuhang Zhao2022-10-211-2/+3
* Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORTTor Arne Vestbø2022-10-192-1/+7
* Add the toDOMRect/fromDOMRect functions to QRectFMikolaj Boc2022-10-191-0/+45
* QApplicationStatic: avoid use of std::aligned_unionMarc Mutz2022-10-171-1/+1
* Revert "QObject: attempt to fix a deadlock introduced by an earlier fix"Mårten Nordheim2022-10-171-11/+1
* QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-153-8/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-117-9/+9
* QVariant/Doc: expand what toList & toMap conversions may succeedThiago Macieira2022-10-111-5/+14
* QSharedMemory/doc: update docs to be more modernThiago Macieira2022-10-111-17/+95
* Add a configure option to exit on poll errorsDominik Holland2022-10-111-0/+4
* QSystemSemaphore: make it a Q_GADGETThiago Macieira2022-10-102-0/+4
* QPrivateSignal: disable implicit conversions from initializer_listGiuseppe D'Angelo2022-10-101-1/+1
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-32/+45
* qpoll: disallow file descriptors bigger than FD_SETSIZEThiago Macieira2022-10-101-0/+5
* Replace qExchange with std::exchangeMarc Mutz2022-10-072-4/+4
* qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-071-6/+6
* Fix indentation in QSharedMemory docsTor Arne Vestbø2022-10-061-42/+41
* Document that QSharedMemory requires -feature-ipc_posix on Mac App StoreTor Arne Vestbø2022-10-061-0/+6
* qtmochelpers.h: include what you needMarc Mutz2022-10-061-1/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-045-10/+10
* Add <algorithm> include to qtmochelpers.hKai Köhne2022-10-031-0/+2
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-284-4/+4
* Avoid detaching in QBasicTimerhjk2022-09-281-1/+1
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-272-2/+13
* Include QVariantPair in documentation of QMetaType::TypeEdward Welbourne2022-09-262-1/+2
* Clear two pointless entries from the QDoc-only QMetaType::TypeEdward Welbourne2022-09-262-4/+2
* Introduce centralized means of checking for asyncifyMikolaj Boc2022-09-231-15/+8
* QMetaType of non-const ref: play nice with template instantiationsFabian Kosmale2022-09-221-1/+6
* moc: Do not fail to compile meta-methods containing non-const ref typesFabian Kosmale2022-09-211-1/+8
* {QSharedMemory,QSystemSemaphore}Private: use NSDMI for the membersThiago Macieira2022-09-178-68/+16
* QSystemSemaphorePrivate: remove unused semaphoreLock memberThiago Macieira2022-09-161-1/+0
* QSharedMemory: remove QT_NO_QOBJECTThiago Macieira2022-09-165-51/+4
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-163-18/+4
* QObject: attempt to fix a deadlock introduced by an earlier fixThiago Macieira2022-09-151-1/+11
* QWinRegistry: Add missing includeMårten Nordheim2022-09-151-0/+1
* QWinRegistryKey: refactorYuhang Zhao2022-09-142-43/+107