summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | | | | | | | | | Get rid of compiler warnings with MSVCOlivier Goffart2011-07-283-21/+22
* | | | | | | | | | | Add QFreeList as an internal classBradley T. Hughes2011-07-263-0/+358
* | | | | | | | | | | Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-251-1/+1
* | | | | | | | | | | QAbstractConcatenable::convertFromAscii: make len the actual lengthOlivier Goffart2011-07-222-10/+7
* | | | | | | | | | | remove Qt3 leftoversRitt Konstantin2011-07-221-11/+2
* | | | | | | | | | | Add unit tests to QStringLiteral and QByteArrayLiteral with operator %Thiago Macieira2011-07-211-0/+21
* | | | | | | | | | | Make the N parameter to the QXXXLiterals be the actual string lengthThiago Macieira2011-07-212-16/+16
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | minor improvements to QChar documentationRitt Konstantin2011-07-211-68/+42
* | | | | | | | | | Fix more use of C style cast.Olivier Goffart2011-07-211-3/+3
* | | | | | | | | | Doc: Removed documentation for deleted code.David Boddie2011-07-2110-896/+0
* | | | | | | | | | Fix use of C style cast.Olivier Goffart2011-07-191-1/+1
* | | | | | | | | | "Fix" the crash at startup on MSVCOlivier Goffart2011-07-151-2/+2
* | | | | | | | | | fixup for d17c76feee9eece4f7d9d1c5cec254842bb0a639Ritt Konstantin2011-07-151-50/+151
* | | | | | | | | | Revert "make QChar::Unicode_Unassigned a constantly big value"Olivier Goffart2011-07-151-2/+2
* | | | | | | | | | Regenerate unicode tablesOlivier Goffart2011-07-151-880/+880
* | | | | | | | | | make QChar::Unicode_Unassigned a constantly big valueRitt Konstantin2011-07-131-2/+2