summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-10417-1578/+6634
|\
| * 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
* | Fix typos in the documentation for Q_REVISIONUlf Hermann2020-02-101-4/+4
* | Don't rely on iterators being stable while modifying the hashLars Knoll2020-02-092-6/+9
* | Blacklist tst_QGuiApplication::quitOnLastWindowClosedMulti on macOS in CITor Arne Vestbø2020-02-081-0/+3
* | Use C++17 for qmake and force the build of everything with C++17Olivier Goffart2020-02-086-15/+13
* | Introduce a configure-time check for C++17 filesystemMårten Nordheim2020-02-074-7/+24
* | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-078-54/+124
* | QtSql: remove deprecated signal 'notification(QString)'Christian Ehrlicher2020-02-072-22/+1
* | QtSQL: remove SQLite2 and TDS driver for Qt6Christian Ehrlicher2020-02-0720-2112/+8
* | Replace the QMatrix field of QTransform with qreal[3][3]Jarek Kobus2020-02-076-391/+336
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-071825-1095/+72459
|\ \
| * | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-031825-1095/+72459
| |\|
| | * 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
| | |\
| | * | Append to AUTO_MOC_OPTIONS in order not override existing valueLeander Beernaert2020-01-291-2/+4
| | * | Only add --automoc-json to AUTOMOC_OPTIONS for metatypes targetsLeander Beernaert2020-01-292-1/+5
| | * | Skip processing '-framework' flags in qt6_generate_meta_types_dep_fileAlexandru Croitor2020-01-291-0/+4
| | * | pro2cmake: Fix flake and mypy issuesAlexandru Croitor2020-01-291-5/+5
| | * | pro2cmake: Handle QML_IMPORT_MAJOR_VERSION and minor variantsAlexandru Croitor2020-01-291-0/+11
| | * | Generate metatypes dependency fileLeander Beernaert2020-01-293-24/+192
| | * | Fix CMAKE_BUILD_TYPE to be a cache variable in QtBuildInternalsExtraAlexandru Croitor2020-01-292-8/+2
| | * | configure: Add support for -feature and -no-feature for cmake buildsVille Voutilainen2020-01-291-0/+10
| | * | Forward CMAKE_BUILD_TYPE, if available, in qt-cmakeLeander Beernaert2020-01-291-1/+7
| | * | Fix example generation without qmldir fileLeander Beernaert2020-01-281-4/+2
| | * | pro2cmake: Don't set OUTPUT_NAME for qml pluginsAlexandru Croitor2020-01-271-2/+2