summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Implement QList::emplaceBack as a proper functionAndrei Golubev2020-11-041-1/+1
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-042-63/+25
* Clean up out allocation handlingLars Knoll2020-11-042-131/+98
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-041-1/+2
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-041-49/+0
* Do not move data around on insert neitherLars Knoll2020-11-041-203/+4
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-042-17/+14
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-041-7/+15
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-031-0/+6
* Fix qHash(QMultiHash)Lars Knoll2020-11-031-0/+10
* Make QVarLengthArray comparisons hidden friendsAllan Sandfeld Jensen2020-10-301-3/+3
* Initialize values in collection testsDavid Skoland2020-10-281-2/+2
* Auto tests: Fix some MSVC warnings about integer conversionsFriedemann Kleint2020-10-211-1/+1
* tst_containerapisymmetry: code tidiesGiuseppe D'Angelo2020-10-181-174/+18
* Fix warning in test: unused capture in lambdaVolker Hilsheimer2020-10-161-1/+1
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-121-6/+6
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-081-15/+15
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-074-17/+17
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-09-301-24/+34
* QList: don't detach on squeeze when holding raw dataMÃ¥rten Nordheim2020-09-302-0/+5
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2345-48/+48
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-35/+79
* Remove a leftover of qlinkedlist testSona Kurazyan2020-09-181-1148/+0
* Normalize roundingAllan Sandfeld Jensen2020-09-161-1/+1
* Blacklist tst_QTimeLine::interpolation on Windows in generalMitch Curtis2020-09-151-1/+1
* Add qHash implementation for QPointMitch Curtis2020-09-151-0/+3
* 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