summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-56/+3
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-281-80/+42
* Fix compile-time error macro when building with -fPIEGabor Ballabas2012-06-201-1/+1
* Unconditionally enable Q_OF_ELF for any ELF platformPino Toscano2012-06-011-3/+1
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-1/+0
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-171-5/+4
* Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-081-0/+1
* QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-071-1/+0
* Disable force_align_arg_pointer function attribute with MinGW-w64Jonathan Liu2012-04-301-1/+1
* get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-261-52/+0
* Move Q_FUNC_INFO to qcompilerdetection.hThiago Macieira2012-04-231-13/+0
* Move the QT_STRINGIFY macro to the top of qglobal.hThiago Macieira2012-04-231-10/+4
* Move Q_DECL_{IMPORT,EXPORT,HIDDEN} to qcompilerdetection.hThiago Macieira2012-04-211-29/+0
* Move the compiler-related macros to qcompilerdetection.hThiago Macieira2012-04-211-105/+0
* Mark qt_assert and qFatal as non-returning functions (excpt. MSVC)Thiago Macieira2012-04-191-0/+7
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-85/+1
|\
| * Move QFlags to qflags.hThiago Macieira2012-04-131-85/+1
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-10/+2
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-8/+0
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-7/+5
* | Merge master into api_changesKent Hansen2012-03-271-15/+12
|\|
| * Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
| * Remove the use of a template qUnused function for ICCThiago Macieira2012-03-251-1/+1
| * Add macros for assuming and unreachable codeThiago Macieira2012-03-241-0/+6
| * Update the C++11 support macrosThiago Macieira2012-03-241-0/+4
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-0/+50
* | QVariant: fix HasIsNullMethod for final classesMarc Mutz2012-03-081-0/+6
|/
* Merge master -> api_changesRohan McGovern2012-02-291-38/+7
|\
| * Remove more support for unsupported GCC versions.Stephen Kelly2012-02-271-6/+2
| * QFlags<>: let the compiler generate copy ctor/op=Marc Mutz2012-02-261-2/+5
| * Remove unused QT_NO_QWS_SHARE_FONTSStephen Kelly2012-02-241-1/+0
| * Remove QT_NO_QWS_MULTIPROCESSStephen Kelly2012-02-241-2/+0
| * Remove unused define QT_NO_COP.Stephen Kelly2012-02-241-4/+0
| * Require compiler support for deprecated constructors.Stephen Kelly2012-02-231-7/+0
| * Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-231-7/+0
| * Don't do macro self-expansion for moc anymore.Stephen Kelly2012-02-221-6/+2
| * Fail with #error early if the compiler does not support bool or explicit.Stephen Kelly2012-02-221-5/+0
* | 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