summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Improve version-related docs in qglobal.cppEdward Welbourne2021-09-211-21/+23
* Fix assorted misindented end-comment markers in qglobal.cppEdward Welbourne2021-09-201-14/+14
* Encourage use of QT_VERSION_CHECK()Edward Welbourne2021-09-202-13/+23
* Remove conditioning on Android embeddedEdward Welbourne2021-09-173-8/+8
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-131-1/+2
* Add a conditional noexcept specification to qExchangeGiuseppe D'Angelo2021-09-081-0/+1
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+17
* Use QByteArrayView::toInt() instead of duplicating its implementationEdward Welbourne2021-08-311-31/+2
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-2/+4
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-1/+1
* Add note about ImCursorPosition/ImAbsolutePosition not including preeditTor Arne Vestbø2021-08-211-2/+5
* Forward declare Objective-C classes as class, not typedef objc_objectTor Arne Vestbø2021-08-171-1/+1
* Short live namespace q20!Marc Mutz2021-08-162-0/+196
* Add default constructor and Q_DISABLE_COPY_MOVE to native interfacesTor Arne Vestbø2021-08-101-0/+2
* Improve documentation signature for native interface accessorTor Arne Vestbø2021-08-101-0/+6
* Qt namespace: add a Qt 7 note about enumerator orderMarc Mutz2021-08-061-0/+1
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-031-1/+3