summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-0/+1
* windeployqt: Directly access the 'relocatable' config featureJoerg Bornemann2022-08-252-7/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2318-18/+18
* QCoreGlobalData: removeMarc Mutz2022-08-211-1/+0
* qdbusxml2cpp: remove the old "In"-for-signal compatibility codeThiago Macieira2022-08-161-16/+8
* qdbusxml2cpp: be consistent in the annotation suggestionThiago Macieira2022-08-161-6/+6
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-6/+9
* 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