summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Logging: use GCC #pragma to suppress the frame pointerThiago Macieira2022-03-031-4/+9
* Logging: cache the last library file name in a backtraceThiago Macieira2022-03-031-2/+7
* Logging: add support for decoding backtraces using dladdr()Thiago Macieira2022-03-031-2/+33
* Logging: reorganize the backtrace code for simplicity and readabilityThiago Macieira2022-03-031-36/+68
* Logging: remove magic constant from backtrace codeThiago Macieira2022-03-031-1/+13
* Logging: rejiggle the way we detect the availability of backtrace() APIThiago Macieira2022-03-031-15/+6
* Logging: fix encoding of backtrace linesThiago Macieira2022-03-031-1/+1
* qsimd.cpp: don't disable SSE FP mathThiago Macieira2022-03-031-5/+7
* qsimd.cpp: fix _FORTIFY_SOURCE=2 buildsThiago Macieira2022-03-031-0/+1
* Qt namespace: fix Q_FLAG_NS declaration for Qt::MouseEventFlagsGiuseppe D'Angelo2022-03-021-1/+1
* QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS buildsMarc Mutz2022-02-281-0/+4
* QRandomGenerator: find getentropy() on macOSThiago Macieira2022-02-241-1/+3
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-248-5/+10
* MSVC: Raise minimum version of Visual Studio 2019 to 16.7Kai Köhne2022-02-241-0/+5
* Protect headers against min/max macrosMarc Mutz2022-02-224-13/+13
* Do not warn about qtnamespacemacros.h header in syncqtKai Köhne2022-02-211-0/+4
* qsimd_p.h: let the generator script generate the ARCH target stringsThiago Macieira2022-02-194-46/+81
* qsimd_p.h: add x86-64-v4Thiago Macieira2022-02-191-0/+15
* qsimd_p.h: disallow building with just -mavx2 instead of full x86-64-v3Thiago Macieira2022-02-191-8/+17
* qsimd_p.h: Restore compatibility with C codeThiago Macieira2022-02-192-50/+32
* qsimd_p.h: group the two HWRNG-related functionsThiago Macieira2022-02-191-4/+13
* qsimd_p.h: move macros upThiago Macieira2022-02-191-9/+9
* qglobal_p.h: move QT_SUPPORTS_INIT_PRIORITY to outside the C++ sectionThiago Macieira2022-02-191-8/+8
* qtnamespacemacros.h: make Q_MANGLE_NAMESPACE() available in C modeThiago Macieira2022-02-191-7/+11
* Revert "Correct haswell function target for clang"Allan Sandfeld Jensen2022-02-191-5/+1
* qsimd: Remove QT_COMPILER_SUPPORTS_SIMD_ALWAYSThiago Macieira2022-02-182-3/+6
* qsimd: update the generator script from OpenDCDiagThiago Macieira2022-02-184-235/+434