summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix a few test cases to not rely on QMultiHash only API for QHashLars Knoll2020-01-302-2/+2
| | * | | Adjust QVariant autotest to prepare for upcoming QHash changesLars Knoll2020-01-301-24/+4
| | * | | Split QHash and QMultiHash in auto testLars Knoll2020-01-301-7/+60
| | * | | Make QTypeInfo::Tampered usableLars Knoll2020-01-301-1/+1
| | * | | Fix tests in QHash that would read beyond end()Lars Knoll2020-01-301-2/+13
| | * | | Don't enforce C++11Lars Knoll2020-01-301-1/+0
| | * | | Remove deprecated functionality from QSetLars Knoll2020-01-302-202/+1
| | * | | Adjust autotest to coming QHash changesLars Knoll2020-01-301-14/+8
| | * | | Some fixes to collection autotestLars Knoll2020-01-301-15/+6
| | * | | Prepare for separating QHash and QMultiHashLars Knoll2020-01-301-142/+79
| | * | | Ensure we use UTF-8 for the emitted QLocaleXML data fileEdward Welbourne2020-01-291-1/+5
* | | | | Use INSTALL_QMLDIR instead of Qt6_DIR for qmltypes propertiesLeander Beernaert2020-02-121-1/+1
* | | | | Use INSTALL_DOCDIR when possibleChristophe Giboudeaux2020-02-121-10/+10
* | | | | Add library mapping for QtShaderToolsMårten Nordheim2020-02-121-0/+1
* | | | | Add support for qt_helper_lib()Leander Beernaert2020-02-123-0/+201
* | | | | Only export public module link dependencies for shared buildsLeander Beernaert2020-02-122-2/+11
|/ / / /
* | | / Fix typo for Mtdev pkgconfig targetSamuli Piippo2020-02-111-1/+1
| |_|/ |/| |
* | | Refactor Metatypes dependency propagationLeander Beernaert2020-02-104-139/+49
* | | Use posixpath when generating relative pathMårten Nordheim2020-02-071-1/+1
* | | Fix cross compilation builds with template v2Alexandru Croitor2020-02-072-0/+2
* | | cmake: upload artifact for qtbase android build and etcLiang Qi2020-02-078-30/+210
* | | Don't add private module headers for private modules when not neededAlexandru Croitor2020-02-061-4/+5
* | | Add necessities for qtquick3dMårten Nordheim2020-02-061-0/+1
* | | Remove qt_add_qml_module() from QtBuildLeander Beernaert2020-02-061-169/+0
* | | Load module specific extensions for QtBuildInternalsLeander Beernaert2020-02-062-0/+14
* | | Safeguard against multiple definition of dbus-1 targetLeander Beernaert2020-02-061-0/+4
* | | Fix qt_add_qml_module() for non-prefix buildsLeander Beernaert2020-02-051-14/+18
* | | Allow manually specification of moc.json files for metatype generationLeander Beernaert2020-02-053-51/+125
* | | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-05115-661/+344
* | | pro2cmake: Handle QT += core-private correctly for modulesAlexandru Croitor2020-02-052-14/+59
* | | Add additional include path for DRMSamuli Piippo2020-02-051-1/+7
* | | qtbase: don't use neon flags on arm64Samuli Piippo2020-02-051-1/+1
* | | qtbase: use syncqt.pl from QT_HOST_PATHSamuli Piippo2020-02-051-0/+6
* | | Remove retained quick compiler resource filesLeander Beernaert2020-02-051-22/+1
* | | Regenerate rest of qtbaseAlexandru Croitor2020-02-043-0/+33
* | | Regenerate examplesAlexandru Croitor2020-02-04276-466/+5714
* | | Update add_custom_command and add_custom_target dependenciesLeander Beernaert2020-02-036-20/+55
* | | Don't hardcode the include directory nameChristophe Giboudeaux2020-01-313-8/+8
| |/ |/|
* | Don't hardcode the library directory nameChristophe Giboudeaux2020-01-311-3/+3
* | Don't hardcode the binary directory nameChristophe Giboudeaux2020-01-312-14/+14
* | Add INSTALL_MKSPECSDIR to the install locationsChristophe Giboudeaux2020-01-313-13/+32
* | Fix CMAKE_BUILD_TYPE to be force setAlexandru Croitor2020-01-301-1/+5
* | Post-merge fixesAlexandru Croitor2020-01-3023-88/+151
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-29432-2011/+12954
|\|
| * Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-01-28119-341/+9757
| |\
| | * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-28119-341/+9757
| | |\
| | | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-2854-185/+9411
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-2854-185/+9411
| | | | |\
| | | | | * Doc: Update the stylesheet reference for widgets and richtextVenugopal Shivashankar2020-01-272-1/+54
| | | | | * QScrollArea: fix off-by-one error in ensureWidgetVisibleIndiana Kernick2020-01-251-2/+2