summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Refactor the URL recoder a littleThiago Macieira2012-03-301-77/+80
* Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-106/+95
* Add the code that recodes URLs.Thiago Macieira2012-03-303-0/+518
* Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-302-87/+86
* Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-301-9/+8
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-292-6/+13
* Add an assert to QMetaObjectBuilder.Jędrzej Nowacki2012-03-291-0/+1
* Fix operator precedence order.Thiago Macieira2012-03-291-1/+1
* Make qsimd.cpp also complain if required features are missingThiago Macieira2012-03-281-2/+58
* Clean up and make robust the file loading codeJoão Abecasis2012-03-281-37/+51
* Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-282-2/+218
* Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-283-0/+204
* Remove the -no-stl option from configureThiago Macieira2012-03-284-12/+0
* Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-6/+0
* Remove AutoCompatConnectionDebao Zhang2012-03-283-35/+4
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-286-8/+131
* Ensure QTypedArrayData is just a shim over QArrayDataJoão Abecasis2012-03-281-0/+4
* Unify the atomic implementation for x86 architecturesThiago Macieira2012-03-284-394/+96
* Rename qatomic_x86_64.h to qatomic_x86.hThiago Macieira2012-03-283-3/+3
* Fail when no translations found, reset pointers on failureJoão Abecasis2012-03-281-0/+14
* Use Big-Endian conversion functions from qendian.hJoão Abecasis2012-03-281-6/+4
* Remove unused argumentJoão Abecasis2012-03-281-7/+1
* There's no need to check pre-validated inputJoão Abecasis2012-03-281-8/+6
* Use accumulating hash, instead of allocating intermediate stringJoão Abecasis2012-03-281-4/+17
* Avoid overflow in boundary checkJoão Abecasis2012-03-271-1/+1
* 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