summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Move Qt::escape to QtCoreDavid Faure2011-09-292-0/+36
* Update QHash for Qt 5Bradley T. Hughes2011-09-262-46/+9
* Make QVectorData::shared_null constBradley T. Hughes2011-09-262-6/+6
* Make QMapData::shared_null constBradley T. Hughes2011-09-262-8/+8
* Make QListData::shared_null constBradley T. Hughes2011-09-262-8/+9
* Make QLinkedListData::shared_null constBradley T. Hughes2011-09-262-7/+8
* Make QHashData::shared_null constBradley T. Hughes2011-09-262-6/+6
* don't calculate hash when the map is empty and we are not insertingOswald Buddenhagen2011-09-261-3/+6
* Doc: Clarified the range of return values from QLineF::angle().David Boddie2011-09-261-2/+3
* Fix QString and QByteArray reserve() and squeeze()Bradley T. Hughes2011-09-232-4/+42
* QByteArray's shared_null and shared_empty should be constBradley T. Hughes2011-09-232-7/+7
* Don't call ref() in QByteArray::QByteArray()Bradley T. Hughes2011-09-231-1/+1
* Boost performance of QChar::isSpaceKent Hansen2011-09-152-5/+14
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-152-3/+17
* Boost performance of QChar::isLetterKent Hansen2011-09-152-3/+15
* Boost performance of QChar::isDigitKent Hansen2011-09-152-3/+13
* Boost performance of QChar::is{Upper,Lower}Kent Hansen2011-09-151-2/+8
* Merge branch 'refactor'Gunnar Sletta2011-09-132-7/+8
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-121-29/+58
| |\
| * \ Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-066-41/+71
| |\ \
| * \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-291-253/+284
| |\ \ \
| * \ \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-251-2/+2
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-0312-62/+445
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-2114-1910/+1081
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-07-135-206/+310
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-1212-458/+529
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-0616-558/+21
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-6/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-101-0/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-011-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-24108-1801/+1836
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-242-3/+3
| * | | | | | | | | | | | | | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-204-20/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Port Qt 5 to Mac.Morten Sorvig2011-05-181-4/+5
* | | | | | | | | | | | | | | | don't detach until the list is going to be modifiedRitt Konstantin2011-09-121-1/+0
* | | | | | | | | | | | | | | | optimize QList::removeAll()Ritt Konstantin2011-09-121-11/+19
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Add an SSE4.2 even simpler version of toLatin1Thiago Macieira2011-09-081-0/+23
* | | | | | | | | | | | | | | Create a function that merges the SSE common codeThiago Macieira2011-09-081-38/+35
* | | | | | | | | | | | | | | Improve toLatin1 x86 SIMD by using a new SSE4.1 instructionThiago Macieira2011-09-081-0/+9
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | omit unassigned (and too recent) codepoints from the text Normalization processRitt Konstantin2011-09-012-6/+14
* | | | | | | | | | | | | | Rename the private helper function QList::free() to QList::dealloc()Bradley T. Hughes2011-09-011-7/+6
* | | | | | | | | | | | | | Remove declarations for QListData functions removed by 36c29abBradley T. Hughes2011-09-012-6/+2
* | | | | | | | | | | | | | Add QLocale::toUpper/LowerLars Knoll2011-08-313-22/+49
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | optimize parsing of templates like p{IsArabic}, etcRitt Konstantin2011-08-261-161/+160
* | | | | | | | | | | | | optimize parsing of templates like p{L}, p{Lu}, etcRitt Konstantin2011-08-261-98/+124
* | | | | | | | | | | | | don't build code related to CClass if QT_NO_REGEXP_CCLASS is definedRitt Konstantin2011-08-261-0/+6
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Remove all non-const operator==Harald Fernengel2011-08-091-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix QString/QByteArray literals for MSVC2010 (compilation of tests).Friedemann Kleint2011-08-022-9/+16
* | | | | | | | | | | Fix compilation with namespaced buildsBradley T. Hughes2011-07-291-0/+5
* | | | | | | | | | | Added meta type info for Q[Explicitly]SharedDataPointerDenis Dzyubenko2011-07-281-0/+3