summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add pragma qt_no_master_include to the qvulkanfunctions header fileAlexey Edelev2022-08-081-0/+4
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-051-0/+1
* moc: use C++ constexpr to generate the meta object string dataThiago Macieira2022-08-041-0/+26
* moc: move some of the helpers into a header dedicated to itThiago Macieira2022-08-041-2/+10
* Bump QVulkan(Device)Functions to Vulkan 1.3Laszlo Agocs2022-08-041-1/+2
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-0/+3
* Add license headers to cmake filesLucie Gérard2022-08-0318-0/+54
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-291-0/+1
* Fix build with missing qml-root-pathAndré Klitzing2022-07-281-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-255-5/+5
* qdbusxml2cpp: Finish migration to qsizetypeMate Barany2022-07-121-36/+36
* Fix building with "-sanitize fuzzer-no-link"Robert Loehning2022-07-121-0/+1
* moc: Allow writing properties through bindablesUlf Hermann2022-07-082-1/+13
* rcc: fix build when cross-compilingSamuli Piippo2022-07-081-8/+1
* qdbuscpp2xml: Finish migration to qsizetypeMate Barany2022-07-071-6/+4
* rcc: Suppress clang's -Wexit-time-destructorshjk2022-07-071-1/+11
* qdbusxml2cpp: allow choosing <> over ""Mate Barany2022-07-071-1/+19
* moc: fix GCC -Wuseless-cast warningsMarc Mutz2022-07-061-1/+1
* moc: fix const-init for WindowsThiago Macieira2022-06-281-4/+3
* moc: move the qt_static_metacall below the staticMetaObjectThiago Macieira2022-06-281-10/+11
* fix androiddeployqt with user application with in-tree QML modulesMoody Liu2022-06-281-4/+9
* Fix an incorrect invocation of llvm-readobjVille Voutilainen2022-06-281-2/+2
* CMake: Remove Gui dependency of androidtestrunnerAlexandru Croitor2022-06-281-2/+2
* moc: Cleanup handling of default arguments in functionsAndrei Golubev2022-06-271-35/+18
* moc: Strip parentheses from RESET methods in JSON outputUlf Hermann2022-06-272-3/+3
* Android: Do not set release flag for signed packageBartlomiej Moskal2022-06-271-4/+1
* moc: put the qt_meta_stringdata_XXXX_t type in an unnamed namespaceThiago Macieira2022-06-241-1/+6
* moc: remove the attempt to create one large string literalThiago Macieira2022-06-241-58/+30
* moc: properly indent the output for the metatype arrayThiago Macieira2022-06-241-34/+33
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-222-5/+13
* moc: replace offsetof with sizeofThiago Macieira2022-06-221-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-221-19/+23
* moc: Allow reading property values through bindablesUlf Hermann2022-06-222-0/+13
* moc: remove unnecessary emission of "#include <qbytearray.h>"Thiago Macieira2022-06-211-1/+0
* moc: rename the "offsetsAndSize" member to "offsetsAndSizes"Thiago Macieira2022-06-221-2/+2
* Disable useless-cast warning for moc generated codeMate Barany2022-06-221-0/+1
* Fix typos in docs and commentsKai Köhne2022-06-152-2/+2
* macdeployqt: macdeployqt process some libraries(e.g. ffmpeg) incorrectGuineng Ni2022-06-151-1/+7
* androiddeployqt: use QFile::exists instead of QDir().existsAlexandru Croitor2022-06-101-3/+3
* androiddeployqt: Only pass qt_install_dir/qml directory if it existsAlexandru Croitor2022-06-101-1/+11
* moc: Improve formatting of outputUlf Hermann2022-06-101-1/+1
* uic: Fix string list properties for PythonFriedemann Kleint2022-05-261-10/+27
* Split qtLocalTime out into a new QLocalTime namespaceEdward Welbourne2022-05-201-0/+1
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-202-19/+106
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-181-1/+1
* moc: Add line breaks to the qt_incomplete_metaTypeArray<>Friedemann Kleint2022-05-181-11/+14
* Use SPDX license identifiersLucie Gérard2022-05-16116-3389/+244
* Revert introduction of QT_USE_BOOTSTRAP_SOURCE_COPYJoerg Bornemann2022-05-091-115/+69
* CMake: Make possible building Qt tools without the use of core libraryAlexey Edelev2022-05-063-3/+3
* Tools: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-0310-41/+41