summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QEventLoopLocker: rewrite to hold public classesMarc Mutz2023-07-094-21/+17
* QStorageInfo: split Linux specific code to a separate source fileAhmad Samir2023-07-096-137/+193
* ipc.qdoc: fix typo in API docsAhmad Samir2023-07-091-1/+1
* QBasicAtomicXXX: remove the comment about them being "New atomics"Thiago Macieira2023-07-081-2/+0
* QProcess/Unix: add a simple way to reset the UID and GID for the childThiago Macieira2023-07-084-1/+20
* QProcess/Unix: add a few, basic session & terminal management flagsThiago Macieira2023-07-083-2/+53
* Remove QGenericAtomicOpsThiago Macieira2023-07-071-330/+0
* QStorageInfo: Correctly decode backslash in file system labelsAndrius Štikonas2023-07-071-3/+1
* qcompilerdetection.h: check __cplusplus is defined before using itAhmad Samir2023-07-081-1/+1
* QProcess: make UnixProcessFlag an enum classAhmad Samir2023-07-082-3/+4
* Core: include mocsMårten Nordheim2023-07-079-0/+17
* QString docs: miscellanea improvements around string constructionGiuseppe D'Angelo2023-07-072-22/+19
* QFileInfo: keep member function overloads in Qt7 tooAhmad Samir2023-07-071-20/+0
* QLockFile: remove unneeded tryLock_impl middle-manMarc Mutz2023-07-072-16/+1
* QEventLoopLocker: add move SMFs and swap()Marc Mutz2023-07-072-0/+45
* QEventLoopLocker: inline Private into public classMarc Mutz2023-07-072-26/+13
* Remove references to Application ExampleAxel Spoerl2023-07-061-1/+1
* QCA docs: Call QSettings() default constructorKai Köhne2023-07-061-3/+3
* Doc: Mention further uses of QCA::applicationName()Kai Köhne2023-07-061-5/+9
* Doc: Improve description of QT_FATAL_ environment varsKai Köhne2023-07-061-13/+28
* QLogging: add qYieldCpu() to CAS loopMarc Mutz2023-07-061-2/+2
* Make sure we don't count down past 0 QT_FATAL_CRITICALSMarc Mutz2023-07-061-1/+5
* qC{Debug,Info,Warning,Critical}: move the function call to the macroThiago Macieira2023-07-051-6/+1
* QXmlStream: fix generating ERROR enum valueAhmad Samir2023-07-062-3/+3
* QXmlStreamReader: use std::optionalAhmad Samir2023-07-062-17/+8
* QAnyStringView: add QDebug stream operatorMarc Mutz2023-07-063-1/+55
* qYieldCpu(): use Q_CC_GNU_ONLYMarc Mutz2023-07-061-2/+1
* Correct wrong SPDX license expressionLucie Gérard2023-07-051-1/+1
* QLogging: DRY isFatal(QtMsgType)Marc Mutz2023-07-051-8/+9
* QDebug: add getter/setter for noQuotesMarc Mutz2023-07-052-0/+26
* QVariant: always compare floating point with double precisionVolker Hilsheimer2023-07-051-11/+11
* QEventLoopLocker: defend against nullptr argumentsMarc Mutz2023-07-041-0/+2
* QEventLoopLocker: use visit() to DRY ctorsMarc Mutz2023-07-042-28/+29
* QEventLoopLocker: add a visit() memberMarc Mutz2023-07-042-16/+25
* QEventLoopLockerPrivate: store the tag in the pointer variableMarc Mutz2023-07-041-13/+20
* QEventLoopLocker: unexportMarc Mutz2023-07-041-8/+5
* Unity-build: exclude qrandom.cpp (#undef's Q_ASSERT/_X())Marc Mutz2023-07-041-0/+1
* Unity-build: exclude qdebug.cpp (#undef's qDebug())Marc Mutz2023-07-041-1/+2
* wasm: add preload config for shared libraries buildMorten Sørvig2023-07-041-0/+8
* wasm: introduce virtual processPostedEvents()Morten Sørvig2023-07-042-13/+14
* QMetaType[docs]: fix 'constructor' typoMårten Nordheim2023-07-041-1/+1
* QCoreApplication: mark instance() as noexceptMarc Mutz2023-07-031-1/+1
* QEvent: add strategic [[maybe_unused]] to Q_IMPL_EVENT_COMMONMarc Mutz2023-07-031-1/+1
* wasm: don't use on qGlobalPostedEventsCount()Morten Sørvig2023-07-031-11/+8
* Fix crash in `QVariant::convert` and `QVariant::view`Jøger Hansegård2023-07-021-1/+5
* invokeMethod: replace a local RAII struct with qScopeGuardMårten Nordheim2023-07-011-5/+1
* Fix typo in QXmlStreamReader error messageFriedemann Kleint2023-06-301-1/+1
* Move plug and paint example to manual testTor Arne Vestbø2023-06-302-18/+3
* QEventLoop: port processEvents() to QDeadlineTimerAhmad Samir2023-06-302-5/+23
* QTest: add QDeadlineTimer qWaitFor() overloadAhmad Samir2023-06-302-12/+38