aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/abstractmetalang.h
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint2024-04-221-0/+1
* shiboken6: Remove class attribute FinalInTargetLangFriedemann Kleint2024-04-171-5/+0
* shiboken6: Add more debug operators for AbstractMetaClassFriedemann Kleint2024-01-291-0/+3
* shiboken6: Port the MetaClass::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-271-6/+6
* Fix deprecation warnings in Qt 6.6Friedemann Kleint2023-06-141-1/+4
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-1/+1
* shiboken6: Include base class wrapper headers of the current module when avoi...Friedemann Kleint2022-12-221-0/+2
* shiboken6: Use smart pointers for AbstractMetaClass instancesFriedemann Kleint2022-12-061-31/+32
* shiboken6: Make AbstractMetaClass::fixFunctions/addFunction*() staticFriedemann Kleint2022-12-051-5/+5
* shiboken6: Make some AbstractMetaClass query functions free functionsFriedemann Kleint2022-12-051-7/+12
* shiboken6: Store the property documentation in QPropertySpecFriedemann Kleint2022-11-241-0/+1
* shiboken6: Parse the notify specification from Q_PROPERTYFriedemann Kleint2022-11-231-1/+2
* Purge remaining uses of old Qt string literalsFriedemann Kleint2022-11-221-1/+1
* shiboken6: Use smart pointers for the TypeEntry classesFriedemann Kleint2022-11-171-7/+7
* shiboken6: Fix coding style regarding pointers (Type* v -> Type *v)Friedemann Kleint2022-11-141-3/+3
* shiboken6: Reorder headers containing typedefsFriedemann Kleint2022-11-111-2/+2
* shiboken6: Add --lean-header optionFriedemann Kleint2022-11-031-0/+1
* shiboken6: Store whether class is a structFriedemann Kleint2022-10-311-1/+2
* shiboken6: Port some loop variables to qsizetypeFriedemann Kleint2022-10-131-1/+1
* shiboken6: Clean up includesFriedemann Kleint2022-09-211-1/+0
* shiboken6: Implement the spaceship comparison operator of C++ 20Friedemann Kleint2022-06-211-0/+2
* shiboken6: Introduce an attribute for parent ownership heuristicsFriedemann Kleint2022-05-271-0/+4
* Use SPDX license identifiersLucie GĂ©rard2022-05-271-27/+2
* Expose the qHash() functions as tp_hashFriedemann Kleint2022-05-031-1/+3
* shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringViewFriedemann Kleint2022-04-251-2/+2
* shiboken6: Refactor AbstractMetaClass::findClass() to use QStringViewFriedemann Kleint2022-04-251-2/+2
* shiboken6: Use more const for functions dealing with AbstractMetaClassFriedemann Kleint2022-04-201-9/+9
* shiboken6: Remove some unused codeFriedemann Kleint2022-04-201-19/+2
* shiboken6: Replace hasCloneOperator() by isCopyConstructible()Friedemann Kleint2022-04-201-3/+0
* shiboken6: Fix handling of value types with protected constructorsFriedemann Kleint2022-01-181-1/+2
* shiboken6: Rewrite some helpers in terms of QStringViewFriedemann Kleint2021-10-281-1/+1
* shiboken6: Refactor handling of values with copy constructor onlyFriedemann Kleint2021-09-111-0/+2
* shiboken6: Handle hidden methods/"using" correctlyFriedemann Kleint2021-09-061-0/+1
* shiboken6: Refactor AbstractMetaClass:inheritsFrom()Friedemann Kleint2021-07-211-2/+2
* shiboken6: Fix missing functions from base classesFriedemann Kleint2021-07-211-0/+1
* shiboken6: Add support for operator boolFriedemann Kleint2021-07-021-0/+3
* shiboken6: Fix increment/decrement operatorsFriedemann Kleint2021-06-091-0/+1
* shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-131-0/+1
* shiboken6: Add constructors of base classes imported via "using"Friedemann Kleint2021-03-011-0/+9
* shiboken6: Remove AbstractMetaAttributesFriedemann Kleint2021-02-191-2/+37
* shiboken6: Improve detection of default/copy constructabilityFriedemann Kleint2021-02-171-2/+14
* shiboken6: Refactor C++ wrapper generation handlingFriedemann Kleint2021-02-021-0/+11
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-221-0/+4
* shiboken6: Refactor base class retrievalFriedemann Kleint2020-12-201-2/+6
* shiboken6: Determine function types in the code modelFriedemann Kleint2020-12-111-1/+1
* shiboken6: Move the function/operator query enumerations out of AbstractMetaC...Friedemann Kleint2020-12-101-44/+2
* shiboken6: Simplify handling of removed attributeFriedemann Kleint2020-12-021-1/+1
* shiboken6: Fix some functions to take a const AbstractMetaClass *Friedemann Kleint2020-12-011-2/+2
* shiboken6: Store AbstractMetaFunction using a QSharedPointerFriedemann Kleint2020-11-301-18/+17
* Replace QVector by QListFriedemann Kleint2020-11-251-2/+2