summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-0111-11/+11
* Fix compilation error on WindowsYuhang Zhao2020-11-011-1/+1
* Fix tst_qtimer::zeroTimer unit testAndreas Buhr2020-11-012-3/+3
* Use (void) instead of Q_UNUSEDAndré Klitzing2020-10-311-7/+7
* testlib: Add private API to add test loggerTor Arne Vestbø2020-10-313-8/+25
* Performance improvement for integer->QString conversionAndreas Buhr2020-10-311-4/+43
* testlib: Let logger report whether it is logging to stdoutTor Arne Vestbø2020-10-313-5/+13
* Make QScopedPointer comparison operators hidden friendsVolker Hilsheimer2020-10-312-51/+40
* Doc: Fix various documentation issues for Qt CoreTopi Reinio2020-10-3113-36/+42
* Minor improvements in qrgba64_p.hAllan Sandfeld Jensen2020-10-311-31/+104
* CMake: Cleanup module and plugin define situationAlexandru Croitor2020-10-303-8/+11
* Get rid of QInputDevicePrivate::extraShawn Rutledge2020-10-301-1/+0
* Update tst_qcborstreamwriter to use QMetaTypeDavid Skoland2020-10-301-10/+10
* CMake: Clean up order of assignments in generated module pri filesAlexandru Croitor2020-10-301-6/+11
* CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEsAlexandru Croitor2020-10-3015-3/+16
* CMake: pro2cmake: Generate correct CONFIG_MODULE_NAME valuesAlexandru Croitor2020-10-301-7/+25
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-3014-33/+385
* Fix QScreen orientation not being updated when setting a platform screenFriedemann Kleint2020-10-301-1/+1
* Offscreen QPA: implement a native interfaceGiuseppe D'Angelo2020-10-306-17/+50
* Hide comparison operators for QtOpenGLVersion types from ADLVolker Hilsheimer2020-10-302-22/+23
* CMake: Fix tst_qapplication to respect blacklists in CMake buildsAlexandru Croitor2020-10-301-0/+1
* Hide comparison operators for QtNetwork value types from non-ADLVolker Hilsheimer2020-10-3012-98/+130
* Cleanup qimage.hAllan Sandfeld Jensen2020-10-301-33/+34
* Don't use pointers or references to functions from std libraryJarek Kobus2020-10-301-7/+11
* Hide QTypeRevision comparison operators from ADLVolker Hilsheimer2020-10-301-46/+46
* Fix qdoc issues in QListVolker Hilsheimer2020-10-301-2/+2
* Hide comparison of QHostAddress with SpecialAddress from ADLVolker Hilsheimer2020-10-302-9/+8
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-304-45/+184
* CMake: Fix unnecessary rebuilding upon reconfigurationAlexandru Croitor2020-10-303-2/+7
* Use universal references for passing callables in QtConcurrentSona Kurazyan2020-10-3010-543/+1093
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-309-87/+73
* Add noexcept to QLine comparisonsAllan Sandfeld Jensen2020-10-301-3/+3
* Remove Q_IS_ENUMAllan Sandfeld Jensen2020-10-303-53/+0
* tests: blacklist tst_QTcpSocket::connectToHostError()Liang Qi2020-10-301-1/+2
* Adjust tst_qdbusmarshall to QVariant changesFabian Kosmale2020-10-301-24/+58
* Make QVarLengthArray comparisons hidden friendsAllan Sandfeld Jensen2020-10-302-43/+80
* Add unit tests for QDateTimeParser internalsAndreas Buhr2020-10-302-0/+80
* QtConcurrent: Provide a test for runWithPromise with handlersJarek Kobus2020-10-301-1/+110
* CMake: Remove outdated TODO commentsJoerg Bornemann2020-10-301-2/+2
* CMake: Yield fatal error on malformed INSTALL_MKSPECSJoerg Bornemann2020-10-301-0/+4
* CMake: Write INSTALL_MKSPECSDIR to qconfig.cppJoerg Bornemann2020-10-301-1/+7
* CMake: Fix [qt-]configure[-module].bat arguments with backslashesJoerg Bornemann2020-10-301-0/+2
* CMake: Fix argument passing for configure.bat / qt-configure-module.batJoerg Bornemann2020-10-304-13/+35
* CMake: Prepare configure/qt-configure-module for calling more scriptsJoerg Bornemann2020-10-303-9/+8
* Hide QList comparisons from ADLAllan Sandfeld Jensen2020-10-302-78/+60
* Doc: Fix documentation warnings for Qt SQLTopi Reinio2020-10-302-2/+6
* Doc: Fix documentation warnings for Qt OpenGLTopi Reinio2020-10-304-5/+14
* Doc: Fix links to the CMake manualTopi Reinio2020-10-307-7/+7
* Doc: Fix documentation warnings for Qt Print SupportTopi Reinio2020-10-302-2/+2
* Doc: Fix documentation warnings for Qt NetworkTopi Reinio2020-10-303-6/+10