summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qsysinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add QOperatingSystemVersion/QSysInfo support for macOS 26 (Tahoe)Tor Arne Vestbø2025-06-101-0/+1
* Corelib, fix runtime platform detection on CYGWINCarlo Bramini2025-03-071-3/+3
* doc: Fix broken links, including auto-linksDavid Boddie2025-02-101-1/+1
* Recognize Windows Server 2025 build numberDavid Warner2024-11-201-0/+2
* WinSock: Initialize with version 2.2Mårten Nordheim2024-11-181-5/+3
* QSysInfo: use QString::data() instead of const_castAhmad Samir2024-11-041-3/+3
* macOS: Add missing product names for QSysInfo::prettyProductName()Tor Arne Vestbø2024-07-051-23/+21
* Handle VxWorks in QSysInfoŁukasz Matysiak2024-06-191-3/+24
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-181-0/+2
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-2/+1
* QSysInfo: sanitize /etc file parsing [1/N]: properly check endsWith('"') in u...Marc Mutz2023-12-071-7/+8
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-111-4/+3
* QSysInfo: Work around erroneous warning output from WindowsMårten Nordheim2023-02-091-1/+14
* Provide the proper QSysInfo::productType on WASMMikolaj Boc2023-01-111-0/+2
* QSysInfo::prettyProductName(): Add macOS Ventura product nameAlexander Rezepkin2022-12-081-0/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-4/+4
* Android: Update version names on QSysInfo and QOperatingSystemVersionAssam Boudjelthia2022-09-261-57/+58
* QSysInfo: remove unneeded assertSona Kurazyan2022-09-221-3/+1
* Move the implementation and docs of QSysInfo to qsysinfo.cppSona Kurazyan2022-09-221-0/+1055