summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Docs: fix QT_NO_FOREACH/KEYWORDS macro documentationVolker Hilsheimer16 hours1-0/+13
* Make version_tagging the full-functional featureAlexey Edelev2 days2-1/+4
* qtconfigmacros.h: add missing include: we use QT_VERSION_CHECKThiago Macieira7 days1-0/+1
* compare helpers: use is_OP etc instead of OP 0Marc Mutz7 days1-14/+14
* qtconf: Add comment to clarify code handling env varsFabian Kosmale9 days1-0/+4
* QVariant: fix C++20 build with older MSVC 2022Marc Mutz12 days1-0/+4
* Avoid including qversiontagging.h in QtCore module headerAlexey Edelev13 days1-0/+4
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev13 days1-0/+2
* QLogging: enable %{backtrace} support via <stacktrace>Giuseppe D'Angelo2024-04-182-8/+90
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-185-3/+22
* QKeyCombination: use new comparison helper macrosTatiana Borisova2024-04-172-11/+10
* QCompilerDetection: move qsystemdetection.h to inside the include guardAhmad Samir2024-04-171-2/+1
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-172-0/+4
* wasm: log using emscripten_log() by defaultMorten Sørvig2024-04-171-2/+7
* PRNGLocker: disable copy and moveRym Bouabid2024-04-121-1/+2
* qt_int_sqrt: update doc of where it is usedThiago Macieira2024-04-101-2/+2
* QTypeInfo: remove docs about how Qt's autodetection worksGiuseppe D'Angelo2024-04-091-9/+2
* QTypeInfo: do some doc tidiesGiuseppe D'Angelo2024-04-091-6/+6
* QTypeInfo: add some code comments regarding a redundant checkGiuseppe D'Angelo2024-04-081-0/+7
* Add AA_DontUsePopupWindowsOliver Eftevaag2024-04-052-1/+6
* QTypeInfo: Add a missing includeMartin Storsjö2024-04-041-0/+1
* Fix Qt::AA_DontUseNativeMenuWindows being unsettable on 32 bit systemsMitch Curtis2024-04-041-2/+1
* QLogging: exclude QInternalMessageLogContext from backtracesGiuseppe D'Angelo2024-04-031-0/+2
* Add support for using an inline namespaces for -qtnamespaceFriedemann Kleint2024-04-031-0/+16
* Logging: capture the backtrace closer to the user's entry pointThiago Macieira2024-03-272-33/+92
* Logging: introduce QInternalMessageLogContext to hold current contextThiago Macieira2024-03-273-41/+47
* qErrnoWarning: downgrade from critical to warningDavid Faure2024-03-271-2/+2
* Revert "QTypeInfo: add detection for Clang's __is_trivially_relocatable"Tor Arne Vestbø2024-03-221-7/+1
* QTypeInfo: add detection for Clang's __is_trivially_relocatableGiuseppe D'Angelo2024-03-221-1/+7
* qtversionchecks.h: hide Q_OBJECT macro in C-style comment from automocMarc Mutz2024-03-211-1/+1
* qfloat16: further disable the -Wfloat-conversion warningThiago Macieira2024-03-181-1/+3
* Documentation: Clarify palette/font/stylesheet inheritance/propagationAxel Spoerl2024-03-181-3/+3
* Add AA_DontUseNativeMenuWindowsMitch Curtis2024-03-152-0/+7
* QOperatingSystemVersion: use partial ordering for relational operatorsIvan Solovev2024-03-132-14/+32
* Bootstrap: remove QTemporaryFileThiago Macieira2024-03-131-1/+1
* Long live QT_ENABLE_STRICT_MODE_UP_TOGiuseppe D'Angelo2024-03-132-0/+76
* QT_NO_AS_CONST: rename and add docsGiuseppe D'Angelo2024-03-132-2/+16
* QT_NO_QEXCHANGE: doc fixGiuseppe D'Angelo2024-03-131-0/+1
* Bootstrap: remove QVariantThiago Macieira2024-03-131-0/+1
* convertDoubleTo: add FP16 supportThiago Macieira2024-03-121-0/+33
* convertDoubleTo<FP>: add support for x86 intrinsicsThiago Macieira2024-03-121-1/+48
* QT_NO_QEXCHANGE: add docsGiuseppe D'Angelo2024-03-091-0/+11
* QGlobalStatic: suppress -Wtsan warningGiuseppe D'Angelo2024-03-081-0/+8
* Doc: fix warning "class Qt::TimerId' specified with '\enum'"Thiago Macieira2024-03-061-1/+1
* Move qAbort from qglobal.cpp to qassert.cppThiago Macieira2024-03-062-74/+67
* Add include for QT_CONFIGJuha Vuolle2024-03-061-0/+1
* Add QT_CONFIG(signaling_NaN) around the signaling_NaN limit functionJuha Vuolle2024-03-061-0/+2
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-041-8/+0
* Move QLocaleData::convertDoubleToFloat to qnumeric_p.hThiago Macieira2024-03-041-4/+41
* Compiler detection - __attribute__((fallthrough)) for clangTim Blechmann2024-03-041-2/+2