summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moc: simplify the logic of a for-loopAhmad Samir2023-06-221-6/+6
* MOC: use methods from QtMiscUtilsAhmad Samir2023-06-223-38/+19
* Moc: use QList::removeIfAhmad Samir2023-06-221-7/+7
* Moc: simplify showing a warningAhmad Samir2023-06-223-7/+11
* Moc: fix narrowing conversion warnings with range-for loopsAhmad Samir2023-06-202-6/+5
* Moc: fix narrowing conversion warnings by using iterator-based for-loopAhmad Samir2023-06-202-27/+43
* Moc: port to qsizetypeAhmad Samir2023-06-206-19/+20
* Moc: fix generated code for nested enum class corner caseAhmad Samir2023-06-183-2/+21
* moc: Handle attributes after meta-method tagFabian Kosmale2023-06-162-4/+18
* Add TRY_RUN_FLAGS argument to customize the TRY_RUN commandAmir Masoud Abdol2023-06-1510-9/+1
* Re-fix QtLibraryInfo compilation issuesYuhang Zhao2023-06-091-3/+0
* rcc: Fix bad data signature recognitionhjk2023-06-091-3/+7
* Revert "CMake: make compile options consistent for Qt created libraries"Alexandru Croitor2023-06-081-0/+1
* Add TRY_RUN to host toolsAmir Masoud Abdol2023-06-0815-0/+15
* uic: Generate QFont::WeightFriedemann Kleint2023-06-063-11/+44
* Moc: check sizes of specific member QLists are within INT_MAX rangeAhmad Samir2023-06-063-16/+73
* Moc: pass a pointer to the parser to the GeneratorAhmad Samir2023-06-063-4/+7
* Moc: assert size of registered strings list is within INT_MAX rangeAhmad Samir2023-06-063-2/+10
* Moc: streamline how diagnostic messages are printedAhmad Samir2023-06-052-14/+47
* Moc/Generator: fix 64-to-32 narrowing conversion warnignsAhmad Samir2023-06-051-10/+10
* Moc: remove STRINGDATA fallback codeAhmad Samir2023-06-052-77/+3
* qdbusxml2cpp: Fail if -c option is used with multiple interfacesIevgenii Meshcheriakov2023-06-021-1/+8
* tracepointgen: Fix double comma in enumsAntti Määttä2023-05-311-0/+4
* Fix reading multiple rangesAntti Määttä2023-05-311-4/+10
* Tracepointgen: Fix reading enums from multiple filesAntti Määttä2023-05-311-2/+1
* CMake: make compile options consistent for Qt created librariesYuhang Zhao2023-05-311-1/+0
* Moc: port to qsizetypeAhmad Samir2023-05-284-10/+10
* Moc: only call checkSuperClasses() if the class inherits anotherAhmad Samir2023-05-281-4/+6
* Moc: fix narrowing conversion warnings with iterators/algorithmsAhmad Samir2023-05-281-17/+22
* Ignore carriage return character symbol explicitlyAlexey Edelev2023-05-261-0/+2
* qdbusxml2cpp: Use modern string literalsIevgenii Meshcheriakov2023-05-261-27/+27
* qdbusxml2cpp: Combine string literalsIevgenii Meshcheriakov2023-05-261-72/+72
* qdbusxml2cpp: Use "\n" instead of Qt::endlIevgenii Meshcheriakov2023-05-261-173/+154
* uic: Generate QFont::HintingPreferenceFriedemann Kleint2023-05-233-1/+38
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-9/+38
* Moc/Symbols: fix narrowing conversion warningsAhmad Samir2023-05-181-30/+37