aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpysideremoteobjects
Commit message (Expand)AuthorAgeFilesLines
* libpyside: Introduce a helper function for creating propertiesFriedemann Kleint2025-11-141-16/+12
* libpyside: Add qobjectType() to return the Python type QObjectFriedemann Kleint2025-10-011-10/+3
* Replace PepType_GetSlot() by PyType_GetSlot()Friedemann Kleint2025-09-181-5/+7
* libshiboken: Split out PEP functions from sbkpython.hFriedemann Kleint2025-09-053-0/+3
* Reduce usage of PyTypeObject::tp_nameFriedemann Kleint2025-09-054-5/+6
* Add PepModule_Add()Friedemann Kleint2025-09-031-1/+1
* Add PepModule_AddType()Friedemann Kleint2025-09-031-1/+1
* Fix compilation with Python 3.14/raised limited API/PyObject parametersFriedemann Kleint2025-09-032-8/+9
* Remote Objects: Fix valgrind warning about accessing freed memory (Python <=3...Friedemann Kleint2025-09-031-1/+1
* Use the C-string functions from namespace std, consistentlyFriedemann Kleint2025-09-021-3/+6
* Fix compilation with Python 3.14/raised limited API/headersFriedemann Kleint2025-08-281-0/+2
* Modify headers installation for CMake buildsShyamnath Premnadh2025-07-041-1/+1
* libshiboken: Add utility class for stashing Python errorsFriedemann Kleint2025-05-071-9/+4
* Fix QtRemoteObjects tests to pass for non-unity buildsFriedemann Kleint2025-03-203-6/+7
* libpysideremoteobjects: Fix build with 6.10Friedemann Kleint2025-03-191-1/+1
* Make Remote Objects usable beyond ModelsBrett Stottlemyer2025-03-1314-0/+2097