aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* snippets_translate: Handle header files as wellFriedemann Kleint2021-11-271-4/+6
* CMake: Cleanup documentation building codeAlexandru Croitor2021-11-261-10/+35
* libpyside: Split up the pyside.h headerFriedemann Kleint2021-11-261-10/+12
* Move from distutils to setuptoolsCristián Maureira-Fredes2021-11-262-3/+13
* Adjust some long lines in ApiExtractorCristián Maureira-Fredes2021-11-252-3/+6
* shiboken6: Handle None as a shared pointer parameterFriedemann Kleint2021-11-244-8/+44
* shiboken6: Add further methods to smart pointersFriedemann Kleint2021-11-248-0/+67
* shiboken6: Add a test for operator nb_bool of smart pointersFriedemann Kleint2021-11-241-0/+6
* Doumentation: Suppress nested formattingFriedemann Kleint2021-11-232-10/+21
* Documentation: Fix most sphinx errors "Inline strong start-string without end...Friedemann Kleint2021-11-235-19/+129
* signature: avoid false positives in .pyi importChristian Tismer2021-11-221-1/+1
* signature: improve error handling for embedded applicationsChristian Tismer2021-11-223-5/+6
* 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
* PyPySide: replace the __signature__ attribute by get_signature()Christian Tismer2021-11-195-7/+30
* PyPySide: Replace type patching, but not by heaptype, 2-5(5)Christian Tismer2021-11-194-8/+16
* PyPySide: fix a test that cannot yet work in PyPyChristian Tismer2021-11-191-0/+2
* shiboken6: Simplify generating of error returnsFriedemann Kleint2021-11-192-167/+147
* shiboken6: Generate rich comparison for smart pointersFriedemann Kleint2021-11-188-12/+252
* shiboken6: Introduce queries for symmetrical comparison operatorsFriedemann Kleint2021-11-175-14/+43
* shiboken6: Refactor Python operator handlingFriedemann Kleint2021-11-169-117/+133
* PyPySide: check in the rest of PyPy changesChristian Tismer2021-11-122-11/+5
* PyPySide: Replace type patching by heaptype, 1(5)Christian Tismer2021-11-112-6/+12
* mypy-support: Improve handling of slots, enum and PathLikeChristian Tismer2021-11-113-2/+5
* PyPySide: Fix BindingManager::getOverride and othersChristian Tismer2021-11-093-0/+22
* shiboken6: Make common standard containers built-inFriedemann Kleint2021-11-087-28/+100
* shiboken6: Add predefined templates for standard container type conversionFriedemann Kleint2021-11-089-51/+393
* shiboken6: Remove ShibokenGenerator::guessScopeForDefaultValue()Friedemann Kleint2021-11-059-117/+164
* shiboken6: Implement enum search by value in code modelFriedemann Kleint2021-11-054-23/+114
* shiboken6: Handle PySets as function parametersFriedemann Kleint2021-11-053-6/+70
* shiboken6: Ensure builtin-types are added only onceFriedemann Kleint2021-11-051-3/+12
* Handle crash when passing arguments of wrong type in embedded applicationFriedemann Kleint2021-11-051-0/+3
* shiboken6: Store pointer enclosing scope in code model itemsFriedemann Kleint2021-11-042-0/+22
* shiboken6: Store a pointer to base classes in the code modelFriedemann Kleint2021-11-043-16/+9
* shiboken6: Make error message about invalid typesystem files more verboseFriedemann Kleint2021-11-041-2/+6
* shiboken6: Fix some integer types in test type systemsFriedemann Kleint2021-11-031-5/+5
* Fix build with MSVC 19.29.30136Friedemann Kleint2021-11-032-4/+5
* shiboken6: Clean up messages about cyclic dependencies of overloaded functionsFriedemann Kleint2021-11-033-29/+9
* shiboken6: Introduce a test mode for the code modelFriedemann Kleint2021-11-033-3/+14
* shiboken6: Do not try to qualify Qt namespace constants in default argumentsFriedemann Kleint2021-11-021-0/+1
* PyPySide: modify another PyType_FromSpec, revertedChristian Tismer2021-11-015-40/+29
* shiboken6: Fix a leak in keyword arguments handlingFriedemann Kleint2021-11-012-2/+10
* shiboken6: Do not crash when class cannot be found in the overload sorterFriedemann Kleint2021-10-286-9/+33
* Signature: re-implement error messages for generic typesChristian Tismer2021-10-281-9/+15
* __feature__: handle properties with function overloadsChristian Tismer2021-10-281-1/+1
* shiboken6: Rewrite some helpers in terms of QStringViewFriedemann Kleint2021-10-285-6/+6
* shiboken6: Refactor resolving of inner container types in argument default va...Friedemann Kleint2021-10-282-8/+50
* shiboken6: Stabilize TestResolveType::testFixDefaultArguments()Friedemann Kleint2021-10-281-7/+11
* shiboken6: Fix debug operator of AbstractMetaEnumValueFriedemann Kleint2021-10-281-4/+1
* PyPySide: finish the PyType_FromSpec patchChristian Tismer2021-10-281-5/+261