summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qvector
Commit message (Expand)AuthorAgeFilesLines
* QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-192-0/+17
* QVector: add move(int,int) for QList compatMarc Mutz2015-06-181-0/+50
* QVector: add const first/last gettersGiuseppe D'Angelo2015-05-261-0/+141
* Add qHash(QVector)Marc Mutz2015-04-201-0/+18
* 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.4' into 5.5Frederik Gladhorn2015-02-241-0/+7
|\
| * QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-0/+7
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Add a inline QVector::append(const QVector &) overloadhjk2014-11-061-0/+12
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix typo with impact on test outputJoão Abecasis2014-07-281-1/+1
* Add tests for assignment operatorJoão Abecasis2014-07-031-0/+49
* Optimize QVector::midJędrzej Nowacki2014-05-161-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-34/+81
|\
| * Deprecate setSharable in Qt containersThiago Macieira2014-04-241-34/+81
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-0/+1
|\|
| * Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-0/+1
* | QVector: add removeOne(), removeAll() for QList compatibilityMarc Mutz2014-03-261-2/+17
* | QVector: add more insert() testsMarc Mutz2014-03-261-17/+75
|/
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-221-1/+1
* Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-0/+3
* QVector - removeLast optimizeThorbjørn Martsum2013-03-071-0/+9
* QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-071-1/+14
* QVector - add remove functionsThorbjørn Martsum2013-03-071-0/+76
* Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-1/+77
* Make QVector instances counter thread safeJędrzej Nowacki2013-02-201-100/+101
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* detach() safely in QVector::erase(), and update callers to not detach.Andreas Hartmetz2012-10-191-13/+104
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-081-148/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Test: Update QSKIP message of tst_QVector::outOfMemoryCaroline Chao2012-09-221-1/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* fix compilation with conforming compilers (e.g. GCC >= 4.7)Marc Mutz2012-07-101-2/+2
* Don't operate on bogus data, assert on preconditions insteadJoão Abecasis2012-06-231-8/+0
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-124/+1362
* Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-2/+2
|\
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-1/+1
|\|
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* | Add test for QVector::setSharableJoão Abecasis2012-01-051-0/+94
|/
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-251-7/+9
* Improve QVector autotestJason McDonald2011-11-241-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-111-3/+2
* Cleanup corelib autotestsJason McDonald2011-11-071-6/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-1/+1