aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/shiboken/headergenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint14 days1-4/+9
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-081-0/+8
* shiboken6: Introduce a variable for the global scope prefixFriedemann Kleint2024-04-081-3/+4
* LazyInit: Move the get arguments into a static structureChristian Tismer2024-03-131-4/+6
* LazyInit: Implement Lazy Initialization by Delayed Module EntriesChristian Tismer2024-03-131-0/+1
* shiboken6: Remove unneeded reinterpret_cast<> from generated codeFriedemann Kleint2024-02-281-2/+1
* shiboken6: Improve code snippet error handlingFriedemann Kleint2024-01-311-4/+17
* LazyInit: Make imports computable from offset constantsChristian Tismer2024-01-311-5/+28
* shiboken6: Refactor writing out type indicesFriedemann Kleint2024-01-301-78/+94
* shiboken6: Prepare for making the global scope prefix configurableFriedemann Kleint2024-01-291-2/+4
* shiboken6: Refactor writing the meta object functionsFriedemann Kleint2023-12-081-5/+5
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-291-4/+3
* shiboken6: Fix some static code analysis warnings in the generated codeFriedemann Kleint2023-10-101-1/+4
* shiboken generator: Disable special functions in generated codeFriedemann Kleint2023-10-051-1/+5
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-201-1/+1
* shiboken6: Make more generator methods staticFriedemann Kleint2023-09-191-3/+3
* shiboken6: Generate the protected hack define into all filesFriedemann Kleint2023-06-271-1/+8
* Add support for excluding classes by a preprocessor condition in the module h...Friedemann Kleint2023-02-221-3/+26
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-8/+8
* Fix warning about multi-line commentFriedemann Kleint2023-01-041-1/+1
* shiboken6: Include base class wrapper headers of the current module when avoi...Friedemann Kleint2022-12-221-8/+15
* shiboken6: Refactor code for generating wrapper headersFriedemann Kleint2022-12-221-101/+123
* shiboken6: Use smart pointers for AbstractMetaClass instancesFriedemann Kleint2022-12-061-22/+23
* shiboken6: Make some AbstractMetaClass query functions free functionsFriedemann Kleint2022-12-051-2/+2
* shiboken6: Refactor the include handling for the public/private module headersFriedemann Kleint2022-11-251-47/+49
* shiboken6: Add all comparison operators to class IncludeFriedemann Kleint2022-11-251-2/+4
* shiboken6: Use smart pointers for the TypeEntry classesFriedemann Kleint2022-11-171-18/+16
* shiboken6: Reorder headers containing typedefsFriedemann Kleint2022-11-111-3/+3
* shiboken6: Fix forward declarations for private classesFriedemann Kleint2022-11-041-4/+18
* shiboken6: Add --lean-header optionFriedemann Kleint2022-11-031-14/+121
* shiboken6: Generate class includes into the wrapper header if neededFriedemann Kleint2022-10-311-4/+4
* shiboken6: Generate includes required to be able to forward-declare classes i...Friedemann Kleint2022-10-311-0/+3
* shiboken6: Port some loop variables to qsizetypeFriedemann Kleint2022-10-131-3/+3
* Port from qAsConst() to std::as_const()Friedemann Kleint2022-10-131-4/+4
* shiboken6: Clean up header generator.hFriedemann Kleint2022-09-211-0/+1
* shiboken6: Fix wrapper destructor generation detectionFriedemann Kleint2022-09-211-3/+29
* shiboken6: Clean up includesFriedemann Kleint2022-09-211-3/+1
* Add initial support for std::unique_ptr pointerFriedemann Kleint2022-06-301-7/+11
* Use SPDX license identifiersLucie GĂ©rard2022-05-271-27/+2
* shiboken6: Extract class CodeSnip into separate filesFriedemann Kleint2022-05-171-0/+1
* shiboken6: Split the typesystem headerFriedemann Kleint2022-05-171-0/+8
* shiboken6: Refactor wrapper function generation checkingFriedemann Kleint2022-05-131-29/+17
* shiboken6: Add an attribute for explicitly defining the functions to be gener...Friedemann Kleint2022-05-111-1/+2
* shiboken6: Simplify code in HeaderGenerator::writeFunction()Friedemann Kleint2022-05-111-11/+9
* shiboken6: Remove deprecated QLatin1StringFriedemann Kleint2022-04-251-5/+9
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-251-2/+2
* shiboken6: Introduce convenience GeneratorContext::effectiveClassName()Friedemann Kleint2022-04-221-13/+2
* shiboken6: Use more const for functions dealing with AbstractMetaClassFriedemann Kleint2022-04-201-4/+5
* shiboken6: Move collection of instantiated containers/smart pointers to ApiEx...Friedemann Kleint2022-04-191-10/+8
* shiboken6: Fix module TOC generationFriedemann Kleint2022-04-071-1/+1