summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Improve the code generation by using Q_LIKELY/Q_UNLIKELYKonstantin Ritt2012-06-161-36/+34
* Forward-declare QLatin1String tooThiago Macieira2012-06-151-1/+1
* Add since 5.0 markers to new QCryptographicHash enums/functionsAlbert Astals Cid2012-06-141-4/+5
* Regenerate the Unicode tablesKonstantin Ritt2012-06-142-7140/+5998
* Compile.Morten Sorvig2012-06-141-1/+1
* Remove unneeded #includes and namespace wrappersJoão Abecasis2012-06-141-10/+0
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-9/+0
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-16/+0
* Keep the #ifdef for tracking shared pointers in a single functionThiago Macieira2012-06-121-23/+26
* Simple optimisation for the construction of a QSharedPointerThiago Macieira2012-06-121-9/+3
* Use the copy & swap trick to simplify some code in QSharedPointerThiago Macieira2012-06-121-3/+4
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-157/+133
* Merge QtSharedPointer::Basic into QtSharedPointer::ExternalRefCountThiago Macieira2012-06-121-54/+27
* Merge two internal classes of QSharedPointer and de-virtualise themThiago Macieira2012-06-122-116/+69
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-121-26/+8
* Remove unused static functions from qlogging.cpp, qstring.cpp.Friedemann Kleint2012-06-121-1/+1
* Windows/ICU: Compile fix.Friedemann Kleint2012-06-121-1/+1
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-121-1/+1
* Don't use the gcc extension for QStringLiteral & Q_ARRAY_LITERALLars Knoll2012-06-122-24/+0
* Use QCollator in QString and remove it from qlocale_icuLars Knoll2012-06-103-33/+4
* Add proper collation support to QtLars Knoll2012-06-104-0/+712
* Refactor the ICU code for QLocaleLars Knoll2012-06-106-238/+99
* Regenerate the Unicode tables with UCD 6.1.0Konstantin Ritt2012-06-102-6417/+8518
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-101-30/+31
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-6/+107
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-102-286/+336
* Update the qunicodetables generator to deal with UCD 6.1 filesKonstantin Ritt2012-06-102-2/+10
* Add support for the x86intrin.h header on GCC systems.Thiago Macieira2012-06-091-0/+6
* Allow ISODate string without seconds in QTime::fromString().Mitch Curtis2012-06-081-0/+4
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-072-6/+8
* QTextBoundaryFinder: Consider soft hyphen as line breaking opportunityKonstantin Ritt2012-06-072-5/+11
* Set the whiteSpace flag outside the grapheme and the line breaking loopKonstantin Ritt2012-06-071-7/+21
* Deprecate the use of QWeakPointer to track QObjects.Stephen Kelly2012-06-072-50/+26
* Rename QSystemLocale::fallbackLocale() to QSystemLocale::fallbackUiLocale()Mike FABIAN2012-06-066-8/+8
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-061-0/+13
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Mike FABIAN2012-06-061-3/+1
* Remove references to QtSharedPointer::InternalRefCountThiago Macieira2012-06-061-4/+0
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-2/+10
* Rename QVector::realloc and QVector::free.Jędrzej Nowacki2012-06-051-13/+13
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-051-2/+10
* Pashto uses Arabic script and is written right to leftMike FABIAN2012-06-021-0/+1
* Fix a bug in the case conversion codeLars Knoll2012-06-011-8/+4
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-012-5/+5
* Make QVector compile with QT_STRICT_ITERATORS againThiago Macieira2012-06-012-86/+92
* Allow compare QLatin1String to QLatin1StringKonstantin Ritt2012-06-011-17/+17
* Add missing QT_NO_CAST_FROM_ASCIIKonstantin Ritt2012-06-011-2/+2
* Get rid of MSVC compiler warnings from QVector codeFriedemann Kleint2012-06-011-2/+10
* Remove debugging code from QVectorJędrzej Nowacki2012-06-011-9/+1
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-011-4/+8
* Remove the unnecessary comment about operator== not being necessaryThiago Macieira2012-05-312-9/+4