summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNX: Silence compiler warning by initializing variablePasi Petäjäjärvi2022-02-181-1/+1
* qsimd/x86: lower the target architecture for load-time codeThiago Macieira2022-02-171-1/+23
* qsimd: Initialize the current state as soon as QtCore loadsThiago Macieira2022-02-173-24/+65
* Fix bootstrapped AVX512 codeAllan Sandfeld Jensen2022-02-171-7/+13
* Correct haswell function target for clangAllan Sandfeld Jensen2022-02-161-1/+5
* qsimd: simplify the code slightlyThiago Macieira2022-02-152-16/+7
* Remove QT_FEATURE_sharedmemory from qconfig-bootstrapped.hJoerg Bornemann2022-02-101-1/+0
* Split namespace macros from qglobal.h into their own headerFabian Kosmale2022-02-102-73/+118
* Fix GCC12 warning about using a pointer after realloc()Thiago Macieira2022-02-091-2/+2
* qglobal: add a way to selectively export in Qt 6 XOR Qt 7Thiago Macieira2022-02-091-0/+18
* qglobal: Move the export macros further up in the fileThiago Macieira2022-02-091-31/+29
* Remove QSystemSemaphore from bootstrap libJoerg Bornemann2022-02-091-1/+0
* Document float-to-qfloat16's rounding more carefullyEdward Welbourne2022-02-091-2/+6
* QLibraryInfo: remove load-time variableThiago Macieira2022-02-052-4/+4
* Detect clang-cl features as clang not as msvcAllan Sandfeld Jensen2022-02-051-7/+4
* QLibraryInfo: de-duplicate QT_BUILD_STRMarc Mutz2022-02-051-3/+7
* QLibraryInfo: mark isDebugBuild() noexcept and CONSTMarc Mutz2022-02-052-2/+2
* QtCore: use C++11 thread_local instead of QThreadStorageThiago Macieira2022-02-031-1/+0
* Only use inlined target functions when supportedAllan Sandfeld Jensen2022-02-021-1/+1
* qfloat16: add AVX512VL qfloat16 conversion tailThiago Macieira2022-02-011-0/+37