summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
...
* macdeployqt: Also look for app libraries with .so extensionJonas Kvinge2023-09-271-1/+1
* Android: bump Android target API level to 33Assam Boudjelthia2023-09-231-1/+1
* Remove framework-related functionality from syncqtAlexey Edelev2023-09-221-30/+4
* moc: make qHash(SubArray) accept a seedMarc Mutz2023-09-201-3/+3
* Iterate over all extraPrefixDirs when collecting "directories"Alexey Edelev2023-09-151-5/+22
* syncqt: Generate the deprecated header in the framework directory tooAlexey Edelev2023-09-121-2/+10
* syncqt: Mark updateOrCopy as exception freeAlexey Edelev2023-09-121-2/+3
* syncqt: Catch fs exceptions that happen when clearing staging directoryAlexey Edelev2023-09-121-17/+28
* syncqt: Add the missing is_open check to writeIfDifferentAlexey Edelev2023-09-121-0/+4
* syncqt: Add the missing file stream close callsAlexey Edelev2023-09-121-0/+2
* syncqt: Handle possible exceptions thrown by std::filesystem::create_directoriesAlexey Edelev2023-09-121-7/+33
* [windeployqt] Copy v8 context snapshotAnu Aliyas2023-09-121-5/+7
* Require the C++17 standard for configure-time syncqtAlexey Edelev2023-09-111-1/+1
* tools: use const methods moreAnton Kudryavtsev2023-09-083-4/+4
* Add StateLocation & GenericStateLocation to StandardLocationJonathan Ketchker2023-09-071-0/+2
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* Add enablers to expose semi-public APIs for QtQuick3DChristian Strømme2023-09-051-6/+35
* syncqt: Close ifstream before attempt to remove fileAlexey Edelev2023-09-021-2/+7
* QCBorDevice: add missing #includeAhmad Samir2023-09-011-0/+2
* Allow generating deprecated header files cross-moduleAlexey Edelev2023-08-291-14/+42
* moc: Drop support for function declaration without type specifierFabian Kosmale2023-08-261-28/+23
* Remove elfreader and other unix leftovers from windeployqtOliver Wolff2023-08-226-654/+18
* androiddeployqt: Fix generation of qtDataDirectoryAaron McCarthy2023-08-151-1/+1
* Fix registration of QtDBus types' metatypesThiago Macieira2023-08-141-3/+11
* moc: Remove remnants of USE_LEXEM_STOREFabian Kosmale2023-08-104-61/+2
* macdeployqt: port away from Q_FOREACH and mark the tool free of itMarc Mutz2023-08-052-7/+12
* qdbuscpp2xml: Support MEMBER field of Q_PROPERTYIevgenii Meshcheriakov2023-08-031-0/+2
* moc: handle "L" integer suffixFabian Kosmale2023-07-281-3/+9
* windeployqt: Do not deploy insighttracker plugin by defaultOliver Wolff2023-07-271-4/+25
* Make sure that the 3rdparty directory belongs to the moduleAlexey Edelev2023-07-191-2/+9
* Put arguments in correct order in syncqt parseVersionAlexey Edelev2023-07-191-1/+1
* Add the 'version' argument to 'qt_deprecates' pragmaAlexey Edelev2023-07-121-11/+73
* moc: Print sterror(errno) when moc can't write the output fileAlexandru Croitor2023-07-121-3/+6
* moc: Store errno after fopen callAlexandru Croitor2023-07-121-2/+8
* Windeployqt: also add internal modules to module listTimothée Keller2023-07-122-2/+4
* Make sure that exception flags are not overridden in syncqt toolAlexey Edelev2023-07-101-0/+1
* qdbusxml2cpp: Improve error reportingIevgenii Meshcheriakov2023-07-061-55/+117
* qdbusxml2cpp: Move shared state to a classIevgenii Meshcheriakov2023-07-061-39/+72
* QDBusIntrospection: Add Annotation structIevgenii Meshcheriakov2023-07-061-23/+24
* Re-enable exceptions when building syncqtAlexey Edelev2023-07-061-0/+6
* Moc: don't make variables inside an unnamed namespace staticAhmad Samir2023-07-061-1/+1
* Install the missing deprecated header filesAlexey Edelev2023-07-041-0/+1
* Remove redundant qt_no_master_include from deprecated headersAlexey Edelev2023-07-031-5/+0
* Fix syncqt compiler and linker flags handlingAlexey Edelev2023-06-291-4/+13
* Pass CMAKE_OSX_SYSROOT to syncqt CMAKE_FLAGSAlexey Edelev2023-06-281-0/+5
* Introduce QT_SYNC_HEADERS_AT_CONFIGURE_TIME flagAlexey Edelev2023-06-271-24/+36
* Update windeployqt with dxcLaszlo Agocs2023-06-273-0/+66
* Moc: simplify codeAhmad Samir2023-06-221-3/+3
* Moc: prevent potential unnecessary detachAhmad Samir2023-06-222-3/+3
* Moc: use a std::initializer_list<QList *> instead of copyingAhmad Samir2023-06-221-3/+3