summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/collections
Commit message (Expand)AuthorAgeFilesLines
* Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-081-23/+1
* Eradicate Q_FOREACHs over QVarLengthArrayMarc Mutz2019-11-051-6/+0
* Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-1/+0
* Make QList an alias to QVectorLars Knoll2019-10-301-17/+0
* Replace usage of Q_DECL_ALIGN with C++11 alignas keywordVolker Hilsheimer2019-10-291-11/+2
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-3/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-2/+0
|\
| * Revert "BLACKLIST insert_remove_loop for msvc-2019"Friedemann Kleint2019-09-241-2/+0
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-0/+2
|\|
| * BLACKLIST insert_remove_loop for msvc-2019Heikki Halmet2019-07-301-0/+2
* | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-0/+1
* | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+4
* | Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+1
* | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-21/+2
* | Corelib tests: Fix out of bounds string accessFriedemann Kleint2019-06-281-1/+1
* | test: migrate collections test to QRegularExpressionSamuel Gaist2019-06-101-5/+9
* | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-4/+33
* | Don't use deprecated APILars Knoll2019-05-031-21/+21
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
|/
* implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+4
* Fix tst_Collections for gcc/armSami Nurmenniemi2017-04-071-15/+27
* Updated license headersJani Heikkinen2016-01-211-17/+12
* tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-24/+0
* Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-67/+67
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix assorted MSVC warnings in tests.Friedemann Kleint2015-01-171-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Stop using setSharable in the Java-style mutable iteratorsThiago Macieira2014-05-181-91/+1
* Remove unsused local variables from tst_collectionsJędrzej Nowacki2014-05-131-4/+0
* Fix gcc warning in tst_collections.Jędrzej Nowacki2014-05-131-29/+31
* Move tst_collections test to corelib/tools.Jędrzej Nowacki2014-05-133-0/+3772