summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-0/+3
* Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-131-5/+1
* Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-061-2/+0
* winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-051-1/+0
* Q_UNIMPLEMENTED: remove explicit file, line and funcinfo informationMarc Mutz2015-12-071-1/+1
* 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
* | QNX: Enable QSharedMemory and QSystemSemaphore support.Rafael Roquetto2015-01-131-7/+0
* | Make qSwap() noexcept, if possibleMarc Mutz2015-01-081-0/+12
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-9/+2
* | QNX: Fix build.Rafael Roquetto2014-12-311-2/+2
* | Fix detection of C++11 Unicode strings with icl.exeThiago Macieira2014-12-201-1/+5
* | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-12/+12
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+1
|\|
| * Store the GCC version number in Q_CC_GNUThiago Macieira2014-11-051-1/+1
* | Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Add qEnvironmentVariableIntValue()Marc Mutz2014-09-121-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-011-1/+6
|\|
| * Restore foreach macro for GCC 4.3 and 4.4 in C++11 modeThiago Macieira2014-08-191-1/+6