aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* replace sprintf by snprintf6.3Friedemann Kleint2022-11-141-3/+3
* _PepUnicode_AsString: Fix a broken promiseFriedemann Kleint2022-11-102-5/+9
* Finally implement the __slots__ feature in PySideChristian Tismer2022-10-201-7/+19
* PySide-doc: Move the pep384impl_doc.rst into the PySide treeChristian Tismer2022-10-131-704/+0
* PySide-doc: Move the signature_doc.rst into the PySide treeChristian Tismer2022-10-131-376/+0
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-10-013-69/+126
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-291-2/+108
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-265-9/+9
* PyEnum: Finish the flexible Enum/Flag assignment and correctChristian Tismer2022-09-023-14/+13
* PyEnum: Accelerate item accessChristian Tismer2022-08-151-7/+11
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-154-14/+68
* PyEnum: Fix QKeySequence to stay correct when switching IntEnum to EnumChristian Tismer2022-08-152-0/+9
* Shiboken: use the Python 3.11 buffer interface for Limited APIChristian Tismer2022-07-191-5/+2
* PyEnum: Increase compatibility by allowing defaults etc., refinementChristian Tismer2022-07-191-12/+27
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-144-8/+173
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-142-9/+14
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-075-98/+68
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-072-6/+14
* libshiboken: Remove old code paths for static stringsFriedemann Kleint2022-06-271-59/+0
* libshiboken: Fix crashes with static strings in Python 3.11Friedemann Kleint2022-06-241-2/+17
* libshiboken: Fix build with numpy 1.23.0Friedemann Kleint2022-06-231-0/+5
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-212-12/+51
* Shiboken: Optimize attribute access a bit moreChristian Tismer2022-06-202-0/+6
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-171-2/+2
* libshiboken: Amend error message "not enough arguments"Friedemann Kleint2022-06-151-1/+2
* QEnum: Adapt to the new enum implementationChristian Tismer2022-06-152-0/+24
* Fix usage of Py_TYPE() for Python 3.11Friedemann Kleint2022-06-131-1/+1
* libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-101-7/+7
* libshiboken: Fix a crash in Shiboken::Object::isValid() for Python 3.11Friedemann Kleint2022-06-101-0/+1
* Fix deprecation of the Py_TRASHCAN_SAFE_BEGIN/END macrosFriedemann Kleint2022-06-102-0/+16
* libshiboken: Fix occasional crashes when using QMLFriedemann Kleint2022-06-031-0/+12
* Limited_API: Fix PyIndex_Check once and for all: avoid warningChristian Tismer2022-06-032-5/+5
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-273-11/+48
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-233-54/+239
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-233-4/+94
* Python 3.10: Fix GIL state crash when collecting QObjects with signalsFriedemann Kleint2022-05-061-1/+4
* Limited API: Fix broken string conversion for non-compact stringsFriedemann Kleint2022-05-021-1/+1
* Fix uninitialized variable causing crash when using shiboken.deleteLuc Touraille2022-04-091-0/+1
* shiboken6: Add a function to check argument countsFriedemann Kleint2022-04-062-0/+21
* Fix toplevel CMake buildFriedemann Kleint2022-03-212-1/+1
* PyPySide: handle signature with the new "builtin method" typeChristian Tismer2022-03-157-2/+85
* Strip libraries in release modeFriedemann Kleint2022-03-141-0/+2
* shiboken6: Output type objects in the debug operatorFriedemann Kleint2022-03-021-0/+5
* Fix build with 3.10/Limited APIFriedemann Kleint2022-02-241-0/+2
* shiboken6: Output new type flags in the debug operatorFriedemann Kleint2022-02-171-0/+20
* shiboken6: nullptr_t converter - remove unnecessary convertersShyamnath Premnadh2022-02-171-11/+1
* shiboken6: Output dict/tuple objects in the debug operatorFriedemann Kleint2022-02-161-0/+35
* __feature__: Fix true_property overridingChristian Tismer2022-02-111-5/+0
* PyPySide: Remove a disambiguation patch no longer neededChristian Tismer2022-02-082-21/+0
* PySide: Leave the underscore variable alone, cleanupChristian Tismer2022-02-082-2/+0