summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-114-5/+5
* Fix possible corner cases in qarraydataops.hAndrei Golubev2020-09-101-4/+217
* Make Q*ArrayOps erase aligned with std::vector::eraseAndrei Golubev2020-09-101-11/+7
* QProcess/Unix: introduce setChildProcessModifier()Thiago Macieira2020-09-081-15/+17
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-311-196/+0
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-281-808/+1
* Support GrowsBackwards prepend in QListAndrei Golubev2020-08-271-8/+23
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-272-20/+261
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-272-21/+158
* Cleanup QTypeInfoLars Knoll2020-08-264-22/+25
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-251-0/+11
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-244-6/+5
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-202-12/+2
* QMultiMap: fix remove(Key, T) when key/value belong to the mapGiuseppe D'Angelo2020-08-191-0/+171
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-181-0/+39
* Separate exception safety primitives from operationsAndrei Golubev2020-08-183-2/+613
* Refine precoditions and logic of array operationsAndrei Golubev2020-08-181-4/+9
* Extend array operations tests with extra casesAndrei Golubev2020-08-182-15/+481
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-145-17/+17
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-19/+19
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-061-0/+97
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-062-70/+74
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-011-0/+195
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-311-2/+31
* QCryptographicHash: Add BLAKE2b and BLAKE2s hashing algorithmsLinus Jahn2020-07-311-0/+106
* Fix warning when comparing qsizetype to size_tTor Arne Vestbø2020-07-291-1/+1
* Fix warnings about unused expression results in testsTor Arne Vestbø2020-07-292-8/+8
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-292-4/+4
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-292-0/+3
* QLine: purge deprecated APIEdward Welbourne2020-07-271-64/+1
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-262-19/+1
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-262-0/+12
* tst_QLine: use qmath.h's constants instead of local versionsEdward Welbourne2020-07-211-15/+9
* QCommandLineOption: purge deprecated APIEdward Welbourne2020-07-201-6/+0
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-161-11/+11
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-092-2/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0932-32/+32
* CMake: Regenerate testsAlexandru Croitor2020-07-091-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-7/+7
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-0710-230/+198
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-061-0/+30
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-062-76/+13
* Get rid of unused flags in QArrayDataLars Knoll2020-07-061-16/+1
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-062-43/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-063-33/+70
* Refactor tst_CollectionsLars Schmertmann2020-07-061-20/+50
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-1/+1
* QPair: add a check that SB works as expectedMarc Mutz2020-06-241-0/+51