aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Make AbstractMetaClass::fixFunctions/addFunction*() staticFriedemann Kleint2022-12-053-56/+66
* shiboken6: Make some AbstractMetaClass query functions free functionsFriedemann Kleint2022-12-057-51/+53
* __feature__: Simplify and make more PyPy compatibleChristian Tismer2022-11-302-44/+3
* shiboken6: Fix warning about nonreachable code in generated rich comparisonFriedemann Kleint2022-11-302-9/+19
* Fix errors calling deprecated functions with warning-as-error setFriedemann Kleint2022-11-302-3/+11
* libshiboken: Remove unused line from CMakeLists.txtFriedemann Kleint2022-11-291-2/+0
* __feature__: Remove the no longer efficient reserved_bits structureChristian Tismer2022-11-294-28/+17
* __feature__: heavily rework the context switchingChristian Tismer2022-11-295-8/+59
* __feature__: Cleanup before reworking the context switchingChristian Tismer2022-11-293-10/+12
* Build system: Use modern form of finding and linking Qt librariesFriedemann Kleint2022-11-295-7/+6
* 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
* 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
* shiboken: Add missing g++ includes for g++ 11.3Julien Schueller2022-11-221-0/+8
* Purge remaining uses of old Qt string literalsFriedemann Kleint2022-11-2211-39/+60
* 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
* shiboken6: Fix an unused warning on sbknumpy.cppChristian Tismer2022-11-151-0/+2
* replace sprintf by snprintfFriedemann Kleint2022-11-142-4/+4
* shiboken6: Fix coding style regarding pointers (Type* v -> Type *v)Friedemann Kleint2022-11-1454-268/+270
* shiboken6: Reorder headers containing typedefsFriedemann Kleint2022-11-1130-104/+127
* Add .pyproject files for the testsFriedemann Kleint2022-11-114-0/+164
* shiboken6 tests: Fix warning about unused variablesFriedemann Kleint2022-11-111-1/+1
* shiboken6: Enable specifying namespaces for smart pointer instantiationsFriedemann Kleint2022-11-1010-6/+68
* _PepUnicode_AsString: Fix a broken promiseFriedemann Kleint2022-11-103-11/+16
* shiboken6: Make it possible to specify names for smart pointer instantiationsFriedemann Kleint2022-11-097-29/+61
* CMake: Execute shiboken with appropriate PATH on WindowsAlexandru Croitor2022-11-096-34/+134
* Documentation: Indicate enum typesFriedemann Kleint2022-11-083-1/+29
* signals: Generate signals into pyi files as attributesChristian Tismer2022-11-072-6/+29
* PyEnum: Update list of IntEnum to keep compatibility in 6.4, completionChristian Tismer2022-11-071-0/+2
* shiboken6: Fix forward declarations for private classesFriedemann Kleint2022-11-042-4/+19
* PyEnum: Update list of IntEnum to keep compatibility in 6.4, additionChristian Tismer2022-11-031-0/+1
* shiboken6/Documentation: Use the py:method directivesFriedemann Kleint2022-11-031-2/+6
* shiboken6: Add --lean-header optionFriedemann Kleint2022-11-0310-15/+154
* CMake: Print found limited librariesAlexandru Croitor2022-11-021-0/+2
* CMake: Fix windows limited api build to work by defaultAlexandru Croitor2022-11-021-1/+1
* Documentation/shiboken6: Link the <include> elementFriedemann Kleint2022-11-012-7/+9
* Fix duplication of values in QML properties of type QVariantListFriedemann Kleint2022-11-011-1/+3
* shiboken6: Add debug operators for CustomConversion/TargetToNativeConversionFriedemann Kleint2022-10-312-0/+77
* Fix crashes when not implementing abstract methodFriedemann Kleint2022-10-312-6/+10
* PyEnum: Update list of IntEnum to keep compatibility in 6.4Christian Tismer2022-10-311-0/+1
* shiboken6: Generate class includes into the wrapper header if neededFriedemann Kleint2022-10-314-17/+34
* shiboken6: Generate includes required to be able to forward-declare classes i...Friedemann Kleint2022-10-316-13/+65
* shiboken6: Store whether class is a structFriedemann Kleint2022-10-312-1/+5
* fix signals with new enums on Python 3.11Friedemann Kleint2022-10-283-1/+9