aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/signature
Commit message (Expand)AuthorAgeFilesLines
* Support running PySide on Python 3.12Christian Tismer2023-10-092-3/+5
* Avoid some string conversionsFriedemann Kleint2023-09-271-1/+1
* Replace typedef by usingFriedemann Kleint2023-09-201-1/+1
* Signature: Move all initialization into InitSignatureStringsChristian Tismer2023-08-312-26/+4
* signature: Use __doc__ attribute when providedCristián Maureira-Fredes2023-08-071-2/+4
* shiboken: Fix an unused variable warningChristian Tismer2023-05-161-2/+0
* signature: Fix a refcount bug in SetError_ArgumentChristian Tismer2023-03-101-0/+2
* shiboken: Simplify sys module attribute lookupChristian Tismer2023-02-081-3/+1
* shiboken: defer the feature initialization to be safe in other contextsChristian Tismer2023-01-171-0/+10
* signature: Evict the __signature__ attribute, long live signature!Christian Tismer2022-12-223-39/+7
* Clean up include statementsFriedemann Kleint2022-12-191-3/+3
* __feature__: Remove the no longer efficient reserved_bits structureChristian Tismer2022-11-291-1/+2
* __feature__: heavily rework the context switchingChristian Tismer2022-11-292-1/+15
* replace sprintf by snprintfFriedemann Kleint2022-11-141-3/+3
* Make header signature.h self-sufficientFriedemann Kleint2022-10-251-2/+4
* PySide-doc: Move the signature_doc.rst into the PySide treeChristian Tismer2022-10-131-376/+0
* pypy: fix build for 3.9Cristián Maureira-Fredes2022-10-121-1/+1
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-261-4/+4
* Fix warnings about missing initializersFriedemann Kleint2022-09-231-2/+2
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-141-5/+2
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-073-94/+66
* Use SPDX license identifiersLucie Gérard2022-05-274-152/+8
* Fix toplevel CMake buildFriedemann Kleint2022-03-211-113/+0
* PyPySide: handle signature with the new "builtin method" typeChristian Tismer2022-03-154-1/+53
* CMake: shiboken: Add support for cross-buildingAlexandru Croitor2022-02-041-3/+4
* __feature__: Fix a bug in true_propertyChristian Tismer2022-01-031-2/+2
* Signature: fix the __doc__ attribute of classes, amendedChristian Tismer2021-12-091-13/+15
* Signature: fix the __doc__ attribute of classesChristian Tismer2021-12-071-4/+2
* signature: improve error handling for embedded applicationsChristian Tismer2021-11-221-1/+2
* PyPySide: Replace type patching, but not by heaptype, 2-5(5)Christian Tismer2021-11-193-7/+15
* PyPySide: check in the rest of PyPy changesChristian Tismer2021-11-122-11/+5
* PyPySide: Replace type patching by heaptype, 1(5)Christian Tismer2021-11-111-5/+4
* Handle crash when passing arguments of wrong type in embedded applicationFriedemann Kleint2021-11-051-0/+3
* Fix build with MSVC 19.29.30136Friedemann Kleint2021-11-031-2/+2
* __feature__: handle properties with function overloadsChristian Tismer2021-10-281-1/+1
* PyPySide: circumvent an lldebug regressionChristian Tismer2021-10-271-0/+18
* PyPySide: adjust more to PyPy's needsChristian Tismer2021-09-292-3/+3
* Remove some C-style castsFriedemann Kleint2021-09-131-1/+1
* Shiboken: Remove cheating macrosChristian Tismer2021-08-061-1/+1
* feature: move getFeatureSelectId to Shiboken and refactorChristian Tismer2021-08-053-18/+7
* signature: make zip file access totally virtualChristian Tismer2021-07-211-1/+1
* __feature__: Support generation of modified .pyi filesChristian Tismer2021-05-211-1/+12
* Turn generate_pyi into a general pyi_generator tool, mainChristian Tismer2021-05-171-0/+8
* shiboken: get rid of some warningsChristian Tismer2021-04-121-25/+25
* feature-import: Hide confusing feature frame entryChristian Tismer2021-03-313-0/+35
* signature: silence a compiler warningChristian Tismer2021-03-251-1/+1
* libshiboken: Fix some clang analzyer warningsFriedemann Kleint2021-03-123-27/+36
* shiboken: Provide the correct inheritance for enum typesChristian Tismer2021-01-211-0/+3
* cppgenerator: rework keyword handling regarding unknown.. Fixed!Christian Tismer2020-12-081-7/+4
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-231-5/+20