summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Use [[noreturn]] attributeKai Köhne2022-06-231-1/+5
* MSVC: Remove dead Q_DECL_DEPRECATED* definitionsKai Köhne2022-06-231-4/+0
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-224-0/+17
* qsimd: don't enforce shstk (CET) feature on launchThiago Macieira2022-06-201-0/+6
* QOperatingSystemVersion: Add new Windows versionYuhang Zhao2022-06-202-9/+31
* Endian: Remove old special integer bitfieldsUlf Hermann2022-06-161-75/+0
* Revert "qxp::function_ref: drop use of q23::invoke_r"Marc Mutz2022-06-141-3/+5
* Revert "qglobal.h: include <stdalign.h> in C mode"Thiago Macieira2022-06-131-1/+0
* qglobal.h: include <stdalign.h> in C modeThiago Macieira2022-06-061-0/+1
* Make Q_ASSUME() an expression (was: statement)Marc Mutz2022-06-041-3/+2
* Endian: Allow special bitfield union fields to cover the whole storageUlf Hermann2022-06-021-1/+6
* qxp::function_ref: drop use of q23::invoke_rMarc Mutz2022-06-021-5/+3
* Short live qxp::function_ref!Marc Mutz2022-06-021-0/+176
* Short live q23::invoke_r!Marc Mutz2022-06-021-0/+49
* Short live q20::is_sorted{,_until}!Marc Mutz2022-06-011-0/+28
* Convert Since ... comments on \value lines to [since ...] parametersEdward Welbourne2022-05-311-4/+4
* qglobal.h: use the GCC attribute for nothrow in C modeThiago Macieira2022-05-271-1/+5
* qglobal.h: reorganize and simplify the C++11 keyword macrosThiago Macieira2022-05-271-64/+23
* qglobal.h: remove superfluous C++11 check from Qt 5.6Thiago Macieira2022-05-271-6/+0
* Fix Windows display versionYuhang Zhao2022-05-261-5/+10
* Short live q20::remove_cvref{,_t}!Marc Mutz2022-05-261-0/+13
* q20functional.h: transitively include <functional>Marc Mutz2022-05-261-0/+2
* qglobal: resolve one Qt6 TODOYuhang Zhao2022-05-231-12/+4
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-182-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1665-2461/+157
* QLibraryInfo: Use __VERSION__ with Clang tooThiago Macieira2022-05-111-5/+1
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-117-175/+21
* Fix namespaced builds on ARMLars Knoll2022-05-101-1/+1
* Add ARM YIELD support to qYieldCpu()Marc Mutz2022-05-101-1/+16
* Fix qmake/qtpaths -query for static relocatable buildsJoerg Bornemann2022-05-092-9/+38
* QRandomGenerator: port away from std::aligned_storageMarc Mutz2022-05-071-4/+5
* Endian: Provide special integer bitfield unionsUlf Hermann2022-05-071-0/+181
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-062-2/+2
* Fix compiler warning from deprecated QString conversionVolker Hilsheimer2022-05-061-1/+1
* qcompilerdetection.h: add Q_CC_{GNU,MSVC,CLANG}_ONLY macrosMarc Mutz2022-05-061-4/+13
* Add QT_DEPRECATED_VERSION_X macros for 6.7 and 6.8Sona Kurazyan2022-05-021-0/+16
* Long live qYieldCpu()!Marc Mutz2022-04-291-0/+29
* QSimd: fix MSVC C4319 warning on ARMMarc Mutz2022-04-291-1/+1
* qsimd: remove dead preprocessor directivesMarc Mutz2022-04-291-3/+0
* Fix for ClangCl missing F16C intrinsics in qfloat16.hMario Emmenlauer2022-04-261-5/+6
* Fix build with GCC 12's libstdc++ and ClangThiago Macieira2022-04-261-0/+3
* Ensure tag used for logging on Android does not contain spacesŁukasz Korbel2022-04-211-1/+2
* Update documentation of enum Qt::DockWidgetAreaAxel Spoerl2022-04-191-6/+10
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+2
* Add a marker for post-C++17 APIs in exported classesGiuseppe D'Angelo2022-04-111-0/+20
* Fix generation of qsimd_x86 files to require no hand-editingEdward Welbourne2022-04-072-1/+3
* QGlobalStatic: mark functions that inspect the guard noexceptMarc Mutz2022-04-031-3/+3
* Add Q_THREAD_LOCAL_CONSTINIT to work around an MSVC bugMarc Mutz2022-04-011-0/+8
* Fix build with clang-clYuhang Zhao2022-03-311-1/+1
* Update mapping between Apple Clang versions and upstream ClangTor Arne Vestbø2022-03-291-20/+20