aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix link to FDL licenseTopi Reinio2021-01-272-2/+2
* shiboken6: Do not attempt to qualify braces specified as default valuesFriedemann Kleint2021-01-261-1/+1
* shiboken6: Improve error messages of added funcsFriedemann Kleint2021-01-263-34/+48
* PySide6: Re-add QStateMachineFriedemann Kleint2021-01-269-0/+718
* shiboken6: Make more functions static using clang tidyFriedemann Kleint2021-01-2319-138/+162
* Further clean up some warnings produced by Qt Creator's clang/clazy code chec...Friedemann Kleint2021-01-234-15/+16
* shiboken6: Make Generator::moduleName() staticFriedemann Kleint2021-01-232-8/+11
* shiboken6: Make cache of buildAbstractMetaTypeFromTypeEntry() staticFriedemann Kleint2021-01-234-29/+37
* shiboken6: Add missing break statementsFriedemann Kleint2021-01-221-0/+2
* Documentation: Fix creating inheritance diagramsFriedemann Kleint2021-01-221-1/+1
* Clean up some warnings produced by Qt Creator's clang/clazy code checkersFriedemann Kleint2021-01-2112-32/+16
* signature: Provide fixes and improvements, Part 1Christian Tismer2021-01-218-35/+50
* shiboken6: Make more generator functions staticFriedemann Kleint2021-01-217-50/+55
* shiboken: Provide the correct inheritance for enum typesChristian Tismer2021-01-214-50/+88
* shiboken6: Enable setting clang optionsFriedemann Kleint2021-01-2010-13/+93
* Update to Qt 6.1Friedemann Kleint2021-01-203-0/+5
* Fix building against a Qt developer buildFriedemann Kleint2021-01-201-4/+1
* shiboken6: Refactor options parsingFriedemann Kleint2021-01-205-85/+110
* shiboken6: Refactor parsing project filesFriedemann Kleint2021-01-201-22/+26
* shiboken6: Fix parsing of project filesFriedemann Kleint2021-01-201-1/+1
* shiboken6: Use initializer lists for option descriptionsFriedemann Kleint2021-01-203-82/+81
* QtCharts: Remove namespaceFriedemann Kleint2021-01-203-280/+277
* Revert "Replace _ARCH_ by 64/32bit in LLVM_INSTALL_DIR"Friedemann Kleint2021-01-112-15/+0
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-117-9/+46
* PySide: write a renamer script for debuggingChristian Tismer2021-01-111-196/+0
* Ensure Python libs needed by shiboken are not emptyFriedemann Kleint2021-01-111-21/+14
* shiboken2: Add diagnostic output to clang include searchFriedemann Kleint2021-01-111-1/+6
* sources: migration from format() to f-stringsCristian Maureira-Fredes2021-01-0658-146/+146
* feature: Disable selection while creating a typeChristian Tismer2021-01-065-4/+24
* shiboken6: Guard against repeated invocation of the module init functionFriedemann Kleint2021-01-051-1/+6
* QSetting.value add overload documentationCristián Maureira-Fredes2021-01-051-0/+21
* tests: remove old files and rewrite python 2Cristian Maureira-Fredes2021-01-0517-110/+1
* doc/tests: update old style printCristian Maureira-Fredes2021-01-0434-88/+88
* basewrapper: clear all traces of special Q*Application treatmentChristian Tismer2021-01-049-189/+49
* qApp: fix flag handling in Python 3.8+ and a Python 3.9 issueChristian Tismer2021-01-042-15/+27
* PySide6: Remove misleading doc snippets about QSpinBox signalsFriedemann Kleint2021-01-011-30/+1
* signature: Fix infinite loop changing up directoriesFriedemann Kleint2021-01-011-2/+5
* shiboken6: De-virtualize TypeEntry::targetLangApiName()Friedemann Kleint2020-12-222-58/+16
* shiboken6: Consolidate type name utility headersFriedemann Kleint2020-12-226-49/+48
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-2211-20/+51
* shiboken6: Introduce class ApiExtractorResultFriedemann Kleint2020-12-2219-243/+353
* PySide6: Remove obsolete enumeration QPagedPaintDevice::PageSizeFriedemann Kleint2020-12-221-1/+0
* shiboken6: Move API for primitive/container types to generatorFriedemann Kleint2020-12-224-18/+6
* shiboken6: Do not sort classes unnecessarilyFriedemann Kleint2020-12-208-69/+33
* shiboken6: Refactor base class retrievalFriedemann Kleint2020-12-206-17/+49
* shiboken6: Refactor the class find algorithmFriedemann Kleint2020-12-201-18/+29
* PySide6: Remove rejection of namespace stdFriedemann Kleint2020-12-181-1/+0
* shiboken6: Fix support of multiple smart pointer typesFriedemann Kleint2020-12-181-11/+12
* PySide6: Add QTestlib's QAbstractItemModelTesterFriedemann Kleint2020-12-182-0/+5
* shiboken6: Rewite the graph sorterFriedemann Kleint2020-12-187-395/+430