summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qlist
Commit message (Expand)AuthorAgeFilesLines
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-2/+2
* QList: Introduce constFirst() and constEnd()Sérgio Martins2015-06-271-0/+136
* Add qHash(QList)Marc Mutz2015-04-201-0/+14
* 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
* QList: prepare for tag dispatching based on memory layoutMarc Mutz2015-02-171-0/+32
* tst_QList: test all memory layoutsMarc Mutz2015-02-171-93/+226
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-1/+7
* Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-0/+28
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-221-1/+1
* QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-0/+16
* QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+33
* 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-3/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Write QList unit tests for movable, complex, etc. types.Mitch Curtis2012-05-241-302/+1063
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-6/+0
|\
| * Remove redundant and incorrect comment from QList autotest.Jason McDonald2012-03-121-6/+0
* | Base QList::setSharable on RefCount::setSharableJoão Abecasis2012-03-051-0/+172
|/
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-141-2/+0
* Cleanup corelib autotestsJason McDonald2011-11-111-4/+1
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-0/+13
* Fix autotest gui/widgets dependenciesKent Hansen2011-09-191-0/+1
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-013-0/+698