summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compilation warnings on MSVC.Jędrzej Nowacki2012-01-291-2/+2
* Introduce QTypeInfo::sizeOf.Jędrzej Nowacki2012-01-291-5/+10
* Mark the single argument containers as movable.Stephen Kelly2012-01-261-0/+25
* Wrap unimplemented clang feature in __has_featureOlivier Goffart2012-01-261-4/+13
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-136/+1
* Remove Q_COMPILER_FINALOlivier Goffart2012-01-241-7/+1
* Update obsolete contact address.Jason McDonald2012-01-231-2/+2
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Remove QBool and use bool instead.David Faure2012-01-201-17/+0
* Remove Q_CC_MWERKS.Robin Burchell2012-01-191-11/+1
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-191-6/+3
* qglobal: Remove symbian specific featuresOlivier Goffart2012-01-161-115/+7
* Add Q_COMPILER_* defines for C++11 features supported by clangBradley T. Hughes2012-01-121-1/+40
* Fix Q_ASSERT_X to handle QT_FORCE_ASSERTSHarald Fernengel2012-01-111-3/+3
* Add defines for explicit virtual overrides.Stephen Kelly2012-01-101-0/+17
* Remove symbian debug macro definition.Stephen Kelly2012-01-101-9/+0
* Add define for C++11 explict delete methodsStephen Kelly2012-01-091-8/+8
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-6/+0
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-0/+1
* Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUTDavid Faure2012-01-051-7/+9
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* corelib: Introduce Q_ALLOC_SIZE and use it on qMalloc and friendsHolger Hans Peter Freyther2012-01-021-4/+11
* Do not unconditionally define QT_BEGIN_MOC_NAMESPACEDenis Dzyubenko2012-01-021-0/+8
* Enable variadic macros if building in c++0x mode.Stephen Kelly2011-12-291-0/+1
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-1/+0
* Q_STATIC_ASSERT: fix C style castOlivier Goffart2011-12-191-1/+1
* Add specialization for QTypeInfo<void>Jędrzej Nowacki2011-12-131-0/+13
* Fix QT_DEPRECATED_SINCE evaluationBradley T. Hughes2011-12-051-23/+23
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-23/+12
* Fix QT_DEPRECATED_SINCE on windows.Olivier Goffart2011-11-231-2/+7
* Add a -force-asserts option to configureHarald Fernengel2011-11-111-3/+3
* Fix Q_STATIC_ASSERT on MacJoão Abecasis2011-11-101-1/+1
* Enable deprecated feature for nowOlivier Goffart2011-11-031-2/+3
* Use C++11 static_assertOlivier Goffart2011-11-021-0/+10
* Fix broken build.Jędrzej Nowacki2011-11-011-2/+2
* Fix compiler warnings.Friedemann Kleint2011-10-271-1/+1
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-70/+2
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-221-1/+1
* Expand QT_TR_NOOP("str") to "str", not ("str").Jan-Arve Saether2011-10-211-4/+4
* Introduce Q_STATIC_ASSERTJędrzej Nowacki2011-10-191-0/+9
* Remove Sensors and Location related macros/defines from qglobal.h.alex2011-10-191-26/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-0/+12
* Clean-up a macro for CocoaMorten Sorvig2011-10-101-5/+0
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-8/+8
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-031-5/+1
* Windows: fixed compile of libQtPlatformSupportRohan McGovern2011-09-141-0/+15
* Merge branch 'refactor'Gunnar Sletta2011-09-131-19/+46
|\
| * Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-4/+0
| |\
| * | Introduce Q_QTQUICK1_EXPORT fixing exports in declarative.Friedemann Kleint2011-08-311-0/+8
| * | Fix build.Friedemann Kleint2011-08-191-0/+16