summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Add a more reliable replacement for qt_add/removeObject().Volker Krause2014-04-153-2/+147
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-115-17/+27
|\|
| * Only define Q_COMPILER_INITIALIZER_LISTS for MSVC 12 SP 2Frederik Gladhorn2014-04-091-1/+6
| * Mark Variable Length Arrays as a TS feature for C++14Thiago Macieira2014-04-081-1/+2
| * Don't redefine dynamic_cast if it's already a macroThiago Macieira2014-04-081-1/+1
| * Use category names when logging to the journalAlejandro Exojo2014-04-051-7/+9
| * OS X: Improve QLibraryInfo app bundle testing.Morten Johan Sørvig2014-04-051-1/+3
| * Enable s390[x] detection.Lisandro Damián Nicanor Pérez Meyer2014-04-031-6/+6
* | Add missing \since 5.2 for qFloatDistanceJan Arve Saether2014-04-071-0/+2
* | Add detection for the Intel compiler in QLibraryInfo::build()Thiago Macieira2014-04-041-1/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-246-9/+23
|\|
| * Stop omitted enum value from showing up in Qt namespace doc.Mitch Curtis2014-03-202-2/+3
| * Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+3
| * Document %{if-category} in default message patternKai Koehne2014-03-151-1/+4
| * iOS: fix build failure __IPHONE_NA not definedRichard Moe Gustavsen2014-03-141-2/+2
| * Fix one bogus print to stderr: use toLocal8Bit()Alejandro Exojo2014-03-141-1/+1
| * Add compiler name for Clang in QLibraryInfo::build()Marcel Krems2014-03-141-2/+2
| * Make QtCriticalMsg exit on QT_FATAL_CRITICALSAlejandro Exojo2014-03-142-0/+7
| * Fix docs: QT_FATAL_WARNINGS acts when not emptyAlejandro Exojo2014-03-141-1/+1
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-132-8/+10
|\|
| * Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-101-7/+9
| * Make Q_NULLPTR be NULL on C++98Thiago Macieira2014-03-081-1/+1