aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build system: Refactor helper backtick()Friedemann Kleint2022-12-051-16/+14
* Update missing_bindingsShyamnath Premnadh2022-12-051-3/+3
* shiboken6: Make AbstractMetaClass::fixFunctions/addFunction*() staticFriedemann Kleint2022-12-053-56/+66
* shiboken6: Make some AbstractMetaClass query functions free functionsFriedemann Kleint2022-12-057-51/+53
* PySide Tools: Deploy Tool TestsShyamnath Premnadh2022-12-052-0/+184
* Build scripts: Adapt to changed location of the metatypes directory in QtFriedemann Kleint2022-12-025-11/+29
* Build system: Introduce variables for the target Qt directoriesFriedemann Kleint2022-12-014-102/+81
* create_wheels: Make build directory detection a bit smarterFriedemann Kleint2022-12-011-24/+26
* __feature__: Simplify and make more PyPy compatibleChristian Tismer2022-11-303-104/+75
* shiboken6: Fix warning about nonreachable code in generated rich comparisonFriedemann Kleint2022-11-302-9/+19
* Build system: Fix broken find_package() statementFriedemann Kleint2022-11-301-1/+1
* Fix errors calling deprecated functions with warning-as-error setFriedemann Kleint2022-11-302-3/+11
* __feature__: Add some simple but very effective cachingChristian Tismer2022-11-301-9/+14
* libshiboken: Remove unused line from CMakeLists.txtFriedemann Kleint2022-11-291-2/+0
* Remove unused FindQt5Extra.cmake fileFriedemann Kleint2022-11-291-25/+0
* __feature__: Remove the no longer efficient reserved_bits structureChristian Tismer2022-11-296-46/+21
* __feature__: heavily rework the context switchingChristian Tismer2022-11-299-40/+132
* __feature__: Cleanup before reworking the context switchingChristian Tismer2022-11-295-21/+24
* Build system: Use modern form of finding and linking Qt librariesFriedemann Kleint2022-11-2912-33/+17
* Refactoring: deploy toolShyamnath Premnadh2022-11-295-90/+126
* Fix libexec path for buildShyamnath Premnadh2022-11-291-1/+2
* Fix create_wheels.py : wrong libexec pathShyamnath Premnadh2022-11-281-1/+1
* snippets_translate: Fix the license handlingFriedemann Kleint2022-11-261-29/+27
* shiboken6: Refactor the include handling for the public/private module headersFriedemann Kleint2022-11-252-50/+52
* shiboken6: Add all comparison operators to class IncludeFriedemann Kleint2022-11-253-12/+46
* PySide6: Fix float type overloads of QLocale.toCurrencyString()Friedemann Kleint2022-11-252-0/+10
* doc: update dataviz URL to download all the codeCristián Maureira-Fredes2022-11-251-1/+2
* doc: new titles for getting started and quickstart pagesCristián Maureira-Fredes2022-11-251-3/+3
* doc: move the FAQ out of tutorialsCristián Maureira-Fredes2022-11-2512-70/+86
* doc: fix gettingstarted broken linkCristián Maureira-Fredes2022-11-251-1/+1
* shiboken6: Generate property documentationFriedemann Kleint2022-11-253-15/+152
* Fix a cmake-only build, amendedChristian Tismer2022-11-241-1/+1
* shiboken6: Refactor function documentation generationFriedemann Kleint2022-11-243-111/+138
* shiboken6: Store the property documentation in QPropertySpecFriedemann Kleint2022-11-247-5/+48
* Fix a cmake-only buildChristian Tismer2022-11-241-1/+1
* shiboken6: Parse the notify specification from Q_PROPERTYFriedemann Kleint2022-11-237-3/+34
* __feature__: Fix true_property inheritanceChristian Tismer2022-11-233-4/+65
* Fix snippets_translate on Windows, take 2Friedemann Kleint2022-11-231-10/+14
* __feature__: Cleanup and optimize before changing true_propertyChristian Tismer2022-11-232-28/+28
* Use 'typing' modules to support Python 3.8Shyamnath Premnadh2022-11-221-2/+2
* shiboken: Add missing g++ includes for g++ 11.3Julien Schueller2022-11-221-0/+8
* Purge remaining uses of old Qt string literalsFriedemann Kleint2022-11-2213-49/+74
* Fix snippets_translate on WindowsFriedemann Kleint2022-11-221-5/+10
* PySide6: Fix missing QtSpatialAudio in wheelsFriedemann Kleint2022-11-211-1/+1
* Developer Documentation - Modify add qt wrapper toolShyamnath Premnadh2022-11-181-1/+1
* PySide Tools - qmltyperegistrar.exe missingShyamnath Premnadh2022-11-171-1/+1
* shiboken6: Use smart pointers for the TypeEntry classesFriedemann Kleint2022-11-1777-888/+952
* shiboken6: Make some TypeEntry query functions free functionsFriedemann Kleint2022-11-1715-98/+104
* Enable debug builds on WindowsFriedemann Kleint2022-11-171-1/+1
* Enforce pathlib - unix.py and windows_desktop.pyShyamnath Premnadh2022-11-172-3/+3