summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update QLibraryInfo::build() to use the arch-detection from QSysInfoThiago Macieira2014-05-121-16/+10
* | 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-092-6/+46
* | Add QSysInfo::osVersion() and prettyOsName()Thiago Macieira2014-05-092-5/+273
* | Add QSysInfo::osType()Thiago Macieira2014-05-092-0/+73
* | Add QSysInfo::cpuArchitecture() and fullCpuArchitecture()Thiago Macieira2014-05-094-0/+249
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-063-14/+48
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-0/+3
| |\
| | * Deprecate setSharable in Qt containersThiago Macieira2014-04-241-0/+3
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-251-8/+15
| |\|
| | * Disable C++11 initializer lists and rvalue refs for old libstdc++Thiago Macieira2014-04-141-2/+10
| | * Disable all C++11 rvalue refs with Dinkumware C++ library tooThiago Macieira2014-04-141-0/+3
| | * Remove the #ifdef check just before #undefThiago Macieira2014-04-141-6/+2
| * | Allow logging to stderrBernd Weimer2014-04-241-6/+30
| * | Bump Qt version to 5.3.1Sergio Ahumada2014-04-241-2/+2
| |/