summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QArrayData: Fix gcc warning about parentheses in 'a + b & c'.Friedemann Kleint2012-07-061-1/+1
* Add QChar::SoftHyphen enum valueKonstantin Ritt2012-07-032-1/+2
* Silence clang warning in QVector::reallocData()Kent Hansen2012-07-031-1/+1
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-031-0/+63
* QtCore: add member-swap to shared classesMarc Mutz2012-07-032-0/+9
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-022-43/+67
* Fix warning: returning non void by using Q_UNREACHABLEFrederik Gladhorn2012-06-281-0/+2
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-281-17/+1
* QTBUG-26035: Remove positive sign from start of stringTarja Sundqvist2012-06-261-1/+1
* Wrap QObject usage in qsharedpointer_impl.h with ifndef QT_NO_QOBJECTThiago Macieira2012-06-241-0/+2
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-5/+6
* QUnicodeTables: some internal API renamingsKonstantin Ritt2012-06-223-81/+81
* Clean-up the Unicode tables generator code and the generated headerKonstantin Ritt2012-06-221-204/+200
* Record if a metatype is a smart pointer to a QObject derived.Stephen Kelly2012-06-201-0/+2
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-202-1/+39
* Make QDateTime::fromString()/Time::fromString() adhere to ISO 8601.Mitch Curtis2012-06-201-39/+96
* Add leading zeros to years below 1000 in QDate::toString().Mitch Curtis2012-06-201-1/+2
* Fix access to uninitialized pointerTobias Hunger2012-06-201-1/+1
* 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