summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-204-3/+5
|\
| * QEasingCurve: fix mem leak in operator>>Marc Mutz2014-10-191-0/+2
| * qdatetime.h: include correct headerMarc Mutz2014-10-191-1/+1
| * Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-142-2/+2
* | Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-175-5/+31
* | Don't dereference pointers on QArrayData deallocationUlf Hermann2014-10-171-1/+2
* | Do Q_CHECK_PTR on all results of QArrayData::allocate()Ulf Hermann2014-10-172-2/+9
* | Make QRingBuffer::ungetChar() not leave empty array in buffer listAlex Trotsenko2014-10-131-2/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0914-31/+38
|\|
| * Don't stream QStringLiterals into QDebugMarc Mutz2014-10-091-1/+1
| * Don't use QStringLiteral in comparisonsMarc Mutz2014-10-093-5/+5
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-062-5/+12
| |\
| | * Doc: Clarify QBitArray::fill() documentationTopi Reinio2014-10-031-3/+10
| | * Avoid naming clashes with QStringLiteral local variableKai Koehne2014-10-011-3/+3
| * | Doc: Use title case in section1 titlesNico Vertriest2014-09-309-20/+20
* | | Add Objective-C specific type converters to QDateTimeJake Petroules2014-10-074-1/+127
* | | Prepare QVector::operator==() for sharing with QList::operator==()Marc Mutz2014-10-031-7/+4
* | | Prepare QVector::contains() for sharing with QList::contains()Marc Mutz2014-10-031-6/+3
* | | Add a macro to disable only some 8 bit/16 bit string conversionshjk2014-10-023-15/+58
* | | QList: iterate forward in contains()Marc Mutz2014-10-011-4/+4
* | | QVector: iterate forward in operator==Marc Mutz2014-10-011-5/+5
* | | QList: iterate forward in count()/contains()Marc Mutz2014-10-011-6/+6
* | | QList: iterate forward in operator==Marc Mutz2014-10-011-5/+4
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29140-2878/+1785
|\| |
| * | Update license headers and add new license filesMatti Paaso2014-09-24139-2617/+1505
| * | Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-248-20/+20
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-247-9/+46
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-237-9/+46
| | |\|
| | | * Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2
| | | * Add missing private headers warningSamuel Gaist2014-09-043-0/+33
| | | * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-201-0/+6
| | | * OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-2/+2
| | | * Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-131-0/+4
| * | | QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-231-4/+4
| |/ /
| * | Fix Windows ICU build break in QCollator after commit c17563ec.Michael Brüning2014-09-161-1/+1
| * | Speed up QStringList::removeDuplicates by ~2xDaniel Teske2014-09-151-2/+4
| * | Fix several issues in QCollatorLars Knoll2014-09-107-227/+207
* | | QDateTimePrivate: Add a note about wasted spaceRobin Burchell2014-09-161-0/+3
* | | QDateTime: Micro-optimize by using QString::fromLatin1 instead of QString::fr...Robin Burchell2014-09-151-16/+16
* | | QDate: Micro-optimize for fromStringIso benchmark.Robin Burchell2014-09-151-2/+2
* | | Micro-optimize qt_section_chunk ctorMarc Mutz2014-09-121-1/+1
* | | QHash: remove unnecessary #ifdefMarc Mutz2014-09-121-3/+1
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-105-5/+23
|\| |
| * | QDateTimeParser: remove unused local variablesMaks Naumov2014-09-051-2/+0
| * | Doc: QRect::isEmpty's documentation didn't match the code.David Faure2014-09-051-1/+1
| * | Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-033-2/+22
* | | QEasingCurve: The setting order of properties should not matter.Jan Arve Saether2014-09-021-1/+4
* | | Remove the enum for specifying {In|Out|InOut|OutIn} subtypes.Jan Arve Saether2014-09-021-52/+30
* | | QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-022-0/+64
* | | QRegularExpression: take into account the subject's start position and offsetGiuseppe D'Angelo2014-09-021-24/+53