aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Exclude static fields from default constructible check6.2Friedemann Kleint2022-05-061-0/+2
* Fix overriding QGraphicsItem::itemChange()Friedemann Kleint2022-05-041-1/+4
* shiboken6: Fix potential broken __repr__ output when a '.' occursFriedemann Kleint2022-05-031-3/+4
* Documention: Wrap some long XML snippetsFriedemann Kleint2022-04-291-2/+6
* shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringViewFriedemann Kleint2022-04-2614-49/+49
* shiboken6: Refactor AbstractMetaClass::findClass() to use QStringViewFriedemann Kleint2022-04-2635-184/+254
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-2644-357/+356
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-2638-369/+357
* Fix include conventionsFriedemann Kleint2022-04-2554-98/+111
* shiboken6: Use nullptr for pyArgs arraysFriedemann Kleint2022-04-221-1/+1
* shiboken6: Add missing break statementFriedemann Kleint2022-04-221-0/+1
* shiboken6: Refactor CppGenerator::argumentNameFromIndex()Friedemann Kleint2022-04-104-103/+79
* shiboken6: Move check in inheritTemplateFunction() aroundFriedemann Kleint2022-04-101-2/+2
* Fix uninitialized variable causing crash when using shiboken.deleteLuc Touraille2022-04-091-0/+1
* shiboken6: Refactor the class function queriesFriedemann Kleint2022-04-087-20/+25
* shiboken6: Enable adding modifications to declare-functionFriedemann Kleint2022-04-083-7/+11
* shiboken6: Add a debug operator for the class contextFriedemann Kleint2022-04-072-0/+21
* shiboken6/tests: Fix a few warnings by clang and type system parsingFriedemann Kleint2022-04-073-5/+3
* shiboken6: Add a check for null to the smart pointer accessFriedemann Kleint2022-04-062-6/+24
* shiboken6: Refactor CppGenerator::writeCppSelfDefinition()Friedemann Kleint2022-04-062-33/+73
* shiboken6: Extend the bool cast functionFriedemann Kleint2022-04-062-16/+38
* shiboken6: Split out a function to write the nbbool functionFriedemann Kleint2022-04-062-22/+32
* shiboken6: Refactor the smart pointer get/setattro methodsFriedemann Kleint2022-04-061-47/+26
* shiboken6: Fix wrong Python argument name for functions with one parameter an...Friedemann Kleint2022-04-053-19/+7
* shiboken6: Only generate argument error handling when neededFriedemann Kleint2022-04-042-7/+20
* setup: re-enable shiboken6-genpyi after total embeddingChristian Tismer2022-03-302-5/+9
* shiboken6: Add missing includesFriedemann Kleint2022-03-232-3/+5
* shiboken6: Fix comparison operators in namespacesFriedemann Kleint2022-03-224-1/+36
* Port code to use size() instead of count() of Qt containersFriedemann Kleint2022-03-2133-212/+215
* Fix toplevel CMake buildFriedemann Kleint2022-03-212-1/+1
* shiboken6: Allow for several smart pointer typesFriedemann Kleint2022-03-182-15/+22
* shiboken6/Documentation: Add an example for a type entry for std::shared_ptrFriedemann Kleint2022-03-181-0/+26
* shiboken6/documentation generator: Use raw string literals in qtxmltosphinxtestFriedemann Kleint2022-03-171-254/+254
* shiboken6/documentation generator: Fix handling of <header> tagsFriedemann Kleint2022-03-173-15/+21
* shiboken6/documentation generator: Handle tables with empty leading/trailing ...Friedemann Kleint2022-03-172-1/+26
* shiboken6: Add debug operators for QtXmlToSphinx::TableFriedemann Kleint2022-03-172-0/+48
* Doumentation: Suppress nested formattingFriedemann Kleint2022-03-162-10/+21
* shiboken6: Add a debug operator for DocumentationFriedemann Kleint2022-03-142-0/+27
* shiboken6: Handle pointers to containersFriedemann Kleint2022-03-137-29/+104
* shiboken6: Refactor AbstractMetaType::shouldDereferenceArgument()Friedemann Kleint2022-03-134-19/+45
* Signature Module - property/setProperty() uses 'bytes' instead of 'str'Shyamnath Premnadh2022-03-113-2/+16
* Fix build on Windows with Python < 3.8.2Friedemann Kleint2022-03-091-2/+6
* shiboken6: Enable declaring top-level functionsFriedemann Kleint2022-03-051-0/+1
* generate_pyi: Fix an import timing problem on Windows, amendedChristian Tismer2022-03-041-7/+6
* shiboken6: Output type objects in the debug operatorFriedemann Kleint2022-03-041-0/+5
* generate_pyi: Fix an import timing problem on WindowsChristian Tismer2022-03-021-5/+2
* Fix signals/slots with non-QObject object typesFriedemann Kleint2022-02-281-1/+5
* signature module - mapping.py cleanupShyamnath Premnadh2022-02-281-3/+0
* Fix build with 3.10/Limited APIFriedemann Kleint2022-02-241-0/+2
* shiboken6: Fix build against 6.4Friedemann Kleint2022-02-171-0/+1