summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Introduce Q_DECL_CONST_FUNCTION and Q_DECL_PURE_FUNCTIONGiuseppe D'Angelo2014-03-031-0/+8
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-285-17/+26
|\|
| * automate handling of generated headers some moreOswald Buddenhagen2014-02-281-9/+0
| * Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-251-1/+1
| * Document qPrintable encoding issuesKai Koehne2014-02-251-1/+6
| * Fix typo in QLibraryInfo::build()Sergio Ahumada2014-02-221-1/+1
| * QLibraryInfo: mark build() function as nothrowMarc Mutz2014-02-212-2/+2
| * Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-3/+16
* | Bump Qt version to 5.4.0Thiago Macieira2014-02-201-2/+2
* | Add the option of using decltype() in Q_FOREACHThiago Macieira2014-02-191-3/+8
* | Redo the Q_FOREACH loop control without GCC statement expressionsThiago Macieira2014-02-191-7/+17
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-0/+1
|\
| * Added #include "qnumeric.h" to qglobal.hGlen Mabey2014-02-141-0/+1
* | Initial support for the Intel Compiler 14.0 on OS XThiago Macieira2014-02-161-1/+1
* | Work around ICC 14 bug: __attribute__((deprecated)) with textThiago Macieira2014-02-161-1/+1
* | Extending the inputMethodQuery APIPaul Olav Tvete2014-02-152-0/+9
* | Dynamic GL switch on WindowsLaszlo Agocs2014-02-142-0/+10
* | Let Q_DECLARE_LOGGING_CATEGORY and Q_LOGGING_CATEGORY return a const referenceKai Koehne2014-02-141-1/+1
* | Remove "thread_local" support from the Intel CompilerThiago Macieira2014-02-141-1/+0
* | Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-141-0/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-131-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+1
| |\|
| | * support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-1/+1
* | | Use QtPrivate::is_integral instead of listing each integer typeThiago Macieira2014-02-121-26/+24
* | | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-122-0/+4
* | | Added function returning build information to QLibraryInfo.Friedemann Kleint2014-02-122-0/+53
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-113-11/+48
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-073-11/+48
| |\|