aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/shibokenmodule
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.8-lts' into tqtc/lts-5.15-opensourcev5.15.8-lts-lgplSimo Fält2023-05-254-16/+22
|\
| * py3.10-prep: Finally support Python 3.10Christian Tismer2022-01-051-0/+1
| * py3.10-prep: Fix parser.py for changed typing moduleChristian Tismer2022-01-052-12/+11
| * signature: improve error handling for embedded applicationsChristian Tismer2021-12-102-4/+10
| * Signature: fix the __doc__ attribute of classes, amendedChristian Tismer2021-12-101-1/+1
| * Signature: fix the __doc__ attribute of classesChristian Tismer2021-12-081-1/+1
* | Merge tag 'v5.15.6-lts' into tqtc/lts-5.15-opensourcev5.15.6-lts-lgplSimo Fält2023-05-251-0/+2
|\|
| * signature: update and make embedding awareChristian Tismer2021-07-211-0/+2
* | Merge tag 'v5.15.5-lts' into tqtc/lts-5.15-opensourcev5.15.5-lts-lgplSimo Fält2023-05-251-7/+4
|\|
| * __feature__: Ensure that features are not affected by other importsChristian Tismer2021-05-221-7/+4
* | Merge tag 'v5.15.4-lts' into tqtc/lts-5.15-opensourcev5.15.4-lts-lgplSimo Fält2023-05-256-48/+38
|\|
| * cmake: add dependencies to rebuild libshiboken embedded filesChristian Tismer2021-04-221-31/+6
| * signature: Refine the decision heuristics of result tuplesChristian Tismer2021-04-221-1/+3
| * signature: protect an unrecognized item from raising exceptionsChristian Tismer2021-04-092-2/+14
| * enum: implement enums on module levelChristian Tismer2021-03-261-2/+0
| * PySide import: Make imports more safe against installation errorsChristian Tismer2021-03-263-14/+17
* | Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-0815-45/+315
|/
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-0915-315/+45
* signature: Provide fixes and improvements, Part 1, addendumChristian Tismer2021-02-111-5/+4
* signature: Provide fixes and improvements, Part 1Christian Tismer2021-02-112-23/+37
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-302-6/+24
* signature: avoid duplication of `__init__`Christian Tismer2020-11-301-1/+2
* Add some more classes from QtConcurrentFriedemann Kleint2020-10-161-0/+10
* Enable typesystem typedefs across modulesFriedemann Kleint2020-10-151-8/+0
* __feature__: avoid sys._geframe(1) error when embeddingChristian Tismer2020-10-071-1/+3
* Feature-select: Implement signature-awareness of snake_caseChristian Tismer2020-09-291-4/+1
* Signature parser: Report error when eval failsFriedemann Kleint2020-09-211-1/+6
* shiboken2: Work around signature problems with smart pointer instantiationsFriedemann Kleint2020-09-161-0/+1
* feature_select: Implement True PropertiesChristian Tismer2020-09-161-11/+15
* signature: Always create a return typeChristian Tismer2020-09-161-2/+3
* Do some cleanup to pysideproperty.cpp and feature selectChristian Tismer2020-09-141-3/+3
* signature: Use a clean init function to initialize itChristian Tismer2020-09-041-2/+2
* __feature__: ignore if `__name__` does not exist in a moduleChristian Tismer2020-09-031-1/+2
* signature: Avoid non-existent attributes in compiled code (Nuitka)Christian Tismer2020-08-311-1/+1
* signature: pass `self` directly from parserChristian Tismer2020-08-244-32/+36
* feature-select: delay the feature switchingChristian Tismer2020-08-141-22/+88
* feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-311-0/+2
* feature-select: allow snake_case instead of camelCase for methodsChristian Tismer2020-07-241-2/+5
* feature-select: Implement a selectable feature frameworkChristian Tismer2020-07-103-1/+128
* Silence some warnings of the signature parserFriedemann Kleint2020-07-061-0/+7
* signature parser: Catch invalid argumentsFriedemann Kleint2020-06-271-10/+14
* Support pickling of Qt Enum objectsChristian Tismer2020-05-181-0/+6
* Implement __qualname__ and correct __module__ for classesChristian Tismer2020-05-165-17/+30
* Fix imports: add missing sys importAndreas Buhr2020-05-151-0/+2
* shiboken: Prepare for introduction of __qualname__Christian Tismer2020-05-142-7/+8
* signature: Add comparison for existing_doc typeCristian Maureira-Fredes2020-04-221-1/+6
* signature: Fix and simplify for mypy compatibilityChristian Tismer2020-04-212-49/+12
* Avoid a signature warning in Python 3.6Christian Tismer2020-03-201-1/+1
* Fix the registry after QTEST_ENVIRONMENT=ci was restoredChristian Tismer2019-12-201-0/+4
* Fix the registry after mergingChristian Tismer2019-10-301-5/+6