summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-212-1/+3
* qsimd_p.h: add a hack to allow AVX to work with MinGWThiago Macieira2022-01-201-0/+23
* qsimd.h: move the rest of the __xxx__ definitions that MSVC lacksThiago Macieira2022-01-202-32/+15
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-0/+9
* convertDoubleTo: add an x86-64 intrinsics versionThiago Macieira2022-01-191-5/+79
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-172-0/+2
* convertDoubleTo: invert the condition so we catch NaNs earlyThiago Macieira2022-01-141-1/+1
* convertDoubleTo: move the precision upgrade test upThiago Macieira2022-01-141-4/+13
* QOperatingSystemVersion: Make implementation consistent on all platformsYuhang Zhao2022-01-123-22/+13
* QOperatingSystemVersion_win: Allow override as Windows 11Yuhang Zhao2022-01-071-2/+7
* QGlobalStatic: invert the order of destruction and setting the guardThiago Macieira2022-01-051-2/+2
* QRandom: remove dead pre-C++11 codeMarc Mutz2022-01-051-6/+0
* Extract Header qforeach.h from qglobal.hMarc Mutz2021-12-303-84/+140
* Doc: QSysInfo::productType: remove the "will be" note about Qt 6Thiago Macieira2021-12-231-4/+3
* wasm: prevent thread cross-talk when loggingMorten Johan Sørvig2021-12-211-0/+7
* CMake: don't treat Q_CORE_EXPORT specialMarc Mutz2021-12-201-7/+4
* 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
* QOperatingSystemVersion: Add Windows11Mårten Nordheim2021-11-192-0/+7
* Add operating system version for macOS 12 "Monterey"Volker Hilsheimer2021-11-182-0/+10
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-181-15/+23
* Add missing QT_TRID_N_NOOP definitionLucie Gérard2021-11-182-0/+21
* QOperatingSystemVersion: Add Win10 sub-versionsYuhang Zhao2021-11-182-0/+50
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-163-35/+102
* Document QLibraryInfo::Qml2ImportsPath as deprecatedUlf Hermann2021-11-151-1/+5
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-124-75/+197
* Fix not respected qt.conf settingsMichal Klocek2021-11-111-6/+13
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-18/+11
* qoperatingsystemversion_win: fix thread raceMårten Nordheim2021-11-081-3/+4
* Revert "QOperatingSystemVersion: Add support for Win10 sub-versions"Thiago Macieira2021-11-062-63/+0
* QOperatingSystemVersion: Add support for Win10 sub-versionsYuhang Zhao2021-11-042-0/+63
* qlibrary.cpp: avoid the +12 constant in too many placesThiago Macieira2021-11-031-1/+1
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-031-37/+35
* qoperatingsystemversion_win: cache the retrieved versionYuhang Zhao2021-11-021-6/+8
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-021-5/+2
* qconfig.cpp: use qOffsetStringArrayThiago Macieira2021-10-292-19/+16