summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix docs: QT_FATAL_WARNINGS acts when not emptyAlejandro Exojo2014-03-141-1/+1
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-7/+9
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-1/+1
* Document qPrintable encoding issuesKai Koehne2014-02-251-1/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-4/+4
|\
| * Doc: Fix broken linksSze Howe Koh2014-02-041-4/+4
* | Add other integer overloads to QFlag's constructorThiago Macieira2014-02-011-0/+28
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-4/+2
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-4/+2
| |\
| | * Doc: Adjust description of the qreal typedefhjk2013-12-041-4/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-4/+4
|\| |
| * | Fix compilation for embedded Androidaavit2013-12-051-4/+4
| |/
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-29/+83
|\|
| * Add QSysInfo::MacVersion enum values and parsing for iOSTor Arne Vestbø2013-11-211-8/+18
| * Revert "Add tracing to logging framework"Kai Koehne2013-11-071-4/+0
| * QGlobal: static_assert that sizeof(int) == 4 and UCHAR_MAX == 255Marc Mutz2013-11-061-0/+8
| * Android: Avoid re-creating Random objects.Christian Strømme2013-11-011-14/+20
| * Introduce Windows version 8.1 and detect by checking the version.Friedemann Kleint2013-10-241-3/+37
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+36
|\|
| * Android: Use java.util.Random in qrand()Christian Strømme2013-10-171-0/+36
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-4/+4
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* | Merge branch 'stable' into devSergio Ahumada2013-09-271-0/+4
|\|
| * Add tracing to logging frameworkhjk2013-09-251-0/+4
* | Implement qt_error_string for WinRTOliver Wolff2013-09-261-1/+14
|/
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-211-0/+32
* WinRT: Basic global supportAndrew Knight2013-09-201-1/+20
* Fix unused static function randTLS() warningEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-0/+7
|\
| * Doc: Add Q_OS_ANDROID macroTakumi Asaki2013-08-231-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+1
|\|
| * Enable qsrand() on builds without thread-safe posixEskil Abrahamsen Blomfeldt2013-08-061-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-2/+2
|\|
| * Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-2/+2