summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-132-27/+60
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-122-27/+60
| |\
| | * Make DST-transition test more general.Edward Welbourne2016-01-111-17/+29
| | * QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-10/+31
* | | Add ability to specify precision of float/double currency stringsDan Cape2016-01-131-0/+6
* | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-0/+12
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-72/+45
|\|
| * 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
* | QLocale: Accept trailing junk in qstrtod()Ulf Hermann2016-01-051-0/+60
* | Add qHash(std::pair)Marc Mutz2015-12-301-0/+16
* | QString: add resize(int, QChar)Marc Mutz2015-12-281-0/+17
* | tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-184-9/+113
|\|
| * 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
* | tst_QChar: add a check for comparing against int/uintMarc Mutz2015-12-131-0/+25
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-24/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-2/+4
|\|
| * Use correct test to add C++14 to the project configurationJames McDonnell2015-12-012-2/+4
* | QPair: add compile test involving pair with contained C arrayMarc Mutz2015-11-261-0/+11
* | QPair: add tests for conversion ctor/assignment operatorsMarc Mutz2015-11-261-0/+58
* | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-0/+14
* | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-232-26/+61
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-212-68/+1
* | Long live qUtf16Printable()Marc Mutz2015-11-211-9/+9
* | tst_QString: add checks for sprintf's %lsMarc Mutz2015-11-201-0/+25
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-189-340/+541
|\|
| * 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
* | QLocale: Return overflowing numbers from asciiToDouble()Ulf Hermann2015-11-041-2/+2
* | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-022-0/+9
* | Add thorough tests for QLocale string/double conversionsUlf Hermann2015-10-301-7/+114
* | tst_qstring: Enable previously disabled test for Q_CC_MINGW.Friedemann Kleint2015-10-271-6/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-236-11/+149
|\|
| * 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