summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-191-4/+4
* Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentationKai Köhne2023-12-181-3/+2
* qxp::function_ref: reuse a constraint for the deduction guideMarc Mutz2023-12-161-1/+1
* qxp::function_ref: simplify the constraint on op=(T) = deleteMarc Mutz2023-12-161-3/+5
* Fix return value of qbswap(qint128)Marc Mutz2023-12-111-1/+1
* qfloat16: extend comparison with integral typesIvan Solovev2023-12-081-3/+33
* qfloat16: use new comparison helper macrosIvan Solovev2023-12-081-35/+27
* Add missing <=> 0 operator to Qt ordering typesMarc Mutz2023-12-072-0/+62
* QPartialOrdering: add lower-case flags for std/Qt:: compatibilityMarc Mutz2023-12-072-12/+50
* QPartialOrdering: add missing conversions to/from Qt::_ordering typesMarc Mutz2023-12-071-0/+48
* Qt ordering types: unify the form of the implicit conversion operatorsMarc Mutz2023-12-071-22/+30
* QPartialOrdering: add missing conversion from std::{weak,strong}_orderingMarc Mutz2023-12-071-0/+6
* qcompare.h: move QPartialOrdering to the end of the headerMarc Mutz2023-12-071-141/+147
* Long live qCompareThreeWay()Ivan Solovev2023-12-072-2/+134
* Remove QT_MAKE_UNCHECKED_ARRAY_ITERATORMårten Nordheim2023-12-071-1/+0
* Refuse to relocate non-copy/move-constructible typesMarc Mutz2023-12-071-0/+9
* QSysInfo: sanitize /etc file parsing [1/N]: properly check endsWith('"') in u...Marc Mutz2023-12-071-7/+8
* qcomparehelper.h: simplify compareThreeWay() SFINAE helpersMarc Mutz2023-12-071-20/+12
* Teach Qt::compareThreeWay() to support native float16 typesIvan Solovev2023-12-071-3/+11
* qsimd_p.h: fix build with Clang 17 & -Werror,-Wconstant-logical-operandThiago Macieira2023-12-071-2/+2