summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* qglobal.h: Do not include <algorithm>Fabian Kosmale2021-10-291-2/+0
* Fix -trace build on WindowsIvan Solovev2021-10-251-1/+1
* Update windows version detectionMårten Nordheim2021-10-241-1/+11
* Move the ABI tag from minimum-linux.S to qlibraryinfo.cppThiago Macieira2021-10-213-94/+44
* Q_GLOBAL_STATIC: suppress warning about expressions in noexcept()Thiago Macieira2021-10-181-1/+4
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-161-4/+4
* Remove zlib from bootstrap libraryJoerg Bornemann2021-10-161-0/+2
* qtlogging: Document QT_MESSAGELOGCONTEXT defineKevin Funk2021-10-141-1/+5
* CMake: Make LTO build workThiago Macieira2021-10-131-1/+0
* qfloat16: re-merge the F16C content into qfloat16.cppThiago Macieira2021-10-132-101/+29
* Add suffixes to loop variables for Q_FOREACHIevgenii Meshcheriakov2021-10-131-4/+9
* corelib: Fix typos in documentationJonas Kvinge2021-10-122-3/+3
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-127-11/+11
* qconfig.cpp: Remove the install dateThiago Macieira2021-10-111-2/+0
* wasm: add simd supportLorn Potter2021-10-052-1/+8
* Fix __cpp_lib_hypot related error when building in macosAlexey Edelev2021-10-051-1/+1
* Fix reference to quitOnLastWindowClosed in WA_QuitOnClose docsTor Arne Vestbø2021-10-041-1/+1
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-10/+2
* Purge Q_NO_TEMPLATE_FRIENDS and platforms lacking support for themFabian Kosmale2021-10-021-32/+0
* MSVC: enforce that we are under /permissive-Giuseppe D'Angelo2021-09-291-0/+9
* Add private qAbort helper functionTor Arne Vestbø2021-09-223-25/+35