summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-10/+76
|\
| * QSysInfo: Expand Linux distribution detectionCaroline Chao2015-05-131-10/+76
* | Fix QIODevice::errorString() and other places where we expose errnoSimon Hausmann2015-05-291-1/+1
* | Update for the newest Darwin-family operating systems.Jake Petroules2015-05-031-0/+3
* | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-301-0/+11
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-2/+2
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-011-1/+4
|\|
| * Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-1/+4
* | Doc: Change Q_CHECK_PTR documentation to match implementationRainer Keller2015-03-121-4/+7
|/
* 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
* | Add QSysInfo::cpuArchitecture() and fullCpuArchitecture()Thiago Macieira2014-05-091-0/+131
|/
* Make QtCriticalMsg exit on QT_FATAL_CRITICALSAlejandro Exojo2014-03-141-0/+2