summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add _MSC_VER check to MSVC ARM compiler workaroundMartin Storsjö2020-11-052-4/+4
* Give batch files CRLF line endingsVolker Hilsheimer2020-11-041-0/+2
* Mark changed regions dirty instead of bounding box of changesJoni Poikelin2020-11-041-3/+3
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-0483-38/+490
* Always use fast path in QString::append(QLatin1String)Andrei Golubev2020-11-041-7/+4
* Rename AllocationPosition enum and its membersLars Knoll2020-11-048-43/+43
* Fix performance issue with QList::insert() for complex TLars Knoll2020-11-041-16/+28
* Properly implement emplaceBack/Front() in QArrayDataOpsLars Knoll2020-11-042-5/+17
* Introduce QADP::reallocateGrow()Andrei Golubev2020-11-044-4/+49
* Implement QList::emplaceBack as a proper functionAndrei Golubev2020-11-042-5/+19
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-043-120/+44
* Move insert() operation into QArrayDataOpsLars Knoll2020-11-044-100/+104
* Clean up out allocation handlingLars Knoll2020-11-0411-279/+175
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-046-21/+26
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-044-68/+7
* Do not move data around on insert neitherLars Knoll2020-11-042-414/+9
* Remove the prepare call in QArrayData::appendInitialize()Lars Knoll2020-11-041-17/+10
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-049-192/+202
* Remove unused parameterLars Knoll2020-11-041-4/+4
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-045-39/+42
* Add QList::emplaceFront() that fixes huge performance issue in prependAndrei Golubev2020-11-041-9/+28
* Add QList/QVector benchmark testsAndrei Golubev2020-11-041-1/+265
* wasm: don’t deadlock on event processingMorten Johan Sørvig2020-11-041-3/+9
* CMake: don't add the same parameter twiceYuhang Zhao2020-11-041-9/+1
* QtNetwork: highlight DTLS client and server exampleMårten Nordheim2020-11-041-1/+3
* Improve QtConcurrent::blockingMapped testsSona Kurazyan2020-11-041-18/+11
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-047-33/+259
* Doc: Fix mentioning of Qt5Core in overview pageKai Koehne2020-11-041-1/+1
* Avoid allocation on char16_t* comparisonsAllan Sandfeld Jensen2020-11-041-13/+13
* Add quotes to cmake_args in guess_compiler_from_mkspec functionDavid Skoland2020-11-041-1/+1
* Initial porting guide for QtGui and QtPrintSupportVolker Hilsheimer2020-11-043-15/+71
* qglobal: Only define QT_ENSURE_STACK_ALIGNED_FOR_SSE for i386Martin Storsjö2020-11-041-1/+1
* cmake: Always add -Wno-ignored-attributes for clang targeting windowsMartin Storsjö2020-11-041-6/+7
* Fix link error when comparing QSslPreSharedKeyAuthenticatorFriedemann Kleint2020-11-041-1/+1
* Add noexcept to slicing and indexing of QStringViewAllan Sandfeld Jensen2020-11-041-11/+11
* InputMethod should call reset() function when proxywidget lost focusZhang Hao2020-11-041-1/+12
* CMake Build: Enable separate debug info for all target typesCristian Adam2020-11-045-7/+32
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-033-16/+17
* cmake: Set a warning flag based on the target arch, not build hostMartin Storsjö2020-11-031-1/+1
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-032-4/+21
* Remove left-over and unnecessarily exported operator==Volker Hilsheimer2020-11-031-1/+0
* Deprecate QFontDatabase constructorVolker Hilsheimer2020-11-037-54/+47
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-0318-140/+94
* Update third-party md4c to version 0.4.6Shawn Rutledge2020-11-033-129/+135
* CMake: Add handling of user-defined INPUT_foo cache variablesAlexey Edelev2020-11-032-3/+11
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-034-2/+25
* Fix qHash(QMultiHash)Lars Knoll2020-11-032-7/+24
* Use variadic templates to generalize MapSequenceResultTypeLars Knoll2020-11-031-3/+3
* Clean up container metatype declarations in QMetaTypeLars Knoll2020-11-031-12/+0
* Clean up qcontainerfwd.hLars Knoll2020-11-036-33/+17