aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: catch RuntimeError for install_name_tool on macOSCristián Maureira-Fredes2022-06-211-1/+4
* 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-218-19/+70
* qtpy2cpp: Further improvementsFriedemann Kleint2022-06-213-9/+10
* Build system: Use new setuptools for Python 3.10Friedemann Kleint2022-06-211-1/+4
* pyside: Modify QAbstractListModel.data(..) to consider enumsShyamnath Premnadh2022-06-202-0/+13
* Shiboken: Optimize attribute access a bit moreChristian Tismer2022-06-207-8/+12
* PySide: speedup all cleanup calls by using PyName for staticMetaObjectChristian Tismer2022-06-172-19/+21
* PyEnum: Use embedding of the Enum module for better execution speedChristian Tismer2022-06-1711-10/+1162
* signature module: QPixMap.save should use str instead of bytesShyamnath Premnadh2022-06-171-0/+5
* Fix type hinting for QListWidget selected_indexes() returnShyamnath Premnadh2022-06-171-3/+1
* libshiboken: Amend error message "not enough arguments"Friedemann Kleint2022-06-152-1/+5
* qtpy2cpp: Handle "augmented assignment" (operator +=, -=)Friedemann Kleint2022-06-151-7/+24
* shiboken6: Fix compile error in testsFriedemann Kleint2022-06-151-2/+2
* QEnum: Adapt to the new enum implementationChristian Tismer2022-06-154-30/+28
* Fix usage of Py_TYPE() for Python 3.11Friedemann Kleint2022-06-133-7/+9
* Documentation: Fix mention of the clang environment variableFriedemann Kleint2022-06-103-8/+8
* libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-101-7/+7
* qtpy2cpp: Qualify the Qt namespace with "::" instead of "->"Friedemann Kleint2022-06-102-3/+10
* 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
* qtpy2cpp: Handle indexesFriedemann Kleint2022-06-101-0/+10
* Add changelog 6.3.1Friedemann Kleint2022-06-101-0/+67
* Be more precise with signing directorySimo Fält2022-06-102-1/+7
* Add Qt5Compat.GraphicalEffectsFriedemann Kleint2022-06-091-0/+1
* Blacklist smartpointer tests on macOSFriedemann Kleint2022-06-071-0/+2
* qtpy2cpp: Improve function definitionsFriedemann Kleint2022-06-042-12/+83
* qtpy2cpp: Move Qt class information to a separate fileFriedemann Kleint2022-06-043-11/+95
* qtpy2cpp: Handle context managersFriedemann Kleint2022-06-041-0/+20
* libshiboken: Fix occasional crashes when using QMLFriedemann Kleint2022-06-031-0/+12
* Signature Module: Remove special handling of QtMultimedia, amendedFriedemann Kleint2022-06-031-6/+0
* Limited_API: Fix PyIndex_Check once and for all: avoid warningChristian Tismer2022-06-033-7/+7
* qtpy2cpp: Handle chained function calls a()->b()->c()Friedemann Kleint2022-06-021-2/+33
* qtpy2cpp: Handle main()Friedemann Kleint2022-06-021-0/+25
* qtpy2cpp: Improve construction of Qt classesFriedemann Kleint2022-06-021-2/+47
* qtpy2cpp: Handle multiple file argumentsFriedemann Kleint2022-06-021-26/+26
* qtpy2cpp: Add return tokenFriedemann Kleint2022-06-021-2/+7
* qtpy2cpp: Improve error handlingFriedemann Kleint2022-06-023-10/+13
* build: remove directories in 'package_for_wheels/' on re-runCristián Maureira-Fredes2022-06-011-13/+30
* Add QAudioBuffer.data()/constData()Friedemann Kleint2022-06-013-14/+47
* Signature Module: Remove special handling of QtMultimediaFriedemann Kleint2022-06-011-16/+0
* qtpy2cpp: Add more operatorsFriedemann Kleint2022-06-012-2/+42
* Refactor the snippets for QByteArray::__mgetitem__/__msetitem__()Friedemann Kleint2022-06-011-74/+77
* shiboken6: Fix formatting of sequence/mapping methodsFriedemann Kleint2022-05-301-4/+2
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-277-17/+76
* PyEnum: Fix the old Enums to produce correct .pyi files, againChristian Tismer2022-05-272-2/+2
* flake8: fix style issues to build_scripts, amended: fix main.pyChristian Tismer2022-05-271-12/+14
* doc: update community section in READMEsCristián Maureira-Fredes2022-05-253-6/+6
* shiboken6: Indicate ownership transferences by constructor heuristicsFriedemann Kleint2022-05-241-2/+8
* Fix "Internal C++ object already deleted." when using QWidget::nativeParentWi...Friedemann Kleint2022-05-241-0/+6