summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-071-0/+2
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-072-10/+6
* Add SameSite API to QNetworkCookieAllan Sandfeld Jensen2020-12-074-7/+97
* TLS utils - remove useless static_assertTimur Pocheptsov2020-12-071-4/+0
* CMake: Force crosscompiling_emulator to empty string if not foundAlexey Edelev2020-12-071-3/+6
* Add uninitialized constructor to qfloat16Allan Sandfeld Jensen2020-12-072-0/+9
* rcc: Remove support for Python2Friedemann Kleint2020-12-073-41/+23
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* Fix QProperty example so that comments match implementationAndreas Buhr2020-12-071-1/+1
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* Fix typo in external-resources.qdocAndreas Buhr2020-12-071-1/+1
* Make the overflow math functions publicUlf Hermann2020-12-073-235/+374
* macOS: Don't hard-code x86_64 as the architecture when using qmakeTor Arne Vestbø2020-12-075-10/+30
* Doc: Add -qt-host-path to configure's help screenJoerg Bornemann2020-12-072-1/+2
* CMake: Add extra targets to run single benchmark using CMake generatorAlexey Edelev2020-12-075-32/+54
* MSVC: Enable control flow guard for release buildsYuhang Zhao2020-12-072-2/+15
* PCRE: update to 10.36Giuseppe D'Angelo2020-12-0734-13242/+4166
* tst_qnetworkreply: unblacklist putWithServerClosingConnectionImmediatelyMårten Nordheim2020-12-072-4/+3
* tst_qnetworkreply: unblacklist various testsMårten Nordheim2020-12-071-18/+0
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-073-8/+17
* uic/rcc: Use QT_VERSION_MAJOR for major versionFriedemann Kleint2020-12-073-12/+18
* Fix qtdiag testing helper on WindowsFriedemann Kleint2020-12-071-1/+1
* CMake: Enable NEW policies by CMake version with a global defaultCraig Scott2020-12-0715-25/+98
* QProcess: simplify the logic around _q_processDied()Alex Trotsenko2020-12-064-18/+15
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-061-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-065-59/+82
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-064-29/+70
* QCborStreamReader: move the readStringChunk code to the PrivateThiago Macieira2020-12-051-24/+33
* QByteArray: update documentationIvan Solovev2020-12-052-82/+147
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-044-0/+20
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-0520-84/+28
* CMake: Add handling of TESTRUNNER and TESTARGS by Qt testsAlexey Edelev2020-12-041-36/+137
* Add generic rb swap for RGB64 formatsAllan Sandfeld Jensen2020-12-042-33/+25
* Sequential containers: make removeIf/erase_if not detach unless neededGiuseppe D'Angelo2020-12-041-2/+10
* QList: make an indirect inclusion directGiuseppe D'Angelo2020-12-041-0/+1
* Fix broken link to Zstandard libraryAndreas Buhr2020-12-043-2/+7
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-041-2/+0
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-042-1/+4
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-046-15/+15
* tests: add a shortcut to quit app in allcursorsLiang Qi2020-12-041-0/+3
* Add qt chart mapping to cmake utils helper.pyMichal Klocek2020-12-041-0/+1
* CMake: Build examples with qmake against a CMake built QtAlexandru Croitor2020-12-0412-0/+251
* QtConcurrent: filter/map reduction without default ctorIvan Solovev2020-12-045-34/+177
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-042-4/+9
* Purge double-spaces in qvectornd.cpp sentence-endsEdward Welbourne2020-12-041-16/+16
* Indicate the limited locale selection in the POSIX backendEdward Welbourne2020-12-041-2/+3
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* QTestLib: add a abort-on-fail environment variableGiuseppe D'Angelo2020-12-042-11/+47