summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-52/+2
|\
| * winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-051-52/+2
* | Print correct OS name if it is a server versionAndré Klitzing2016-01-041-7/+11
* | Print out "Service Pack" version of underlying WindowsAndré Klitzing2016-01-041-7/+27
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-29/+10
* | Long live qUtf16Printable()Marc Mutz2015-11-211-0/+23
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-1/+2
|\|
| * Docs: Add a note clarifying that Q_MOVABLE_TYPE is not about move semanticsOlivier Goffart2015-11-131-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-3/+1
|\|
| * Move pointer size detection entirely to qprocessordetection.hThiago Macieira2015-10-261-3/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+3
|\|
| * Add static assert checking QT_POINTER_SIZE.Friedemann Kleint2015-10-071-1/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-101/+175
|\|
| * Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-23/+0
| * Fix QSysInfo::windowsVersion() for good.Jake Petroules2015-09-061-83/+56
| * Merge the multiple implementations of getting the local hostnameThiago Macieira2015-08-131-0/+124
* | Introduce Q_OS macros for watchOS and tvOS.Jake Petroules2015-09-151-1/+15
* | Deprecate Q_OS_MAC.Jake Petroules2015-09-151-10/+1
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-4/+2
|\
| * 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
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+2
|\|
| * Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-28/+32
|\|
| * 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
| |/
* | 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