summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-211-2/+2
* Remove the TRUE and FALSE macrosDavid Faure2012-12-061-11/+0
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* don't require a fake qconfig.h for the configure bootstrapOswald Buddenhagen2012-09-191-1/+1
* Let qVersion() be extern "C" if this is not a namespace buildThiago Macieira2012-09-181-1/+13
* don't require (dummy) qconfig.h for qmake buildOswald Buddenhagen2012-09-111-1/+1
* Move the non-C++ parts of qglobal.h outside of __cplusplusThiago Macieira2012-09-101-135/+134
* Move the constructor and destruction function macros to the C++ partThiago Macieira2012-09-101-22/+22
* Make the default Qt API be Qt 5.0'sThiago Macieira2012-09-081-2/+1
* QtGlobal: mark qVersion() and qSharedBuild() as nothrowMarc Mutz2012-09-071-2/+2
* Remove the package macros from qglobal.hThiago Macieira2012-09-031-4/+0
* Fix warning when compliling with -Wconversion.Frederik Gladhorn2012-08-281-2/+2
* Do not consider sign in qIsNull.Mitch Curtis2012-08-221-4/+4
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-091-0/+3
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-091-2/+9
* Remove unnecessary extra indentation in the EXPORT macrosThiago Macieira2012-08-091-23/+22
* Remove the Q_xxx_EXPORT macros of other modules from qglobal.hThiago Macieira2012-08-091-31/+0
* 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