summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | Add qHash() overload for QSetMarc Mutz2015-01-181-0/+45
* | Fix assorted MSVC warnings in tests.Friedemann Kleint2015-01-172-6/+6
* | Haiku: Fix compilation of qarraydata unit testTobias Koenig2015-01-141-1/+1
* | Haiku: Make remaining auto tests compile on HaikuTobias Koenig2015-01-141-1/+1
* | Add qHashRange and qHashRangeCommutativeMarc Mutz2015-01-091-0/+66
* | tst_QHash: Factor qHash()-related test cases into a separate testMarc Mutz2015-01-055-101/+160
* | tst_QSet: add a non-trivial test for op==Marc Mutz2015-01-051-0/+10
* | QChar: prepare relational operators for constexpr'ificationMarc Mutz2014-12-101-0/+29
* | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-7/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-243-2/+24
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-2/+2
| |\
| | * Make QVersionNumber privateThiago Macieira2014-11-132-2/+2
| * | Fix QString::section() behavior on negative and out-of-range indexesAlex Trotsenko2014-11-201-0/+22
| |/
* | Add a inline QVector::append(const QVector &) overloadhjk2014-11-061-0/+12
* | Add rvalue-ref qualified {QString,QByteArray}::{simplified,trimmed}Thiago Macieira2014-11-021-0/+12
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-202-3/+4
|\|
| * tst_QSharedPointer: fix memleakMarc Mutz2014-10-191-1/+2
| * Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-141-2/+2
* | Add Objective-C specific type converters to QDateTimeJake Petroules2014-10-073-0/+99
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2977-1480/+919
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-2477-1447/+831
| * Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-241-25/+37
| |\
| | * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-25/+37
| | |\
| | | * OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-25/+37
| * | | QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-231-0/+17
| |/ /
| * | Add support for blacklisting test functionsLars Knoll2014-09-211-0/+8
| * | Fix several issues in QCollatorLars Knoll2014-09-101-8/+26
* | | tst_QString: also test section(QChar) overloadMarc Mutz2014-09-121-0/+2
* | | QRegularExpression: more QStringRef testsGiuseppe D'Angelo2014-09-121-0/+13
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-101-8/+2
|\| |
| * | Make QElapsedTimer default to invalid (and now non-POD).Robin Burchell2014-09-031-8/+2
* | | QEasingCurve: The setting order of properties should not matter.Jan Arve Saether2014-09-021-0/+20
* | | QRegularExpression: strenghten tests of matching at an offsetGiuseppe D'Angelo2014-09-021-32/+58
* | | QRegularExpression: add overloads matching over a QStringRefGiuseppe D'Angelo2014-09-021-14/+62
* | | QRegularExpression: lift common code in the autotestGiuseppe D'Angelo2014-09-021-77/+52
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-09-013-0/+93
|\| |
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-123-0/+93
| |\|
| | * tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-052-0/+67
| | * tst_QSet: check which of several equal elements is insertedMarc Mutz2014-08-051-0/+26
* | | QString:add (last)indexOf overload with QRegularExpressionMatch outputSamuel Gaist2014-08-271-0/+39
* | | tst_QString: Use a non-empty string for lastIndexOfInvalidRegexSamuel Gaist2014-08-271-1/+1
* | | Add test case for indexOf using an invalid QRegularExpressionSamuel Gaist2014-08-261-0/+7
* | | Simplify and unify Q{ByteArray,String{,Ref}}::{simplify,trimmed}Thiago Macieira2014-08-191-2/+0
* | | Add rvalue-ref qualified QString::to{Upper,Lower,CaseFolded}Thiago Macieira2014-08-191-0/+2
* | | Add rvalue-ref qualified overload of QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-0/+27
* | | Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-191-0/+2
|/ /
* | QPair: add constexpr liberallyMarc Mutz2014-08-091-1/+16
* | Move the special QByteArrayList methods into QListThiago Macieira2014-08-091-2/+2
* | Long live QByteArrayList!Glen Mabey2014-08-093-0/+297
* | Long live QVersionNumber!Keith Gardner2014-08-093-1/+584