summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-0/+12
|\
| * Fix compilation of QContiguousCache::operator=Thiago Macieira2015-05-201-0/+12
* | QSet: Introduce intersects().Sérgio Martins2015-05-301-0/+27
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-273-18/+8
* | QVector: add const first/last gettersGiuseppe D'Angelo2015-05-261-0/+141
* | Deinline QRingBuffer classAlex Trotsenko2015-05-201-0/+23
* | Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-052-0/+8
* | Add qHash(QVector)Marc Mutz2015-04-201-0/+18
* | Add qHash(QList)Marc Mutz2015-04-201-0/+14
* | QRingBuffer: allow to peek bytes from any positionAlex Trotsenko2015-04-101-0/+26
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-0/+20
|\|
| * QVLA: Add operator= for initializer listsKai Koehne2015-04-041-0/+20
* | QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+16
* | QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+44
* | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+41
* | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+33
* | Add missing QString::prepend(QStringRef)/(const QChar*,int) overloadsMarc Mutz2015-04-021-0/+4
* | Add QString::insert() overloads for QStringRef, const char*, QByteArrayMarc Mutz2015-04-021-0/+6
* | tst_QString: refactor the op+= testsMarc Mutz2015-04-021-4/+29
* | tst_QString: refactor the insert testsMarc Mutz2015-04-021-2/+112
* | tst_QString: refactor the prepend testsMarc Mutz2015-04-021-10/+82
* | tst_QString: refactor the append testsMarc Mutz2015-04-021-12/+203
* | QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-021-37/+2
* | QString::from{Utf8,Latin1,Local8Bit}(QByteArray): preserve nullness of argumentMarc Mutz2015-04-021-0/+30
* | QVector: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-04-021-0/+16
* | QVector: add relational operators <,<=,>,>=Marc Mutz2015-04-021-0/+20
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-017-32/+274
|\|
| * Update CLDR to v27Konstantin Ritt2015-03-271-21/+38
| * [QLocaleData] Extract defaultContent localesKonstantin Ritt2015-03-271-0/+1
| * Update Unicode data up to v7.0Konstantin Ritt2015-03-271-0/+20
| * Update UCD source files to v7.0Konstantin Ritt2015-03-275-11/+215
* | Adds qFindFirstSetBit() and qFindLastSetBit().Glen Mabey2015-03-281-0/+107
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-245-302/+287
|\|
| * QVarLengthArray: Add initializer_list constructorKai Koehne2015-03-231-0/+62
| * Clean-up tst_QCharKonstantin Ritt2015-03-231-297/+218
| * Remove the tests for Ubuntu Oneiric (11.10)Thiago Macieira2015-03-172-4/+0
| * Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-1/+7
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-164-20/+20
|\|
| * Fix build of tests on QNX.Rafael Roquetto2015-03-142-4/+4
| * Track modifications of white space in QString::simplified().Friedemann Kleint2015-03-121-0/+2
| * tst_QDateTime: remove silly test for timezone date too earlyThiago Macieira2015-03-111-7/+5
| * tst_QDateTime: Mark more Windows incorrect transitionsThiago Macieira2015-03-111-0/+12
| * Fix regression in time zone handlingFrederik Gladhorn2015-03-111-12/+0
* | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-21/+21
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-092-0/+62
|\|
| * QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-0/+9
| * Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-0/+53
* | QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-061-0/+37
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-252-0/+19
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-242-0/+19
| |\