summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: un-export qMetaTypeTypeInternal()Thiago Macieira17 hours2-2/+2
* QMetaType: use nothrow operator newThiago Macieira17 hours1-2/+2
* QMetaType::fromName: avoid going through the type ID middle-manThiago Macieira37 hours1-45/+35
* QMetaType::fromName: use qOffsetStringArray to store the type namesThiago Macieira37 hours1-15/+41
* QMetaType: sort top #includesThiago Macieira37 hours1-7/+9
* timers.qdoc: cleanup API docs wrt. QChronoTimerAhmad Samir4 days1-2/+2
* JNI: add isClassAvailable for declared typesVolker Hilsheimer4 days1-0/+5
* JNI: include qglobal.h in qjnitypes.h to get Q_OS_ANDROIDVolker Hilsheimer4 days1-0/+2
* QMetaType: Optimize unregistering of custom typesUlf Hermann5 days1-7/+28
* Doc: Add QMetaContainer class documentationDheerendra Purohit5 days1-0/+10
* Doc: Fix links to deprecated functionsDavid Boddie7 days1-9/+9
* QCoreApplication: fold two atomic ops into oneMarc Mutz9 days1-2/+3
* QCoreApplication: relax an atomic load in a Q_ASSERT()Marc Mutz10 days1-1/+1
* QMetaObject: port QArgumentType to QByteArrayViewMarc Mutz11 days2-5/+4
* QMetaObject: deprecate the Qt 6 QVector -> QList porting kludgeMarc Mutz11 days1-1/+33
* QEventDispatcherGlib: Put G_IO_HUP into pfd.events for all cases of QSocketNo...Gleb Popov11 days1-2/+2
* QEventLoop: fix potential UB in QBasicAtomic initializationMarc Mutz14 days1-2/+2
* QProperty: fix comparison with comparable typeIvan Solovev2025-06-051-0/+34
* Android: don't disambiguate the convertToJni call with 'template'Rami Potinkara2025-06-021-1/+1
* Doc: Add \note to QTest::qWait() to consider QTRY_*() macros insteadAndreas Eliasson2025-06-021-1/+16
* Q(ObjectBindable)Property: Properly support comparisonsFabian Kosmale2025-05-302-0/+38
* QMetaObject: extract helpers from indexOf*() methodsMarc Mutz2025-05-301-9/+44
* QMetaType: only use sized-delete when availableAurélien Brooke2025-05-281-0/+8
* QMetaCallEvent: remove the QMetaCallEvent::create() functionAurélien Brooke2025-05-262-50/+0
* QAbstractEventDispatcher: prevent too late unregistering of timersThiago Macieira2025-05-251-1/+5
* QMetaObject: port qRemoveWhitespace() to QByteArrayViewAhmad Samir2025-05-251-7/+9
* Use QObjCWeakPointer to track QMacKeyValueObserver observed objectTor Arne Vestbø2025-05-241-3/+2
* Use __weak for implementation of QObjCWeakPointerTor Arne Vestbø2025-05-242-95/+60
* Lazily create global share context when Qt::AA_ShareOpenGLContexts is setTor Arne Vestbø2025-05-231-1/+0
* QMetaType: use sized delete to deallocate a valueAurélien Brooke2025-05-201-3/+3
* Add POSIX Pipe feature to VxWorksKarim Pinter2025-05-122-15/+32
* QMetaType/Doc: sort the lines for the other TypesThiago Macieira2025-05-101-46/+46
* Replace uses of std::is_trivial with its underlying definitionsThiago Macieira2025-05-081-3/+3
* Doc: Warn about loading of untrusted .qm filesKai Köhne2025-05-061-0/+10
* Do not treat the installation of an empty QTranslator as an errorKai Köhne2025-05-061-4/+6
* Doc: Remove mentioning of 'stripped' translator filesKai Köhne2025-05-061-3/+0
* Make Qt for Android compile without permissions -featureJuha Vuolle2025-04-241-0/+2
* QMetaObject: remove commented out normalizeTypeInternal() declarationAhmad Samir2025-04-241-8/+0
* Remove qt_mac_applicationIsInDarkMode in favour of QStyleHints::colorScheme()Tor Arne Vestbø2025-04-222-8/+0
* Handle Windows theme changes in central theme listenerTor Arne Vestbø2025-04-151-1/+6
* Silence code checker warning about unused std::unique_ptr::releaseVolker Hilsheimer2025-04-141-1/+1
* QThreadStorage: make the internal finish() function really privateThiago Macieira2025-04-111-2/+1
* QTimer: delete pending single shot timers when receiver's thread diesVolker Hilsheimer2025-04-112-23/+46
* QMetaObject: don't use QMetaType::fromName() in typeFromTypeInfo()Marc Mutz2025-04-111-1/+1
* Port qMetaTypeTypeInternal() from const char* to QByteArrayViewMarc Mutz2025-04-112-4/+4
* QMetaObject: save a strlen() in typeFromTypeInfo()Marc Mutz2025-04-111-1/+1
* QMetaObject: fix performance regression in methodMatch()Marc Mutz2025-04-111-3/+13
* QMetaType/QVariant: update docs that canConvert() operates on typesThiago Macieira2025-04-102-6/+24
* QMetaObjectPrivate: make decodeMethodSignature() return QByteArrayViewMarc Mutz2025-04-103-31/+31
* Add jemalloc supportAurélien Brooke2025-04-092-5/+10