summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* Remove Q_DECLARATIVE_EXPORT and Q_QTQUICK1_EXPORTMatthew Vogt2012-02-271-16/+0
* Move QSysInfo out of qglobal.h and into a separate headerBradley T. Hughes2012-02-211-101/+1
* Remove qMacVersion()Bradley T. Hughes2012-02-211-4/+1
* Move QTypeInfo out of qglobal.h and into a separate headerBradley T. Hughes2012-02-201-164/+2
* Enables QProcess back on QNX.Rafael Roquetto2012-02-171-2/+0
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* Move QtConcurrent configuration to a single fileJoão Abecasis2012-02-141-19/+0
* Reshuffle code between qglobal, qloggingKai Koehne2012-02-131-4/+0
* Fix qmake compilationOlivier Goffart2012-02-131-1/+1
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-101-0/+6
* fix msvc 2008 warning about downcasting to boolOswald Buddenhagen2012-02-081-1/+1
* Add qprocessordetection.hBradley T. Hughes2012-02-081-0/+1
* Change #include "qlogging.h" to <QtCore/qlogging.h> in qglobal.hBradley T. Hughes2012-02-061-1/+1
* Move compiler detection from qglobal.h to a separate headerBradley T. Hughes2012-02-061-492/+1
* Move operating system detection from qglobal.h to a separate headerBradley T. Hughes2012-02-061-168/+2
* Move QtConcurrent into its own moduleLars Knoll2012-02-051-0/+8
* QtDebug: Include file, line, function informationKai Koehne2012-02-011-59/+3
* Remove Symbian specific code from QtCore.Xizhi Zhu2012-01-301-16/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* 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