summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-10/+31
* tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* Stabilize tst_qtimeline::resumeJędrzej Nowacki2015-12-211-5/+4
* Speedup tst_qtimeline::finishedJędrzej Nowacki2015-12-211-2/+1
* Get rid of qWait in tst_qtimeline::restart to make it less flakyJędrzej Nowacki2015-12-211-6/+3
* Improve tst_qtimeline::valueJędrzej Nowacki2015-12-211-11/+7
* Improve tst_qtimeline::currentFrameJędrzej Nowacki2015-12-211-7/+4
* Improve tst_qtimeline::currentTimeJędrzej Nowacki2015-12-211-17/+13
* Make tst_qtimeline::range less prune to timing errorsJędrzej Nowacki2015-12-211-18/+9
* Make tst_qtimeline::duration less fragile to timingsJędrzej Nowacki2015-12-211-6/+4
* Fix compilation for WinRTMaurice Kalinowski2015-12-142-3/+3
* QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-081-0/+66
* Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-6/+44
* Use correct test to add C++14 to the project configurationJames McDonnell2015-12-012-2/+4
* QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-181-0/+16
* remove pointless conditional definesOswald Buddenhagen2015-11-161-1/+0
* Add spring-forward testEdward Welbourne2015-11-091-0/+44
* tst_qdatetime: Fix compiler warning about uninitialized variable.Friedemann Kleint2015-11-051-2/+2
* Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-0/+4
* Update Unicode data files to v8.0Konstantin Ritt2015-11-055-337/+475
* QLatin1String: add default ctorMarc Mutz2015-10-201-0/+10
* QLatin1String: add testMarc Mutz2015-10-194-0/+126
* The C locale should omit group separators by defaultLars Knoll2015-10-192-11/+13
* QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-132-0/+32
* tst_qversionnumber: enable c++11 and don't use core-privateMarc Mutz2015-10-071-1/+2
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-022-0/+17
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-0/+17
| |\
| | * Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-0/+16
| | * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* | | tst_QSharedPointer: Add jom.exe to the list of make tools to be searched.Friedemann Kleint2015-10-021-0/+1
|/ /
* | Purge extraneous execute permissions.Edward Welbourne2015-09-301-0/+0
* | Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-222-21/+21
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-263-15/+374
|\|
| * Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+2
| * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-182-15/+372
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-0/+18
|\|
| * QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-0/+18
* | Introduce QHash key iteratorsSérgio Martins2015-07-281-0/+29
* | Introduce QMap key iteratorsSérgio Martins2015-07-281-0/+29
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-273-5/+5
* | QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-192-0/+17
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-0/+16
|\|
| * QVarLengthArray: Unit-test that clear() preserves capacitySérgio Martins2015-07-081-0/+16
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* | QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+15
* | QString: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+15
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-013-3/+3
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-302-2/+2
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Add qHash(QLocale)Marc Mutz2015-06-301-0/+2