aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator
Commit message (Expand)AuthorAgeFilesLines
* Documentation/TOC sorting: Also sort Qt functions by the 2nd characterFriedemann Kleint2024-03-061-2/+2
* Documentation: Improve TOC sortingFriedemann Kleint2024-03-061-13/+19
* Fix connecting to signals with QFlags<>Friedemann Kleint2024-03-011-1/+4
* shiboken6: Remove unneeded reinterpret_cast<> from generated codeFriedemann Kleint2024-02-281-2/+1
* shiboken6: Improve code snippet error handlingFriedemann Kleint2024-01-316-20/+63
* shiboken6: Prepare for making the global scope prefix configurableFriedemann Kleint2024-01-294-20/+19
* shiboken6: Fix build with namespaced QtFriedemann Kleint2024-01-241-1/+1
* Documentation: Generate inheritance graph only when base classes existFriedemann Kleint2024-01-181-5/+7
* Documentation: Add more string typesFriedemann Kleint2024-01-161-8/+14
* shiboken6/Documentation: Add option to disable the inheritance diagramFriedemann Kleint2024-01-081-12/+48
* shiboken6: Fix error in generated code when all enum values are deprecatedFriedemann Kleint2024-01-051-1/+2
* Shiboken: Remove FindPythonInterp and FindPythonLibs CMake modulesShyamnath Premnadh2023-12-111-1/+1
* Documentation: Fix broken consecutive snippetsFriedemann Kleint2023-12-081-1/+1
* Documentation: Generate enum name for flagsFriedemann Kleint2023-12-061-0/+7
* Refactor QtDocGenerator::translateToPythonType()Friedemann Kleint2023-12-061-28/+32
* Fix losing the default value when the type alteredFriedemann Kleint2023-10-301-8/+6
* shiboken6: Refactor multiple inheritance offset calculationFriedemann Kleint2023-10-261-11/+15
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-111-12/+15
* shiboken6: Fix some static code analysis warnings in the generated codeFriedemann Kleint2023-10-102-41/+50
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-091-1/+2
* Add a __dir__ function for smart pointersFriedemann Kleint2023-10-062-0/+23
* libshiboken: Deprecate cast operators of AutoDecRefFriedemann Kleint2023-10-061-2/+2
* shiboken generator: Disable special functions in generated codeFriedemann Kleint2023-10-061-1/+5
* shiboken6: Fix special functionsFriedemann Kleint2023-10-062-0/+4
* Potential fix for a linker error on macOS SonomaFriedemann Kleint2023-10-051-1/+1
* Add a __repr__ function for smart pointersFriedemann Kleint2023-10-023-16/+54
* Replace QPair by std::pairFriedemann Kleint2023-09-294-9/+10
* shiboken6: Refactor generation of the __copy__ functionFriedemann Kleint2023-09-293-23/+27
* shiboken6: Split out smart pointer code from CppGeneratorFriedemann Kleint2023-09-274-430/+462
* shiboken6: Split out generator stringsFriedemann Kleint2023-09-277-53/+80
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-2111-56/+43
* shiboken6: Add an options parser for common optionsFriedemann Kleint2023-09-211-346/+182
* shiboken6: Move options parsing into API extractorFriedemann Kleint2023-09-211-129/+11
* shiboken6: Move options parsing into type databaseFriedemann Kleint2023-09-211-68/+3
* shiboken6: Introduce simple option structFriedemann Kleint2023-09-211-14/+6
* shiboken6: Fix calling conventions in TextStream/formattingFriedemann Kleint2023-09-201-7/+7
* shiboken6: Make more generator methods staticFriedemann Kleint2023-09-198-130/+147
* shiboken6: Move the finding of bool casts into the class cacheFriedemann Kleint2023-09-194-54/+72
* shiboken6: Move OptionsParser out of the generatorFriedemann Kleint2023-09-197-38/+92
* shiboken6: Extract options parser from the generatorsFriedemann Kleint2023-09-198-71/+50
* shiboken6: Make generator options statically accessibleFriedemann Kleint2023-09-186-90/+125
* macOS wheel creation: Fix wheel nameShyamnath Premnadh2023-09-081-0/+1
* shiboken6: Replace options related to nb_zero by nb_boolFriedemann Kleint2023-09-063-17/+24
* Fix default parameters for containers without indirectionsFriedemann Kleint2023-09-061-2/+2
* PySide Build: Remove patchelf for Qfp binariesShyamnath Premnadh2023-09-061-0/+10
* shiboken6: Add __int__, __float__Friedemann Kleint2023-09-054-3/+15
* shiboken6: Add __abs__, __pow__Friedemann Kleint2023-09-052-3/+19
* shiboken6: Centralize determining the list of number protocol operator overloadsFriedemann Kleint2023-09-054-101/+120
* shiboken6: Simplify code handling __bool__Friedemann Kleint2023-09-011-7/+4
* shiboken6: Refactor pyTypeSlotEntryFriedemann Kleint2023-08-311-71/+61