summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GCC 13: target specific option mismatchThiago Macieira2023-01-191-7/+13
* Add CTF tracing backendAntti Määttä2023-01-131-1/+1
* Add metadata support to tracegen and tracepointgen toolsAntti Määttä2023-01-131-0/+45
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-0/+76
* Move q20::remove_cvref to q20type_traits.hMarc Mutz2023-01-123-14/+44
* Use the real qconfig.h in the bootstrapped configThiago Macieira2023-01-112-2/+4
* Move duplicated code between two headers to include qconfig.hThiago Macieira2023-01-113-18/+24
* qglobal.h: centralize the __ASSEMBLER__ checkThiago Macieira2023-01-113-10/+8
* QRgbaFloat: add support for multiplying & comparing as FP16Thiago Macieira2023-01-111-1/+1
* Provide the proper QSysInfo::productType on WASMMikolaj Boc2023-01-111-0/+2
* Move QTypeInfo<std::pair> from qpair.h to qtypeinfo.h to avoid ODR violationMarc Mutz2023-01-101-0/+6
* Reflect QStyleHints in AA_DontShowShortcutsInContextMenusTor Arne Vestbø2023-01-041-3/+5
* QTypeInfo: fix pointer detectionGiuseppe D'Angelo2022-12-301-1/+1
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-301-0/+15
* Update a cppreference linkGiuseppe D'Angelo2022-12-241-2/+1
* qfloat16: fix a compiler warning about shadowed variablesAhmad Samir2022-12-231-3/+3
* Fix clang-cl compiler warningsPeter Varga2022-12-153-3/+3
* Fix clang-cl build with disabled x86 intrinsicsPeter Varga2022-12-152-2/+2
* Remove the last in-tree user of qExchange() and mark all of Qt free of itMarc Mutz2022-12-141-0/+4
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-091-1/+11
* QLibraryInfo: undo the !__cplusplus protection againMarc Mutz2022-12-091-8/+0
* QSysInfo::prettyProductName(): Add macOS Ventura product nameAlexander Rezepkin2022-12-081-0/+2
* qglobal.h: remove __ASSEMBLER__ checkMarc Mutz2022-12-081-2/+0
* Move qVersion() into it's own headerMarc Mutz2022-12-085-16/+43
* QAnyStringView: move the two assertions to a central placeThiago Macieira2022-12-071-0/+1
* qcompilerdetection.h: de-duplicate feature test macro discussionMarc Mutz2022-12-071-4/+4
* wasm: add support for wasm64 buildLorn Potter2022-12-072-0/+4
* Add a centralized dependent_false typeGiuseppe D'Angelo2022-12-061-0/+7
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-052-6/+115
* Add LoongArch detectionWANG Xuerui2022-12-043-0/+52
* Short live the Qt implementation of the Detection IdiomMarc Mutz2022-11-301-0/+63
* qcompilerdetection: Introduce QT_ASAN_ENABLEDFabian Kosmale2022-11-301-0/+10
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-282-0/+16
* qfloat16: add a couple faster implementations of qSqrtThiago Macieira2022-11-281-1/+23
* qfloat16: add support for native _Float16 (C2x extended floating point)Thiago Macieira2022-11-281-36/+119
* qfloat16: remove the metatype dependencyThiago Macieira2022-11-282-3/+4
* Remove QT_HAS_FOO() wrapper macros for __has_foo()Tor Arne Vestbø2022-11-281-8/+0
* Introduce QT_NO_AS_CONST and mark QtBase free of itMarc Mutz2022-11-271-0/+4
* qNN headers: only promise what we can keepMarc Mutz2022-11-195-15/+15
* qcompilerdetection.h: include <version>Marc Mutz2022-11-191-1/+13
* QFileSystemEngine/Unix: remove futimes related codeAhmad Samir2022-11-091-1/+0
* Plumb public permission APIs to Android backendTor Arne Vestbø2022-11-091-0/+7
* Doc: Clean up qforeach docsPaul Wicking2022-11-041-10/+6
* qsimd.h: add two more CPU feature macros that MSVC doesn't defineU-GER\tjmaciei2022-11-021-0/+2
* Fix redefine of QT_NO_VERSION_TAGGING warningsNiclas Rosenvik2022-11-021-1/+1
* Long live QPermissions!Tor Arne Vestbø2022-11-013-0/+33
* Fix documentation of QPartialOrdering::GreaterBalazs Erseki2022-11-011-1/+1
* QOperatingSystemVersion: fix ABI problem with dllimport on WindowsThiago Macieira2022-10-281-0/+15
* qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
* QOperatingSystemVersion: Change since-version for Ventura to 6.4Mårten Nordheim2022-10-261-1/+1