summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qvector
Commit message (Expand)AuthorAgeFilesLines
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-34/+81
* Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-0/+1
* 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
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-0/+13
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-013-0/+949