summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+3
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-0/+3
* | Add QT_NO_FOREACH to disable foreach and Q_FOREACHMarc Mutz2016-05-111-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-5/+1
|\|
| * Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-131-5/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+0
|\|
| * Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-061-2/+0
* | Disable some features for INTEGRITYRolland Dudemaine2016-03-171-0/+7
* | Add qOverload to select overloaded functionsPeter Kümmel2016-02-151-0/+60
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-1/+0
|\|
| * winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-051-1/+0
* | Add qAsConstMarc Mutz2016-01-041-0/+9
* | Allow Q_CHECK_PTR when asserts are forcedAlex Trotsenko2015-12-081-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-1/+1
|\|
| * Q_UNIMPLEMENTED: remove explicit file, line and funcinfo informationMarc Mutz2015-12-071-1/+1
* | Long live qUtf16Printable()Marc Mutz2015-11-211-0/+9
* | foreach: remove implementations not using decltypeOlivier Goffart2015-11-161-64/+2
|/
* Move pointer size detection entirely to qprocessordetection.hThiago Macieira2015-10-261-12/+0
* Add an automatic use of the ELF-versioned QtCore symbolThiago Macieira2015-10-201-0/+1
* Move the official Qt version from qglobal.h to .qmake.confThiago Macieira2015-10-141-2/+2
* Remove extra semicolon in declaration of QMacAutoReleasePoolTor Arne Vestbø2015-10-021-1/+1
* Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-231-0/+3
* Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-111-0/+3
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* Fix Qt-in-namespace build breakage.Morten Johan Sørvig2015-06-121-0/+2
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-2/+3
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-2/+3
| |\
| | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-291-1/+2
| | |\
| | | * Make qglobal.h only complain for GCC >= 5 about -fPIEThiago Macieira2015-05-291-1/+2
| | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-181-2/+2
| | |\|
| | | * Make qglobal.h complain if you use -fPIEThiago Macieira2015-05-131-2/+2
| * | | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Allan Sandfeld Jensen2015-05-081-2/+2
| | |\|
| | | * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-071-2/+2
| | * | Bump versionOswald Buddenhagen2015-04-201-2/+2
| | |/
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-25/+39
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-161-1/+1
|\| |
| * | Make Q_ASSERT_X also check its argument for validityThiago Macieira2015-03-121-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-091-1/+5
|\| |
| * | iOS: Define QT_NO_PROCESS, as the platform doesn't allow fork/execTor Arne Vestbø2015-03-061-0/+4
| * | Fix -Wunreachable-code warning from clang in preprocessed Q_ASSERTThiago Macieira2015-03-061-1/+1
* | | Bump versionOswald Buddenhagen2015-02-251-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+1
|\|
| * work around MSVC level 4 warningJoerg Bornemann2015-02-171-0/+1
| * Bump versionOswald Buddenhagen2015-01-191-2/+2
| * Bump version number to 5.4.1Thiago Macieira2014-12-131-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Centralize use of __attribute__((noinline))Marc Mutz2015-01-291-0/+8