summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove the use of a template qUnused function for ICCThiago Macieira2012-03-251-1/+1
| * Add macros for assuming and unreachable codeThiago Macieira2012-03-243-0/+71
| * Update the C++11 support macrosThiago Macieira2012-03-242-45/+115
* | Enable endianness conversions on q(u)int8João Abecasis2012-03-251-0/+16
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-0/+50
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-234-12/+28
|\ \
| * | Merge master into api_changesKent Hansen2012-03-234-12/+28
| |\|
| | * support relative Sysroot specification in qt.confOswald Buddenhagen2012-03-221-5/+3
| | * make unspecified/empty HostPrefix fall back to PrefixOswald Buddenhagen2012-03-221-0/+6
| | * Show correct origin of Q_ASSERT in Windows dialogKai Koehne2012-03-221-3/+3
| | * permit explicitly empty qt.conf entriesOswald Buddenhagen2012-03-211-4/+4
| | * Add IDENTITYPROXYMODEL featuresh kim2012-03-192-0/+12
* | | Remove QWorkspace.Debao Zhang2012-03-236-24/+0
* | | Cleanup Q3* itemsDebao Zhang2012-03-234-23/+1
|/ /
* | Use clang's builtin is_enum, if availableJoão Abecasis2012-03-211-3/+9
* | Merge master into api_changesKent Hansen2012-03-161-0/+4
|\|
| * Remove -arch argument and #define QT_ARCH from configuresBradley T. Hughes2012-03-131-0/+4
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-125-9/+507
|\|
| * Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-113-1/+487
| * byteorder: Fix compilation for MIPS and GCC < 4.6.Holger Hans Peter Freyther2012-03-101-0/+6
| * byteorder: Improve the implementation comments for auto-detectHolger Hans Peter Freyther2012-03-092-8/+14
| * misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-091-1/+1
* | QVariant: fix HasIsNullMethod for final classesMarc Mutz2012-03-081-0/+6
|/
* Fixed warnings from arm builds with -WundefRohan McGovern2012-03-071-3/+3
* fix relative default examples pathOswald Buddenhagen2012-03-061-1/+1
* Remove codecForTr().Robin Burchell2012-03-061-3/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-044-149/+99
|\
| * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-012-4/+52
| * exclude some code from the qmake buildOswald Buddenhagen2012-03-011-0/+4
| * dispose of BOOTSTRAPPING defineOswald Buddenhagen2012-03-011-8/+4
| * QtGlobal: remove qIsDetached()Marc Mutz2012-03-011-4/+0
| * QFlags: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-02-291-0/+4
| * make qlibraryinfo table-drivenOswald Buddenhagen2012-02-292-94/+34
| * remove pointless ifdefsOswald Buddenhagen2012-02-291-23/+1
| * Merge master -> api_changesRohan McGovern2012-02-295-162/+31
| |\
| * | Remove Q_DECLARATIVE_EXPORT and Q_QTQUICK1_EXPORTMatthew Vogt2012-02-271-16/+0
* | | Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-023-34/+34
* | | Remove Q_BYTE_ORDER and -*-endian arguments from configuresBradley T. Hughes2012-03-021-1/+75
* | | Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-011-42/+0
| |/ |/|
* | remove library version matching from qt.confOswald Buddenhagen2012-02-271-65/+2
* | 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-232-10/+0
* | Remove QT_ASCII_CAST_WARN_CONSTRUCTORStephen Kelly2012-02-231-7/+0
* | Add WindowDoesNotAcceptFocus flag and use it in xcbJan Arne Petersen2012-02-232-0/+4
* | Don't do macro self-expansion for moc anymore.Stephen Kelly2012-02-221-6/+2