summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-221-15/+77
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-207-368/+368
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-199-40/+40
* Remove unused functionality from QTypeInfoLars Knoll2020-06-181-1/+0
* Long live std::pair!Giuseppe D'Angelo2020-06-102-6/+5
* Stabilize autotestLars Knoll2020-06-011-6/+10
* QTaggedPointer: verify constexpr'ness of some ctorsMarc Mutz2020-05-161-0/+33
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-141-5/+35
* QChar: make std::hash'ableMarc Mutz2020-05-051-0/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-042-0/+40
|\
| * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-012-0/+40
* | Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-2912-15/+179
* | Change qHashBits to use MurmurHash2Lars Knoll2020-04-091-11/+5
* | Implement emplace() for QHash and QMultiHashLars Knoll2020-04-091-6/+79
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-097-32/+32
* | new QCache implementationLars Knoll2020-04-091-0/+16
* | New QHash implementationLars Knoll2020-04-093-34/+54
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-5/+5
|\|
| * tst_QScopeGuard: Fix build by giving template parameters explicitlyKari Oikarinen2020-04-061-2/+2
| * qeasingcurve/tst_qeasingcurve: Fix for MinGW 8.1 x86Cristian Adam2020-03-201-2/+2