aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* Fix namespacesFriedemann Kleint2023-09-216-22/+14
* Fix tests sample_privatector sample_privatedtor failing with Python 3.11.5Friedemann Kleint2023-09-201-2/+2
* libshiboken/libpyside: Fix some static analysis warningsFriedemann Kleint2023-09-206-29/+26
* Replace typedef by usingFriedemann Kleint2023-09-209-23/+23
* PyPySide: Fix a small, very old glitchChristian Tismer2023-09-061-1/+1
* Signature: Move all initialization into InitSignatureStringsChristian Tismer2023-08-313-26/+5
* Fix overflows when passing int to functions taking floatsFriedemann Kleint2023-08-211-1/+1
* signature: Use __doc__ attribute when providedCristián Maureira-Fredes2023-08-071-2/+4
* shiboken: Fix an old enum aliasing error that was never foundChristian Tismer2023-06-212-15/+0
* shiboken: Implement raising of unraisable exceptions correctlyChristian Tismer2023-06-062-23/+49
* Shiboken: Remove an old patch that is no longer necessaryChristian Tismer2023-06-064-15/+28
* shiboken: Fix an unused variable warningChristian Tismer2023-05-161-2/+0
* Numpy support: Fix 64bit support and compiler warning about potentially unini...Friedemann Kleint2023-05-111-38/+40
* Numpy support: Handle short/long/long long integer typesFriedemann Kleint2023-05-052-3/+65
* Implement multiple inheritance correctly, amendedChristian Tismer2023-04-121-7/+3
* Signature embedding: Use raw string literalsFriedemann Kleint2023-03-291-10/+11
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11, amendedChristian Tismer2023-03-274-15/+29
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11Christian Tismer2023-03-232-2/+12
* libshiboken: Add cstring header on bindingmanagerCristián Maureira-Fredes2023-03-221-0/+1
* Fix compiler warnings introduced by change removing gotoFriedemann Kleint2023-03-211-3/+0
* Implement multiple inheritance correctly, compatible versionChristian Tismer2023-03-212-0/+64
* cppgenerator: get rid of all goto constructsChristian Tismer2023-03-202-2/+46
* shiboken6: Prevent span instantiationFriedemann Kleint2023-03-171-0/+8
* shiboken: Fix getOverride to support private methodsChristian Tismer2023-03-161-3/+9
* Shiboken: Improve an error message by giving more contextChristian Tismer2023-03-101-1/+2
* signature: Fix a refcount bug in SetError_ArgumentChristian Tismer2023-03-101-0/+2
* PyEnum: fix a leak in forgiveness modeChristian Tismer2023-03-071-82/+94
* CMakeLists.txt: Add header filesFriedemann Kleint2023-03-011-23/+29
* Python 3.12: Fix the type generation intermediatelyChristian Tismer2023-02-231-1/+32
* debug: fix refcount of disassembleFrameChristian Tismer2023-02-201-2/+3
* Limited API: Remove Py_VerboseFlag defineFriedemann Kleint2023-02-175-3/+27
* Add license headers to cmake filesFriedemann Kleint2023-02-161-0/+3
* Handle deprecation of PyUnicode_WCHAR_KINDFriedemann Kleint2023-02-152-0/+8
* nogil: Adjust the forgiveness enum opcode patchChristian Tismer2023-02-081-0/+13
* nogil: Apply the first necessary fixesChristian Tismer2023-02-082-3/+3
* shiboken: Simplify sys module attribute lookupChristian Tismer2023-02-084-15/+6
* signal: Finally clean up all leaks after complete understandingChristian Tismer2023-02-071-0/+1
* shiboken: clean up a little in signature_bootstrap.pyChristian Tismer2023-01-181-10/+10
* shiboken: defer the feature initialization to be safe in other contextsChristian Tismer2023-01-171-0/+10
* shiboken: optionally de-virtualize the Python filesChristian Tismer2023-01-171-2/+65
* Revert "shiboken: de-virtualize the Python files"Christian Tismer2023-01-121-35/+1
* shiboken: de-virtualize the Python filesChristian Tismer2023-01-111-1/+35
* shiboken6: Use free functions std::cbegin()/cend() for iteratorsFriedemann Kleint2023-01-111-2/+2
* errors: Improve formatting of delayed errors in Python 3.11Christian Tismer2023-01-061-8/+17
* signature: Evict the __signature__ attribute, long live signature!Christian Tismer2022-12-227-52/+8
* libshiboken: Include windows.h with consistent definesFriedemann Kleint2022-12-224-11/+20
* Get rid of PyErr_Print in callbacksChristian Tismer2022-12-212-0/+52
* Clean up include statementsFriedemann Kleint2022-12-193-5/+11
* Fix redefinition of type name PySideQFlagsTypePrivateFriedemann Kleint2022-12-163-11/+11
* shiboken6: Move parts of the typenameOf() function into libshibokenFriedemann Kleint2022-12-152-3/+30