summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bootstrap: fix MinGW build with -maesThiago Macieira2022-10-251-0/+4
* QOperatingSystemVersion: Test Qt7 path in bootstrap buildsMårten Nordheim2022-10-252-3/+5
* QOperatingSystemVersion: Add macOS Ventura (13.0)Mårten Nordheim2022-10-252-0/+8
* qlogging: use qsizetype to fix Wconversion warningsJohannes Kauffmann2022-10-251-8/+8
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-1/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-215-8/+8
* QOperatingSystemVersion: add new Win10 versionYuhang Zhao2022-10-202-0/+8
* Fix duplicated words in documentationMårten Nordheim2022-10-191-2/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-154-2/+29
* qcompilerdetection.h: detect CoverityMarc Mutz2022-10-151-0/+5
* QOperatingSystemVersion: fix newly introduced Android versionsYuhang Zhao2022-10-152-12/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-6/+6
* Short live q20::fill{,_n}!Marc Mutz2022-10-111-0/+24
* qforeach.h: do not include qglobal.hIvan Solovev2022-10-101-2/+3
* Add M68k detectionPino Toscano2022-10-093-0/+20
* [docs] Adjust qExchange() docs for the present, where C++17 is required [2/2]...Marc Mutz2022-10-081-2/+2
* [docs] Adjust qExchange() docs for the present, where C++17 is required [1/2]...Marc Mutz2022-10-081-2/+3
* Add HPPA detectionPino Toscano2022-10-073-0/+20
* Short live q20::transform()!Marc Mutz2022-10-071-1/+18
* Short live q20::copy{,_n,_if}!Marc Mutz2022-10-071-1/+43
* Fix build with SPARC SolarisMårten Nordheim2022-10-061-1/+1
* Do not include qglobal.h into the new headersIvan Solovev2022-10-063-3/+12
* Bootstrap: explicitly include stdlib.h to check for __GLIBC_PREREQIvan Solovev2022-10-061-0/+2
* QtGlobal: update the description sectionSona Kurazyan2022-10-061-106/+44
* Move qt_noop() into a separate headerIvan Solovev2022-10-062-1/+14
* Move the rest of macros from qglobal to QtPreprocessorSupportIvan Solovev2022-10-064-26/+47
* Move qAsConst() and qExchange() to QtTypeTraitsIvan Solovev2022-10-065-114/+116
* Q_FOREACH: code tidiesGiuseppe D'Angelo2022-10-061-19/+1
* Move QFunctionPointer typedef to a separate headerIvan Solovev2022-10-064-12/+33
* Provide documentation for qprocessordetection.h headerIvan Solovev2022-10-063-380/+397