summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+1
* Doc: Fix typosRobert Löhning2022-03-161-2/+2
* QLibraryInfo: remove load-time variableThiago Macieira2022-03-162-4/+4
* qglobal: Move the export macros further up in the fileThiago Macieira2022-03-161-31/+29
* Logging: rejiggle the way we detect the availability of backtrace() APIThiago Macieira2022-03-161-15/+6
* Logging: remove magic constant from backtrace codeThiago Macieira2022-03-161-1/+13
* Logging: fix encoding of backtrace linesThiago Macieira2022-03-161-1/+1
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-152-0/+29
* QDataStream: make qfloat16 streaming a non-memberMarc Mutz2022-03-142-0/+46
* QGlobalStatic: fix Clang warning about expression in unevaluated contextThiago Macieira2022-03-101-0/+3
* QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS buildsMarc Mutz2022-03-031-0/+4
* Qt namespace: fix Q_FLAG_NS declaration for Qt::MouseEventFlagsGiuseppe D'Angelo2022-03-021-1/+1
* QRandomGenerator: find getentropy() on macOSThiago Macieira2022-02-241-1/+3
* 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-244-15/+15
* Revert "Correct haswell function target for clang"Allan Sandfeld Jensen2022-02-191-5/+1
* QNX: Silence compiler warning by initializing variablePasi Petäjäjärvi2022-02-181-1/+1
* Correct haswell function target for clangAllan Sandfeld Jensen2022-02-161-1/+5
* Fix GCC12 warning about using a pointer after realloc()Thiago Macieira2022-02-101-2/+2
* Detect clang-cl features as clang not as msvcAllan Sandfeld Jensen2022-02-051-7/+4
* Only use inlined target functions when supportedAllan Sandfeld Jensen2022-02-031-1/+1
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-032-37/+1
* CMake: don't treat Q_CORE_EXPORT specialMarc Mutz2022-02-011-7/+4
* qsimd/x86: disable the F16C, FMA, and VAES features if AVX is disabledThiago Macieira2022-01-302-5/+5
* qfloat16: add missing staticThiago Macieira2022-01-301-2/+2
* Move private QOperatingSystemVersion::compare to removed_apiMårten Nordheim2022-01-272-6/+2
* QOperatingSystemVersion: fix #if check for macos version checkMårten Nordheim2022-01-251-1/+1
* Replace cxx17_bm_searcher config check with feature test macroMarc Mutz2022-01-241-1/+0
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-212-1/+3
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-211-0/+9
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-172-0/+2
* QGlobalStatic: invert the order of destruction and setting the guardThiago Macieira2022-01-061-2/+2
* QRandom: remove dead pre-C++11 codeMarc Mutz2022-01-051-6/+0
* Doc: QSysInfo::productType: remove the "will be" note about Qt 6Thiago Macieira2021-12-231-4/+3
* Q_{APPLICATION,GLOBAL}_STATIC: use variadic macrosThiago Macieira2021-12-172-5/+16
* QGlobalStatic: don't use a std::aligned_union if we can be a unionThiago Macieira2021-12-162-12/+14
* QIODevice: use QVLA to hold the ring buffers, not QListMarc Mutz2021-12-151-1/+1
* QLogging: fix potential missing NUL-terminator when calling OutputDebugStringMarc Mutz2021-12-151-2/+2
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-122-117/+104
* Re-enable parsing Qt code with LLVM (Qt for Python)Friedemann Kleint2021-12-091-1/+1
* Doc: Reword, fix typos and some formattingIvan Tkachenko2021-12-081-6/+7
* QLogging: mark all warning() and critical() functions as coldMarc Mutz2021-12-071-0/+6
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-1/+1
* qBound: add an assert on !(upper < lower)Giuseppe D'Angelo2021-12-061-53/+67
* Remove unused Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2021-12-031-8/+0
* Reduce scope of a hack using volatile in favor of viewAt()Edward Welbourne2021-12-021-11/+7
* QOperatingSystemVersion: cache the retrieved versionYuhang Zhao2021-11-233-2/+15
* Short live q20::ssize()!Marc Mutz2021-11-201-0/+80
* Change qt.conf key Qml2Imports to QmlImportsJoerg Bornemann2021-11-192-19/+32
* Prefer QBAV over raw char * form of qt_configure_strsEdward Welbourne2021-11-191-2/+2