qt6-bb10/tests/auto/corelib/tools
hjk 03a666760c Speed up and fix QByteArray::setNum()
Going through QLocale and QString is not really needed.

This also makes the result of the conversion of negative numbers
in bases other than 10 independent of the architecture and
implements the documented behavior of treating them as
unsigned types.

Change-Id: Ibc231dc5241deb5cbadd9796484a8b5f79c29410
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-12-30 10:44:44 +01:00
..
qalgorithms Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qarraydata Don't pass invalid strings to strcmp() 2012-12-06 16:45:52 +01:00
qbitarray Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qbytearray Speed up and fix QByteArray::setNum() 2012-12-30 10:44:44 +01:00
qbytearraymatcher Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qbytedatabuffer Improve QByteDataBuffer::read() performance with partial reads 2012-11-03 00:24:37 +01:00
qcache Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qchar Update the Unicode Data and Algorithms up to Unicode 6.2 2012-10-09 03:04:41 +02:00
qcontiguouscache Make QContiguousCache with zero capacity not crash 2012-10-19 07:50:29 +02:00
qcryptographichash Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qdate Fix the gregorian date <-> julian day calculations in QDate 2012-11-02 12:16:49 +01:00
qdatetime Improve QDateTime test coverage. 2012-11-02 12:16:49 +01:00
qeasingcurve Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qelapsedtimer Remove #if 0 usage in QElapsedTimer autotest. 2012-10-04 03:03:35 +02:00
qexplicitlyshareddatapointer Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qfreelist remove pointless QT.<module>.sources references 2012-12-04 13:58:29 +01:00
qhash Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qline Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qlist Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qlocale QLocale: Fix matchingLocales() behavior if script or country is not Any* 2012-11-25 04:06:51 +01:00
qmap QMap - improve QMap stl-map ctor 2012-10-29 22:21:32 +01:00
qmargins Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qpair Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qpoint Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qpointf Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qqueue Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qrect Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qregexp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qregularexpression Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qringbuffer Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qscopedpointer Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qscopedvaluerollback Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qset Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qsharedpointer tst_QSharedPointer: update application types 2012-11-26 14:16:44 +01:00
qsize Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qsizef Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qstl Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qstring Test: remove QSKIP from tst_qstring 2012-10-25 16:22:39 +02:00
qstring_no_cast_from_bytearray Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qstringbuilder Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qstringlist Fix QStringList::sort test 2012-11-16 06:38:01 +01:00
qstringmatcher Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qstringref Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtextboundaryfinder QTBF: Fix issue with no splitting the words at "." (FULL STOP) 2012-11-23 11:59:50 +01:00
qtime Improve QTime test coverage. 2012-10-24 01:38:56 +02:00
qtimeline Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qvarlengtharray Remove out-of-memory test in QVarLengthArray. 2012-11-07 14:19:00 +01:00
qvector detach() safely in QVector::erase(), and update callers to not detach. 2012-10-19 18:04:11 +02:00
tools.pro Improve QByteDataBuffer::read() performance with partial reads 2012-11-03 00:24:37 +01:00