summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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-302-104/+148
* Add QSysInfo::currentCpuArchitecture()Thiago Macieira2014-07-302-2/+91
* Add qFormatLogMessage()Kai Koehne2014-07-302-8/+20
* Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-281-0/+105
* Introduce Q_DECL_UNUSED_MEMBER for clangKai Koehne2014-07-231-1/+11
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-141-1/+2
|\
| * Work around ICC bug in brace initializations containing constexprThiago Macieira2014-07-121-1/+2
* | Logging: fix support for %{time format} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-101-6/+15
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-6/+15
| |\|
| | * Attempt to work with Visual Studio in -Za (strict ANSI) modeThiago Macieira2014-07-051-6/+15
* | | Add QDebug::noquote() stream modifierKai Koehne2014-07-101-2/+2
|/ /
* | Remove QHashDummyNode and avoid undifined behaviorOlivier Goffart2014-07-081-1/+1
* | Rename QSysInfo::cpuArchitecture and fullCpuArchitectureThiago Macieira2014-07-072-35/+35
* | Add missing detection for some 64-bit architecturesThiago Macieira2014-07-071-2/+12
* | Remove QT_STATIC_CONSTThiago Macieira2014-07-071-12/+0
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-043-44/+40
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-033-44/+40
| |\|
| | * qDebug: fix data race in qt_message_printDavid Faure2014-07-011-23/+19
| | * Fix annoying warning from ICC 14 on WindowsThiago Macieira2014-07-011-2/+2
| | * Doc: Various \note fixes in Qt namespace documentation.Jerome Pasion2014-07-011-19/+19
* | | Fix typo in 'time' message pattern.Gunnar Sletta2014-07-031-1/+1
|/ /
* | Add support for initializer_list construction in QFlagsAdam Majer2014-07-022-0/+27
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-013-5/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-013-5/+8
| |\|
| | * Doc: qInstallMessageHandler cannot return 0.David Faure2014-06-241-2/+1
| | * fix QT_SUPPORTS macro with msvc2008Oswald Buddenhagen2014-06-201-1/+5
| | * Bump versionOswald Buddenhagen2014-06-181-2/+2
| | * Fix QT_NO_SETTINGS build in QLibraryInfo.Steffen Imhof2014-06-101-2/+2
* | | Save the _MSC_VER variable instead of <unknown version>Thiago Macieira2014-07-011-1/+1
|/ /
* | Logging: support %{time} and %{time format} in QT_MESSAGE_PATTERNShawn Rutledge2014-06-271-1/+30
* | Introduce qUtf8Printable() macro to qglobal.hTakumi Asaki2014-06-272-9/+27
* | Fix ICC build on Windows: __VERSION__ isn't definedThiago Macieira2014-06-271-1/+29
* | Add Q_COMPILER_THREADSAFE_STATICS (a.k.a. "Magic Statics")Thiago Macieira2014-06-272-1/+12
* | Update MSVC compiler features according to testingThiago Macieira2014-06-251-3/+6
* | Only define the MSVC C++11 feature macros in C++Thiago Macieira2014-06-251-0/+2
* | winrt: Return correct value from QSysInfo::windowsVersion()Andrew Knight2014-06-251-1/+1
* | Deprecate the C++14 compiler feature macrosThiago Macieira2014-06-191-26/+19
* | Add the C++11 feature macros for ICC 15 and complete for 14Thiago Macieira2014-06-181-0/+9
* | Add the -qreal option to the Qt ABI informationThiago Macieira2014-06-172-1/+13
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-071-2/+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
* | | Do not try to handle OOM exceptions in loggingKai Koehne2014-06-061-77/+3
|/ /
* | Update for the newest Darwin-family operating systems.Jake Petroules2014-06-033-1/+22
* | Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-222-4/+17
* | Add the static/shared split to QLibraryInfo::build()Thiago Macieira2014-05-121-1/+6
* | Remove the use of __DATE__ from QtCoreThiago Macieira2014-05-121-1/+1