aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* 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
* shiboken6: Use vector call API for overridden virtual methodsFriedemann Kleint2022-10-272-0/+84
* Make header signature.h self-sufficientFriedemann Kleint2022-10-252-2/+7
* shiboken6: Make check for signal function more explicitFriedemann Kleint2022-10-251-0/+1
* Build system: Bump versionsFriedemann Kleint2022-10-2512-20/+16
* CMake: Fix check for FORCE_LIMITED_APIFriedemann Kleint2022-10-241-1/+1
* shiboken6/Documentation: Document signalsFriedemann Kleint2022-10-241-0/+1
* shiboken6: Handle Qt private signals for documentation purposesFriedemann Kleint2022-10-212-2/+12
* PyEnum: Drop the Embedding of the Enum ModuleChristian Tismer2022-10-216-1118/+4
* shiboken6: Add tests for inline namespacesFriedemann Kleint2022-10-214-0/+30
* Build system: Remove some outdated version checks in CMake filesFriedemann Kleint2022-10-211-8/+2
* Finally implement the __slots__ feature in PySideChristian Tismer2022-10-201-7/+19
* shiboken6: Add a way of specifying types for casting enum valuesFriedemann Kleint2022-10-195-1/+28
* libshiboken: Fix enum value overflowFriedemann Kleint2022-10-193-22/+33
* Fix build with OpenGLESFriedemann Kleint2022-10-171-0/+4
* remove mentions to Python 3.6Cristián Maureira-Fredes2022-10-171-1/+1
* shiboken6: Implement the modify-function/final attributeFriedemann Kleint2022-10-145-2/+20
* shiboken6: Handle value types with deleted default constructorsFriedemann Kleint2022-10-145-1/+16
* PySide-doc: Move the pep384impl_doc.rst into the PySide treeChristian Tismer2022-10-131-704/+0
* PySide-doc: Move the signature_doc.rst into the PySide treeChristian Tismer2022-10-131-376/+0
* shiboken6: Port diff formatting to qsizetypeFriedemann Kleint2022-10-131-23/+23