aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Simplify code handling __bool__Friedemann Kleint2023-09-211-7/+4
* shiboken6: Fix calling conventions in TextStream/formattingFriedemann Kleint2023-09-211-6/+6
* shiboken6: Move the finding of bool casts into the class cacheFriedemann Kleint2023-09-204-54/+72
* shiboken6: Make generator options statically accessibleFriedemann Kleint2023-09-206-90/+125
* macOS wheel creation: Fix wheel nameShyamnath Premnadh2023-09-091-0/+1
* Fix default parameters for containers without indirectionsFriedemann Kleint2023-09-061-2/+2
* shiboken6: Centralize determining the list of number protocol operator overloadsFriedemann Kleint2023-09-064-101/+120
* shiboken6: Refactor pyTypeSlotEntryFriedemann Kleint2023-09-011-71/+64
* Remove Python 2 left-overs from number protocolFriedemann Kleint2023-08-312-18/+3
* shiboken6/Documentation: Generate modified return types of void functionsFriedemann Kleint2023-08-071-14/+8
* shiboken6: Avoid losing warnings with ninjaFriedemann Kleint2023-08-011-1/+1
* Remove remaining usage of QCoreApplicationFriedemann Kleint2023-07-241-1/+1
* shiboken6: Fix option --no-implicit-conversionsFriedemann Kleint2023-07-131-1/+1
* shiboken6: Generate the protected hack define into all filesFriedemann Kleint2023-06-273-6/+14
* shiboken: Fix an old enum aliasing error that was never foundChristian Tismer2023-06-211-3/+8
* Fix deprecation warnings in Qt 6.6Friedemann Kleint2023-06-141-1/+1
* shiboken: Implement raising of unraisable exceptions correctlyChristian Tismer2023-06-061-14/+20
* Shiboken: Undo the unraisable exception delay for nowChristian Tismer2023-05-191-2/+2
* shiboken6: Correctly register smartpointer signaturesFriedemann Kleint2023-05-111-1/+1
* shiboken6: Remove check for variable type in conversion snippetsFriedemann Kleint2023-05-111-3/+0
* shiboken6: Remove usage of QCoreApplicationFriedemann Kleint2023-05-101-36/+49
* shiboken6: Store a const TypeEntry in AbstractMetaEnumFriedemann Kleint2023-05-101-1/+1
* shiboken6: Improve exception messagesFriedemann Kleint2023-05-091-3/+4
* shiboken6/clang: Write scope resolution for all parameters of native wrappersFriedemann Kleint2023-04-282-8/+9
* shiboken6: Remove left-over debug statementFriedemann Kleint2023-04-271-1/+0
* shiboken6: Refactor code snippet extractionFriedemann Kleint2023-04-212-31/+88
* shiboken6: Add explanatory comment about issues of field getters in listsFriedemann Kleint2023-03-221-1/+8
* Introduce QHashSeedFriedemann Kleint2023-03-221-1/+1
* Fix compiler warnings introduced by change removing gotoFriedemann Kleint2023-03-211-5/+2
* Implement multiple inheritance correctly, compatible versionChristian Tismer2023-03-211-6/+13
* cppgenerator: get rid of all goto constructsChristian Tismer2023-03-202-58/+54
* shiboken6: Prevent span instantiationFriedemann Kleint2023-03-171-1/+2
* shiboken6: Prepare for handling opaque containers for spansFriedemann Kleint2023-03-171-1/+2
* shiboken6: Copy spans in opaque containersFriedemann Kleint2023-03-171-5/+24
* shiboken6: Handle returning primitive types by pointerFriedemann Kleint2023-03-141-3/+4
* shiboken6: Add support for std::spanFriedemann Kleint2023-03-072-0/+2
* CMakeLists.txt: Add header filesFriedemann Kleint2023-03-011-10/+17
* shiboken6: Fix module names of opaque containersFriedemann Kleint2023-02-271-1/+3
* shiboken6: Mangle field name "from"Friedemann Kleint2023-02-271-8/+8
* Add support for excluding classes by a preprocessor condition in the module h...Friedemann Kleint2023-02-223-4/+77
* shiboken6: Reuse variable with function name for error messages in overridesFriedemann Kleint2023-02-211-2/+2
* Add license headers to cmake filesFriedemann Kleint2023-02-161-0/+3
* Documentation/WebXML conversion: Handle lists nested into tablesFriedemann Kleint2023-02-152-29/+45
* nogil: Apply the first necessary fixesChristian Tismer2023-02-081-5/+5
* snippets_translate: Warn about possible errorsAdrian Herrmann2023-01-253-4/+37
* shiboken6/libminimal: Add std::array (C++ 11)Friedemann Kleint2023-01-111-13/+17
* shiboken6: Make it possible to use different opaque containers for the same v...Friedemann Kleint2023-01-103-18/+37
* shiboken6: Handle multiple template parameters in opaque containersFriedemann Kleint2023-01-102-2/+3
* shiboken6: Add order depending on type range for C++ primitive types to the o...Friedemann Kleint2023-01-091-0/+12
* shiboken6: Generate an explicit conversion for view typesFriedemann Kleint2023-01-061-0/+7