summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* do not warn about "untested" Windows versionsJoerg Bornemann2015-08-031-2/+0
* Doc: update the Q_OS_MAC documentation to be less misleadingThiago Macieira2015-07-211-1/+1
* qglobal: Clarify that Q_OS_WINRT also implies Q_OS_WINSebastian Schuberth2015-07-211-1/+1
* Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
* Replace MAC OS X with OS XNico Vertriest2015-06-301-2/+2
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-0/+10
|\
| * Update for the newest Darwin-family operating systems.Jake Petroules2015-06-101-0/+10
* | Refactor handling of environment variable QT_WINVER_OVERRIDE.Friedemann Kleint2015-06-101-28/+21
* | Added support for Windows 10 in QSysInfo::productVersion()Marcel Krems2015-06-091-0/+4
|/
* QSysInfo: Expand Linux distribution detectionCaroline Chao2015-05-131-10/+76
* Windows: Use FORMAT_MESSAGE_IGNORE_INSERTS for qt_error_string().Friedemann Kleint2015-04-011-1/+1
* Update a few doc regarding Q_FLAGOlivier Goffart2015-04-011-1/+1
* Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-1/+4
* QSysInfo: expand Linux distribution detection to /etc/lsb-releaseThiago Macieira2015-02-251-31/+58
* Haiku: Use 'unknown' as QSysInfo::productType()Tobias Koenig2015-02-201-3/+0
* Haiku: Use setenv and unsetenv POSIX functionsTobias Koenig2015-02-121-3/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-10/+68
|\
| * Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-071-10/+68
* | Haiku: Make corelib compile on HaikuTobias Koenig2015-01-101-0/+5
* | Add QtInfoMsgKai Koehne2015-01-091-13/+53
* | Introduce Windows version 10.Friedemann Kleint2015-01-081-0/+4
* | Make QSysInfo enum types available cross-platformhjk2014-11-191-6/+13
* | Add Q_DECL_RELAXED_CONSTEXPR macroOlivier Goffart2014-10-241-0/+15
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-1/+3
|\|
| * Android: Support QSysInfo::productVersion()Eskil Abrahamsen Blomfeldt2014-10-101-1/+3
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-20/+12
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Fix doc typo with Q_FORWARD_DECLARE_MUTABLE_CF_TYPE.Jake Petroules2014-09-241-1/+1
* | Use new, supported APIs in OS X 10.10 and iOS 8.0 to get the OS version.Jake Petroules2014-09-121-26/+8
* | Add qEnvironmentVariableIntValue()Marc Mutz2014-09-121-0/+48
|/
* Doc: update the list of typical values for xxxCpuArchitectureThiago Macieira2014-07-311-2/+12
* Attempt to add support for Solaris sysinfo callThiago Macieira2014-07-311-3/+24
* Don't parse /etc/os-release every time we need to do uname(2)Thiago Macieira2014-07-301-39/+16
* Rework of QSysInfo OS and kernel version functionsThiago Macieira2014-07-301-100/+142
* Add QSysInfo::currentCpuArchitecture()Thiago Macieira2014-07-301-2/+90
* Rename QSysInfo::cpuArchitecture and fullCpuArchitectureThiago Macieira2014-07-071-33/+33
* Add support for initializer_list construction in QFlagsAdam Majer2014-07-021-0/+10
* Introduce qUtf8Printable() macro to qglobal.hTakumi Asaki2014-06-271-9/+23
* winrt: Return correct value from QSysInfo::windowsVersion()Andrew Knight2014-06-251-1/+1
* Add the -qreal option to the Qt ABI informationThiago Macieira2014-06-171-0/+5
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-051-2/+5
|\
| * add Windows 8.1 overrideMaurice Kalinowski2014-06-021-0/+2
| * Fix QSysInfo::macVersion for OS X minor versions greater than 9.Jake Petroules2014-05-311-2/+3
* | Update for the newest Darwin-family operating systems.Jake Petroules2014-06-031-0/+6
* | Don't open /etc/os-release outside Linux and Debian GNU/kFreeBSDThiago Macieira2014-05-091-25/+39
* | Implement QSysInfo::osVersion() for BlackBerryThiago Macieira2014-05-091-3/+11
* | Add QSysInfo::osKernelVersion()Thiago Macieira2014-05-091-6/+45
* | Add QSysInfo::osVersion() and prettyOsName()Thiago Macieira2014-05-091-5/+271
* | Add QSysInfo::osType()Thiago Macieira2014-05-091-0/+72