summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-292-4/+4
* Short live Q_CONSTINIT!Marc Mutz2022-03-264-6/+43
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-264-30/+31
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-254-67/+67
* Doc: Add \relates command for documented global functions/macrosTopi Reinio2022-03-251-0/+3
* Remove mention of Q_GLOBAL_STATIC being more thread safe than local staticsTor Arne Vestbø2022-03-251-4/+0
* Remove QTemporary(file|dir) from boostrap libFabian Kosmale2022-03-231-0/+2
* qversiontagging.h: remove the attempt to use the "retain" attributeThiago Macieira2022-03-211-5/+1
* qversiontagging: Fix the imp prefix for 32 bit armMartin Storsjö2022-03-191-5/+5
* Disable init prioritization in QNXAlexey Edelev2022-03-171-0/+3
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+1
* Doc: Fix typosRobert Löhning2022-03-161-2/+2
* Fix qt version tagging on windows with namespacesMårten Nordheim2022-03-161-1/+1
* Q_DECL_INIT_PRIORITY: make the initializers actually runThiago Macieira2022-03-151-1/+6
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-152-0/+29
* qversiontagging: merge the qt_version_tag symbolsThiago Macieira2022-03-141-5/+23
* qversiontagging: remove the old inline assembly contentThiago Macieira2022-03-141-20/+6
* qversiontagging: Use C++17 inline variables also on UnixThiago Macieira2022-03-142-16/+23
* qversiontagging: Add Windows supportThiago Macieira2022-03-142-13/+113
* QDataStream: make qfloat16 streaming a non-memberMarc Mutz2022-03-142-0/+46
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-102-3/+12
* QGlobalStatic: fix Clang warning about expression in unevaluated contextThiago Macieira2022-03-091-0/+3
* Re-add missing 'we mean it' headerKai Köhne2022-03-071-0/+11