summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-032-0/+24
* qfloat16: use std::numeric_limits<std::float16> if availableThiago Macieira2024-03-021-0/+15
* qfloat16: make native std::numeric_limits<qfloat16> constexprThiago Macieira2024-03-021-1/+7
* Rename qIsConstantEvaluated() to q20::is_constant_evaluated()Marc Mutz2024-03-022-17/+25
* Update the default behavior of items with layoutSanthosh Kumar2024-03-012-5/+13
* Doc: Further replace 'Qt Designer' with 'Qt Widgets Designer'Kai Köhne2024-02-291-1/+1
* Fix the qtpath issue with lto enabledAlexey Edelev2024-02-282-5/+12
* QOperatingSystemVersion: clean up after QOSVBase extractionMarc Mutz2024-02-252-11/+8
* QOperatingSystemVersion: fix UB (invalid static_cast)Marc Mutz2024-02-231-1/+3
* qfloat16: use new \compares commandIvan Solovev2024-02-201-0/+9
* Change license in files to avoid LGPL and non-LGPL license mixLucie Gérard2024-02-201-1/+1
* Long live QT_TECH_PREVIEW_APIGiuseppe D'Angelo2024-02-201-0/+39
* Comparison helper macros: add an Attributes parameterIvan Solovev2024-02-202-62/+179
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-2/+1