summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Increase timeout of slow test for ASAN-enabled buildDimitrios Apostolou2022-06-151-0/+4
* Long live QAtomicScopedValueRollback (private API)!Marc Mutz2022-05-315-3/+169
* Use SPDX license identifiersLucie Gérard2022-05-1654-1465/+115
* QVarLengthArray: add missing (size, value) ctorMarc Mutz2022-04-131-0/+12
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* Q[Multi]Hash: fix squeeze()Ivan Solovev2022-04-061-1/+94
* Q[Multi]Hash::reserve(): do nothing if desired size is less than currentIvan Solovev2022-04-061-0/+31
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-061-0/+23
* Fix compiler warnings in testsVolker Hilsheimer2022-03-241-1/+1
* QRect: add toRectF()Marc Mutz2022-03-191-1/+38
* QLine/QMargins: add toLineF/toMarginsF()Marc Mutz2022-03-192-2/+71
* QSize/QPoint: add toSizeF/toPointF()Marc Mutz2022-03-192-2/+60
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-175-0/+6
* QFlatMap: make insertion STL-compatibleMarc Mutz2022-03-161-16/+3
* tst_qflatmap: fix -Wunused-local-typedef (Clang)Marc Mutz2022-03-111-1/+1
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-041-3/+52
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-041-0/+131
* QFlatMap: add remove_ifMarc Mutz2022-03-031-0/+87
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-151-0/+7
* QFlatMap: temporarily disable some codeMarc Mutz2022-02-141-4/+18
* Fix build with C++20 on macOSAllan Sandfeld Jensen2022-02-111-1/+1
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-18/+0
* Activate tst_QTimeLine on AndroidAndreas Buhr2022-02-101-4/+1
* tst_QContainerApiSymmetry: fix incorrect P1115 detectionAllan Sandfeld Jensen2022-02-091-1/+1
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-024-8/+4
* Sequential erase/_if: don't apply predicate twice to elementMarc Mutz2022-02-021-4/+18
* Restore missing Qt definitionsAlexey Edelev2022-01-314-10/+11
* QFlatMap: fix is_transparent detectionMarc Mutz2022-01-301-2/+25
* QFlatMap: add full is_transparent support [3/3]: add overloadsMarc Mutz2022-01-301-1/+14
* Fix gcc warning in testsKai Köhne2022-01-241-0/+1
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-181-0/+41
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-171-1/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-171-6/+0
* QFlatMap: add insert_or_assignMarc Mutz2022-01-121-2/+64
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-121-0/+66
* QFlatMap: add an alias for using QVarLengthArraysMarc Mutz2022-01-121-2/+1
* QFlatMap: add try_emplace (w/o hint)Marc Mutz2022-01-121-0/+83
* QFlatMap: fix mixed rvalue/lvalue insert overloadsMarc Mutz2022-01-071-0/+37
* tst_QHash: Update the erase_edge_case testMårten Nordheim2021-12-171-3/+29
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-161-1/+1
* Fix hash lookup using the value of a key iteratorLars Knoll2021-12-161-0/+17
* Make QRingBuffer a move-only typeMarc Mutz2021-12-161-2/+13
* QVarLengthArray: don't allow syncqt to export base classesMarc Mutz2021-12-151-1/+1
* QCache: Adapt to upcoming QHash changesMårten Nordheim2021-12-131-0/+16
* QVarLengthArray: deprecate prepend()Marc Mutz2021-12-112-3/+18
* QList: fix typo in QList(It, It)Marc Mutz2021-12-101-12/+0
* tst_containerapisymmetry: test ranged ctors with pure input_iterator typesMarc Mutz2021-12-091-0/+52
* QVarLengthArray: make reallocation strongly exception safeMarc Mutz2021-12-091-2/+22
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-081-0/+45
* QVarLengthArray: add some basic checks for default-ctorMarc Mutz2021-12-071-0/+21