summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QVector: implement methods for adding new elements constructed in placeVitaly Fanaskov2020-02-105-51/+328
* 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
| | * | Don't create convenience plugin target when not neededAlexandru Croitor2020-01-271-1/+1
| | * | Relax rules about not having dbus sessionMichal Klocek2020-01-271-2/+6
| | * | Fix qt_import_plugins compatibility with Qt 5Alexandru Croitor2020-01-272-5/+48
| | * | CMake: Add Qt 5 backward compatible CMake APIAlexandru Croitor2020-01-274-33/+131
| | * | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-2766-302/+301
| | * | Reformat pro2cmakeAlexandru Croitor2020-01-271-25/+23
| | * | Fix plugin target names to be compatible with Qt 5Alexandru Croitor2020-01-272-11/+44
| | * | Add initial support for CMake "Ninja Multi-Config" generatorAlexandru Croitor2020-01-2712-16/+161
| | * | Support for QML Type RegistrarLeander Beernaert2020-01-242-72/+43
| | * | Post Merge FixesLeander Beernaert2020-01-2463-319/+537
| | * | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242199-93647/+189249
| | |\ \
| | * | | Fix dependencies for SIMD object libraries in macOS framework buildsAlexandru Croitor2020-01-221-0/+5
| | * | | Fix qt-cmake.bat for paths with spacesLeander Beernaert2020-01-221-1/+1
| | * | | Run make formatLeander Beernaert2020-01-162-7/+3
| | * | | Do not set OUTPUT_DIRECTORY if it is already setLeander Beernaert2020-01-161-2/+8
| | * | | Regenerate TestsLeander Beernaert2020-01-1624-19/+96
| | * | | Remove invalid conversion and make it clearer for the futureLeander Beernaert2020-01-141-28/+28
| | * | | Add QT_TEST_RUNNING_IN_CTEST environment variable for testLeander Beernaert2020-01-142-1/+4
| | * | | Disable qaccessibilitylinux testLeander Beernaert2020-01-141-1/+1
| | * | | Adjust OUTPUT_DIRECTORY for tests when targets starts with ../Leander Beernaert2020-01-141-0/+8
| | * | | Regenerate src/Leander Beernaert2020-01-146-8/+44