summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Port from container.count()/length() to size()Marc Mutz2022-10-0411-128/+128
* QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-09-291-0/+42
* tst_QHash: Fix outdated rehash testMårten Nordheim2022-09-221-2/+2
* Disable bad tests relying on wrong behaviorAllan Sandfeld Jensen2022-09-151-20/+10
* QCryptographicHash: Add getter for algorithm()Linus Jahn2022-09-121-0/+2
* Make QCryptographicHash move constructibleLinus Jahn2022-09-121-0/+37
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-012-0/+3
* tst_QMap: avoid tripping MSVC debug-mode iterator assertionsThiago Macieira2022-08-281-1/+6
* tst_qscopedpointer: port away from deprecated APIsIvan Solovev2022-08-271-20/+48
* tst_qmap: port away from deprecated APIsIvan Solovev2022-08-271-70/+110
* Port tests away from using q{Set}GlobalQHashSeedIvan Solovev2022-08-263-7/+28
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2346-46/+46
* Tests: remove #define COMMAThiago Macieira2022-08-091-7/+5
* Add license headers to cmake filesLucie Gérard2022-08-0346-0/+138
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2812-12/+12
* 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