summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qvector
Commit message (Expand)AuthorAgeFilesLines
* fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-261-2/+21
* add missing tests of rvalue overloads for QVarLengthArray and QVectorv5.11.0-beta2Eric Lemanissier2018-03-101-2/+16
* Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-201-0/+57
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+8
|\
| * Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-0/+8
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+22
|\
| * QVector: fix crash on reserve(0)David Faure2016-07-281-0/+22
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-11/+11
|\|
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-11/+11
* | QVector: preserve capacity in clear()Marc Mutz2016-02-291-4/+5
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+3
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* 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