aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator
Commit message (Expand)AuthorAgeFilesLines
* Fix overriding QGraphicsItem::itemChange()Friedemann Kleint2022-05-041-1/+4
* shiboken6: Fix potential broken __repr__ output when a '.' occursFriedemann Kleint2022-05-031-3/+4
* shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringViewFriedemann Kleint2022-04-261-1/+1
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-266-74/+72
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-269-203/+195
* Fix include conventionsFriedemann Kleint2022-04-253-18/+19
* shiboken6: Use nullptr for pyArgs arraysFriedemann Kleint2022-04-221-1/+1
* shiboken6: Refactor CppGenerator::argumentNameFromIndex()Friedemann Kleint2022-04-102-103/+62
* shiboken6: Refactor the class function queriesFriedemann Kleint2022-04-083-4/+4
* shiboken6: Add a debug operator for the class contextFriedemann Kleint2022-04-072-0/+21
* 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
* Port code to use size() instead of count() of Qt containersFriedemann Kleint2022-03-215-55/+55
* shiboken6: Allow for several smart pointer typesFriedemann Kleint2022-03-182-15/+22
* shiboken6/documentation generator: Fix handling of <header> tagsFriedemann Kleint2022-03-172-9/+15
* 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: Handle pointers to containersFriedemann Kleint2022-03-132-26/+31
* shiboken6: Refactor AbstractMetaType::shouldDereferenceArgument()Friedemann Kleint2022-03-132-12/+12
* Fix signals/slots with non-QObject object typesFriedemann Kleint2022-02-281-1/+5
* shiboken6: Fix handling of value types with protected constructorsFriedemann Kleint2022-01-191-0/+1
* shiboken6: Pass more generator options to the api extractorFriedemann Kleint2022-01-185-16/+20
* Add reserve()/capacity() to contiguous opaque containersFriedemann Kleint2022-01-061-0/+2
* Documentation: Fix snippets resolutionFriedemann Kleint2021-12-073-0/+25
* shiboken6/Documentation: Refactor snippets resolutionFriedemann Kleint2021-12-072-45/+107
* snippets_translate: Handle header files as wellFriedemann Kleint2021-11-271-4/+6
* shiboken6: Handle None as a shared pointer parameterFriedemann Kleint2021-11-251-8/+21
* shiboken6: Add further methods to smart pointersFriedemann Kleint2021-11-251-0/+11
* Documentation: Fix most sphinx errors "Inline strong start-string without end...Friedemann Kleint2021-11-231-14/+38
* shiboken6: Remove ShibokenGenerator::guessScopeForDefaultValue()Friedemann Kleint2021-11-103-77/+2
* shiboken6: Extend checks when not to fix a default valueFriedemann Kleint2021-11-101-3/+3
* shiboken6: Handle PySets as function parametersFriedemann Kleint2021-11-051-6/+8
* shiboken6: Make error message about invalid typesystem files more verboseFriedemann Kleint2021-11-041-2/+6
* shiboken6: Clean up messages about cyclic dependencies of overloaded functionsFriedemann Kleint2021-11-031-25/+1
* shiboken6: Fix a leak in keyword arguments handlingFriedemann Kleint2021-11-011-2/+2
* shiboken6: Do not crash when class cannot be found in the overload sorterFriedemann Kleint2021-10-292-6/+8
* CMake: Move non-add-subdirectory related code to ShibokenSetup.cmakeAlexandru Croitor2021-10-281-0/+5
* shiboken6: Ignore nullptr when fixing of default values of function argumentsFriedemann Kleint2021-10-221-2/+2
* shiboken6: Implement opaque containers for getters returning a const referenceFriedemann Kleint2021-10-222-14/+40
* shiboken6: Implement opaque containers for getters (non-const)Friedemann Kleint2021-10-221-11/+32
* shiboken6: Improve fixing of enum default values of function argumentsFriedemann Kleint2021-10-212-134/+6
* shiboken6: Handle enum default values that are casts from intFriedemann Kleint2021-10-201-2/+14
* Add an option to disable implicit conversionsFriedemann Kleint2021-10-143-21/+42
* shiboken: fix missing cleanup in overridden virtual methods of wrappersChristian Tismer2021-10-121-22/+25