aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/shibokenmodule
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve the NumPy Support by iterablesChristian Tismer2019-10-301-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-081-1/+2
|\
| * shiboken: Fix handling of modified default expressionsFriedemann Kleint2019-10-041-1/+2
* | Enable the Function Registry for 5.14 augmentedChristian Tismer2019-09-302-1/+4
* | Enable the Function Registry for 5.14Christian Tismer2019-09-281-29/+34
* | Fix Signature after Merging 5.14Christian Tismer2019-09-132-5/+10
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-058-157/+575
|\|
| * signature: Support typing.Optional[T] and refine a bitChristian Tismer2019-08-295-46/+87
| * CMake modularization: macros creationCristián Maureira-Fredes2019-08-281-1/+0
| * Fix a typing bug in Python 2.7 and updateChristian Tismer2019-08-222-94/+431
| * Add QtCore.Slot.__signature__ and much more manuallyChristian Tismer2019-08-214-17/+61
* | Support Pointer Primitive Types by Arrays or Result TuplesChristian Tismer2019-08-072-73/+208
* | PySide: Create a framework for deprecated functionsChristian Tismer2019-08-063-1/+116
|/
* Fix RuntimeError: dictionary changed size during iterationJulien Schueller2019-07-191-1/+1
* Cleanup signature module before substantial changeChristian Tismer2019-07-176-276/+436
* Signature: Try to recognize unknown modules in errorhandler.pyChristian Tismer2019-05-301-52/+42
* Modernize and clean up some of the shiboken build system filesAlexandru Croitor2019-04-201-13/+5
* Ensure that signature strings never overflow againChristian Tismer2019-04-161-10/+4
* Signatures: Add support for PySide2.QtCore.short/ushort/signed charFriedemann Kleint2019-04-161-0/+3
* Cleanup And Simplify the Signature Related CodeChristian Tismer2019-04-161-1/+0
* Automatically Test Small Example With PyInstallerChristian Tismer2019-04-081-1/+20
* Add contextlib to Preloaded Modules for Embedding with Python 2Christian Tismer2019-03-251-1/+1