aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2618-35/+768
* CI: Enable macOS 10.15Simo Fält2021-01-251-3/+0
* CI: Enable macOS 11.0Simo Fält2021-01-251-1/+1
* 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
* Disable Big Sur from CI until all dependencies are installedSimo Fält2021-01-221-1/+1
* 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-2015-381/+386
* Add mirror url to download MSVC redistributablesSimo Fält2021-01-201-1/+6
* examples: add example with arguments parameter in SignalMaxime Roussin-Bélanger2021-01-183-0/+151
* qp5_tool: Add warning when the configured python binary is not under virtual envFriedemann Kleint2021-01-181-5/+16
* Prepare the wiggly widget example for use in DesignerFriedemann Kleint2021-01-114-30/+83
* Revert "Replace _ARCH_ by 64/32bit in LLVM_INSTALL_DIR"Friedemann Kleint2021-01-113-18/+0
* Windows: Fix running the example tests in COINFriedemann Kleint2021-01-113-2/+16
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-117-9/+46
* PySide: write a renamer script for debuggingChristian Tismer2021-01-112-0/+122
* qp5_tool: Add verbose optionFriedemann Kleint2021-01-111-2/+9
* 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
* scriptable application: Actually make the generated module availableFriedemann Kleint2021-01-062-10/+8
* shiboken6: Guard against repeated invocation of the module init functionFriedemann Kleint2021-01-051-1/+6
* scriptable application/Unix: Remove setting of PYTHONHOME for virtualenvFriedemann Kleint2021-01-051-3/+1
* QSetting.value add overload documentationCristián Maureira-Fredes2021-01-051-0/+21
* Revert "Qt CI: Install libCLang 10.0"Simo Fält2021-01-053-70/+0
* build_scripts: remove unused codeCristian Maureira-Fredes2021-01-051-8/+1
* tests: remove old files and rewrite python 2Cristian Maureira-Fredes2021-01-0517-110/+1
* testing: solve flake8 warningsCristian Maureira-Fredes2021-01-057-55/+51
* build_scripts: fix get_config_var for Big SurCristian Maureira-Fredes2021-01-051-1/+2
* doc/tests: update old style printCristian Maureira-Fredes2021-01-0434-88/+88
* build_scripts: use f-strings instead of format()Cristian Maureira-Fredes2021-01-0410-232/+215
* basewrapper: clear all traces of special Q*Application treatmentChristian Tismer2021-01-049-189/+49
* qp5_tool: use f-strings instead of format()Cristian Maureira-Fredes2021-01-041-10/+10