summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* qfloat16: further disable the -Wfloat-conversion warningThiago Macieira15 hours1-1/+3
* Documentation: Clarify palette/font/stylesheet inheritance/propagationAxel Spoerl20 hours1-3/+3
* Add AA_DontUseNativeMenuWindowsMitch Curtis4 days2-0/+7
* QOperatingSystemVersion: use partial ordering for relational operatorsIvan Solovev6 days2-14/+32
* Bootstrap: remove QTemporaryFileThiago Macieira6 days1-1/+1
* Long live QT_ENABLE_STRICT_MODE_UP_TOGiuseppe D'Angelo6 days2-0/+76
* QT_NO_AS_CONST: rename and add docsGiuseppe D'Angelo6 days2-2/+16
* QT_NO_QEXCHANGE: doc fixGiuseppe D'Angelo6 days1-0/+1
* Bootstrap: remove QVariantThiago Macieira6 days1-0/+1
* convertDoubleTo: add FP16 supportThiago Macieira6 days1-0/+33
* convertDoubleTo<FP>: add support for x86 intrinsicsThiago Macieira6 days1-1/+48
* QT_NO_QEXCHANGE: add docsGiuseppe D'Angelo10 days1-0/+11
* QGlobalStatic: suppress -Wtsan warningGiuseppe D'Angelo11 days1-0/+8
* Doc: fix warning "class Qt::TimerId' specified with '\enum'"Thiago Macieira13 days1-1/+1
* Move qAbort from qglobal.cpp to qassert.cppThiago Macieira13 days2-74/+67
* Add include for QT_CONFIGJuha Vuolle13 days1-0/+1
* Add QT_CONFIG(signaling_NaN) around the signaling_NaN limit functionJuha Vuolle13 days1-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
* Remove year from generic Qt copyright informationKai Köhne2024-02-141-2/+3
* qsimd_p.h: move the ARM Crypto (AES) disabling on LinuxThiago Macieira2024-02-102-5/+7
* Add q20::erase_if(std::(multi)map, pred)Marc Mutz2024-02-091-0/+72
* QList: give the LWG 3346 #ifdef'ery a symbolic nameMarc Mutz2024-02-081-0/+5
* Deprecate QDataStream::readBytes(char *&, uint &) instead of removing itIvan Solovev2024-02-071-0/+14
* QLogging: Add missing newline in win_message_handler()Johannes Grunenberg2024-02-061-1/+1
* Doc: Fix undocumented parameter in QFlags::operator=()Topi Reinio2024-02-011-1/+1
* QGlobalStatic: fix atomics in ~HolderMarc Mutz2024-01-301-2/+3
* QT_C_STYLE_CAST: move the parentheses to the macro, in C modeThiago Macieira2024-01-281-2/+2
* qfloat16: make relational operators constexpr when QFLOAT16_IS_NATIVEIvan Solovev2024-01-191-20/+33
* Improve documentation of Qt ordering typesIvan Solovev2024-01-181-46/+40
* qcompare.h: fix comment for std lib implementation selectionIvan Solovev2024-01-181-1/+1
* Simplify qCompareThreeWay()Ivan Solovev2024-01-091-8/+1
* [docs] Remove references to C++11 feature availabilityMarc Mutz2024-01-091-2/+2
* Add Qt::AA_QtQuickDontUseDefaultSizePolicyJan Arve Sæther2024-01-082-1/+6
* qassert.h: fix typoAhmad Samir2024-01-081-1/+1