aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* libshiboken: Add helpers for numpy array creationFriedemann Kleint2022-08-054-0/+113
* shiboken6: Propagate exceptions through return value ownership modificationsFriedemann Kleint2022-08-027-11/+69
* shiboken: add a handy function to disassemble the current frameChristian Tismer2022-07-214-4/+48
* Shiboken: use the Python 3.11 buffer interface for Limited APIChristian Tismer2022-07-192-5/+6
* PyEnum: Increase compatibility by allowing defaults etc., refinementChristian Tismer2022-07-193-20/+38
* PyEnum: Simplify the test-cases with the new forgiveness modeChristian Tismer2022-07-143-22/+14
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-145-8/+205
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-143-10/+16
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-0711-104/+68
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-074-11/+16
* Fix compilation of unique pointer converters for derived classesFriedemann Kleint2022-07-016-3/+37
* shiboken6: Simplify smart pointer types when searching instantiationsFriedemann Kleint2022-07-011-8/+12
* Add initial support for std::unique_ptr pointerFriedemann Kleint2022-06-3018-16/+335
* shiboken6: Add tests for shared pointer virtual callsFriedemann Kleint2022-06-295-1/+50
* shiboken6: Refactor argument conversion for virtual method overridesFriedemann Kleint2022-06-294-91/+53
* shiboken6: Introduce a convenience function for argument conversion rulesFriedemann Kleint2022-06-294-16/+20
* Build with lean Qt headersFriedemann Kleint2022-06-292-2/+4
* Adapt to Qt 6.4Friedemann Kleint2022-06-291-1/+2
* shiboken6: Split the writing of virtual method arguments into separate functionFriedemann Kleint2022-06-272-59/+63
* shiboken6: Fix mapping of arguments when writing virtual methodsFriedemann Kleint2022-06-275-9/+38
* 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
* shiboken6/Doc generator: Fix index pagesFriedemann Kleint2022-06-221-2/+2
* shiboken6: Implement the spaceship comparison operator of C++ 20Friedemann Kleint2022-06-2113-6/+137
* shiboken6: Do not consider move constructors for tp_initFriedemann Kleint2022-06-211-1/+3
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-217-13/+64
* Shiboken: Optimize attribute access a bit moreChristian Tismer2022-06-204-2/+10
* PySide: speedup all cleanup calls by using PyName for staticMetaObjectChristian Tismer2022-06-171-1/+2
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-1610-9/+1124
* signature module: QPixMap.save should use str instead of bytesShyamnath Premnadh2022-06-161-0/+5
* Fix type hinting for QListWidget selected_indexes() returnShyamnath Premnadh2022-06-161-3/+1
* shiboken6: Fix compile error in testsFriedemann Kleint2022-06-151-2/+2
* libshiboken: Amend error message "not enough arguments"Friedemann Kleint2022-06-152-1/+5
* 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
* Signature Module: Remove special handling of QtMultimediaFriedemann Kleint2022-06-011-16/+0
* shiboken6: Disable return value heuristics for parent accessorsFriedemann Kleint2022-05-313-3/+11
* shiboken6: Fix formatting of sequence/mapping methodsFriedemann Kleint2022-05-301-4/+2
* shiboken6: Introduce an attribute for parent ownership heuristicsFriedemann Kleint2022-05-278-4/+84
* shiboken6: Add a way to specify free functionsFriedemann Kleint2022-05-2710-3/+151
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-276-13/+58
* PyEnum: Fix the old Enums to produce correct .pyi files, againChristian Tismer2022-05-272-2/+2
* shiboken6: Fix deprecation handlingFriedemann Kleint2022-05-276-14/+35
* Use SPDX license identifiersLucie GĂ©rard2022-05-27635-18397/+1278