aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/shibokenmodule
Commit message (Expand)AuthorAgeFilesLines
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-10-011-6/+12
* Modernize Shiboken.getAllValidWrappers()Friedemann Kleint2022-09-021-8/+7
* Fix stubs of shiboken6.ShibokenFriedemann Kleint2022-09-022-11/+11
* PyEnum: Simplify code generator because of full forgivenessChristian Tismer2022-09-021-12/+0
* signature: Update, cleanup and install signature testChristian Tismer2022-08-182-2/+15
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-151-2/+5
* Shiboken: use the Python 3.11 buffer interface for Limited APIChristian Tismer2022-07-191-0/+4
* PyEnum: Increase compatibility by allowing defaults etc., refinementChristian Tismer2022-07-191-2/+3
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-141-1/+2
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-072-5/+2
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-211-1/+4
* Shiboken: Optimize attribute access a bit moreChristian Tismer2022-06-201-0/+1
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-178-7/+1157
* signature module: QPixMap.save should use str instead of bytesShyamnath Premnadh2022-06-171-0/+5
* Fix type hinting for QListWidget selected_indexes() returnShyamnath Premnadh2022-06-171-3/+1
* libshiboken: Amend error message "not enough arguments"Friedemann Kleint2022-06-151-0/+3
* Signature Module: Remove special handling of QtMultimediaFriedemann Kleint2022-06-011-16/+0
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-273-2/+10
* PyEnum: Fix the old Enums to produce correct .pyi files, againChristian Tismer2022-05-272-2/+2
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-233-5/+18
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-232-12/+69
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-231-1/+1
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-091-0/+3
* __feature__: improve the feature module by a reset functionChristian Tismer2022-04-282-8/+15
* shiboken6: Test nullptr_tFriedemann Kleint2022-04-051-0/+2
* setup: re-enable shiboken6-genpyi after total embeddingChristian Tismer2022-03-301-1/+3
* Strip libraries in release modeFriedemann Kleint2022-03-141-0/+2
* Signature Module - property/setProperty() uses 'bytes' instead of 'str'Shyamnath Premnadh2022-03-113-2/+16
* PyPySide: disable __feature__ completely, temporarilyChristian Tismer2022-03-111-2/+5
* generate_pyi: Fix an import timing problem on Windows, amendedChristian Tismer2022-03-041-8/+7
* generate_pyi: Fix an import timing problem on WindowsChristian Tismer2022-03-021-5/+2
* signature module - mapping.py cleanupShyamnath Premnadh2022-02-281-3/+0
* __feature__: Fix snake_case handling on user defined classesChristian Tismer2022-02-101-0/+1
* CMake: Create new Shiboken6Tools CMake packageAlexandru Croitor2022-02-041-1/+2
* nothing.h - why is it required?Shyamnath Premnadh2022-02-011-0/+3
* Silence signature warning about QByteArrayViewFriedemann Kleint2022-01-171-0/+1
* Signature: fix the __doc__ attribute of classes, amendedChristian Tismer2021-12-091-1/+1
* Signature: fix the __doc__ attribute of classesChristian Tismer2021-12-071-1/+1
* signature: avoid false positives in .pyi importChristian Tismer2021-11-221-1/+1
* signature: improve error handling for embedded applicationsChristian Tismer2021-11-222-4/+4
* PyPySide: ensure that .pyi files are identical in both versionsChristian Tismer2021-11-221-3/+9
* PyPySide: disable feature switching to enable the pyi generationChristian Tismer2021-11-191-4/+6
* mypy-support: Improve handling of slots, enum and PathLikeChristian Tismer2021-11-113-2/+5
* shiboken6: Remove ShibokenGenerator::guessScopeForDefaultValue()Friedemann Kleint2021-11-051-7/+6
* Signature: re-implement error messages for generic typesChristian Tismer2021-10-281-9/+15
* Improve the MyPy support, first systematic changesChristian Tismer2021-10-191-2/+2
* Fix a signature warning about QEvent.Type.NoneFriedemann Kleint2021-10-191-0/+1
* Improve the MyPy support, basic stepChristian Tismer2021-10-182-0/+5
* shiboken6: Add std::string to the signature mappingFriedemann Kleint2021-10-041-0/+2
* signature: update and make embedding aware, amendmentChristian Tismer2021-09-291-8/+0