summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | tst_qchar: Remove init()/cleanup() slots.Friedemann Kleint2015-10-231-22/+0
* | | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-2213-45/+55
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-147-1/+52
|\| |
| * | 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
* | | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-149-340/+341
* | | Tests: Fix single-character string literals.Friedemann Kleint2015-10-139-19/+19
* | | QWeakPointer: enable move semanticsMarc Mutz2015-10-071-0/+61
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-255-36/+395
|\| |
| * | 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
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0562-62/+56
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0156-56/+0
* | | QRingBuffer: avoid allocation in c'torAlex Trotsenko2015-08-271-8/+18
* | | QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-271-10/+25