summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-168-91/+162
|\
| * __builtin_unreachable was added to GCC in version 4.5, so fix macrosThiago Macieira2012-04-131-2/+4
| * Remove Q_CORE_EXPORT from the simple QFlag and QIncompatibleFlagThiago Macieira2012-04-131-2/+2
| * Move QFlags to qflags.hThiago Macieira2012-04-133-86/+142
| * Add OS version detection for windows 8Shane Kearns2012-04-122-0/+6
| * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-102-2/+2
| * QTypeInfo: document Q_PRIMITIVE_TYPE existing practiceMarc Mutz2012-04-091-1/+8
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-114-21/+6
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-214/+237
|\|
| * Prepare category logging for Qt integrationWolfgang Beck2012-04-032-15/+25
| * Logging: Make sure documentation shows upKai Koehne2012-04-022-195/+199
| * Improve documentation for QMessageLoggerKai Koehne2012-04-021-3/+3
| * Add Mac OS 10.8 define.Morten Sorvig2012-03-301-1/+4
| * Add a Q_NORETURN macro to mark a function that never returnsThiago Macieira2012-03-271-0/+6
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-072-12/+0
* | Enable variadic macros for MSVC >= 2005João Abecasis2012-04-051-0/+4
* | QHash security fix (1/2): add global QHash seedGiuseppe D'Angelo2012-04-031-1/+6
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-7/+5
* | Remove the -no-stl option from configureThiago Macieira2012-03-284-12/+0
* | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-6/+0
* | Remove AutoCompatConnectionDebao Zhang2012-03-282-8/+0
* | Merge master into api_changesKent Hansen2012-03-274-66/+188
|\|
| * Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
| * Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-6/+0
| * 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