summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QProperty: remove unused overloadFabian Kosmale2022-09-131-7/+0
* Move QTimerPrivate to separate headerKonrad Kujawa2022-09-132-23/+47
* Use correct calling frame for QMacAutoReleasePool debug trackerTor Arne Vestbø2022-09-071-3/+3
* Clear the timer target time when stopping a timer on WASMMikolaj Boc2022-09-061-0/+1
* QMetaObject/Doc: document the variadic invoke{,Method} and newInstanceThiago Macieira2022-09-013-85/+272
* QMetaObject: pass the QMetaTypes in variadic invoke/newInstanceThiago Macieira2022-09-014-47/+112
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-011-5/+13
* Windows: Add helper function to check if the app has a package identityTor Arne Vestbø2022-09-012-1/+39
* Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-021-11/+13
* QAnyStringView: construct from any T implicitly convertible to QString/QByteA...Marc Mutz2022-09-011-1/+1
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+9
* QMetaObject: add a new, variadic invoke/invokeMethod/newInstanceThiago Macieira2022-08-303-36/+259
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-301-5/+11
* Migrate QBasicTimer from int to qint64Konrad Kujawa2022-08-305-13/+20
* Fix the spelling of the word "combination"Mike Trahearn2022-08-301-1/+1
* QMetaType/Doc: update some wording about type registrationThiago Macieira2022-08-291-16/+13
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-292-0/+52
* QVariant/Doc: document that you must register types before op>>Thiago Macieira2022-08-261-3/+13
* QMetaObject: fix the consistency check for forward-declared builtinsThiago Macieira2022-08-261-7/+22
* Add qfunctions_win_p.h header for Windows helper functionsTor Arne Vestbø2022-08-251-0/+24
* QMetaObject: add revision 11 for Qt 6.5Thiago Macieira2022-08-252-2/+3
* wasm: disable asyncify for non-static buildsMorten Sørvig2022-08-241-0/+23
* Doc: Format certain operators in textPaul Wicking2022-08-231-12/+12
* QCoreGlobalData: removeMarc Mutz2022-08-212-62/+0
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-202-3/+3
* QMetaObject: export the invokeImpl inner methodThiago Macieira2022-08-192-27/+32
* wasm: streamline the exec warningMorten Sørvig2022-08-171-6/+2
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-171-29/+35
* wasm: remove dead qt_asyncify_yield() codeMorten Sørvig2022-08-172-30/+0
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+17
* QTranslator: generalize a UNIX-only pathGiuseppe D'Angelo2022-08-101-2/+7
* Remove assertion from ownMethodIndex that breaks testsSami Shalayel2022-08-101-4/+3
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-051-2/+2
* QMetaType: make all atomic operations explicitMarc Mutz2022-08-051-3/+4
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-18/+7
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-4/+0
* QBindingObserverPtr: add noexceptFabian Kosmale2022-08-051-5/+5
* moc: use C++ constexpr to generate the meta object string dataThiago Macieira2022-08-041-0/+53