summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge master into api_changesKent Hansen2012-03-2713-101/+268
|\
| * Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
| * Fix measurement system for the UKLars Knoll2012-03-264-9/+18
| * 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
| * Use private futexes for QMutex on Linux if they're availableThiago Macieira2012-03-251-2/+35
| * Add macros for assuming and unreachable codeThiago Macieira2012-03-243-0/+71
| * Update the C++11 support macrosThiago Macieira2012-03-242-45/+115
| * Remove support for Mac OS X compilers without the -Xarch flagThiago Macieira2012-03-241-16/+0
| * Add the missing 'itt eq' instructions to the ARM atomics.Thiago Macieira2012-03-241-0/+2
| * Silence warnings about GCC #pragma in ICCThiago Macieira2012-03-241-2/+2
| * Fix loading of the ICU dynamic libraries on Windows.Friedemann Kleint2012-03-241-6/+23
* | Add support for detecting SSE2 and SSE3 on WinCEThiago Macieira2012-03-261-0/+4
* | Use ADD/SUB instructions on x86 and x86-64 atomics instead of INC/DECThiago Macieira2012-03-262-10/+10
* | Fix the 64-bit i386 atomic according to assembly outputThiago Macieira2012-03-261-6/+6
* | Enable endianness conversions on q(u)int8João Abecasis2012-03-251-0/+16
* | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-242-3385/+3404
* | Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-244-8/+11
* | Get rid of compilation warning.Jędrzej Nowacki2012-03-231-0/+1
* | Remove detection for MMX support and related technologyThiago Macieira2012-03-232-56/+13
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-235-17/+50
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2320-128/+254
|\ \
| * | Merge master into api_changesKent Hansen2012-03-2320-128/+254
| |\|
| | * Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
| | * Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
| | * Use the same ifdef-based debugging as the other engines.Robin Burchell2012-03-231-22/+28
| | * Make QLocalePrivate::updateSystemLocale() reset the locale data on UnixLars Knoll2012-03-221-21/+49
| | * Make QLocale not depend on being friends with the global staticThiago Macieira2012-03-222-9/+8
| | * Add qpair.h to the HEADERS listThiago Macieira2012-03-221-0/+1
| | * Remove the false information that IA-64 supports SSE2Thiago Macieira2012-03-221-6/+0
| | * 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
| | * QStandardPaths: implement displayName() on all platforms.David Faure2012-03-224-18/+42
| | * Significantly speed up insertion into QJsonObject/ArrayLars Knoll2012-03-222-10/+19
| | * FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+1
| | * Make comment() work in the C locale too.David Faure2012-03-221-1/+2
| | * Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-22/+49
| | * Show correct origin of Q_ASSERT in Windows dialogKai Koehne2012-03-221-3/+3
| | * Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-1/+14
| | * permit explicitly empty qt.conf entriesOswald Buddenhagen2012-03-211-4/+4
| | * Add IDENTITYPROXYMODEL featuresh kim2012-03-192-0/+12
| | * Fix a memory leak in template QMetaObject::Connection.Jędrzej Nowacki2012-03-191-1/+8
* | | Remove QWorkspace.Debao Zhang2012-03-236-24/+0
* | | Cleanup Q3* itemsDebao Zhang2012-03-236-27/+1
|/ /
* | QDirIterator: don't inherit from QDirMarc Mutz2012-03-232-3/+3
* | Rewrite QMap to use a RB treeLars Knoll2012-03-233-554/+715
* | QPointer: some optimisationsMarc Mutz2012-03-221-18/+40
* | Reserve more space for built-in types in id space.Jędrzej Nowacki2012-03-221-1/+1
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-8/+5
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-224-455/+130