aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/apiextractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Register typedefs of container typesFriedemann Kleint2024-03-181-0/+1
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-291-4/+3
* shiboken6: Improve API extractor command line arguments parsingFriedemann Kleint2023-10-261-7/+12
* shiboken6: Move options parsing into API extractorFriedemann Kleint2023-09-201-45/+176
* shiboken6: Move options parsing into type databaseFriedemann Kleint2023-09-201-35/+0
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-201-4/+4
* shiboken6: Handle multiple template parameters in opaque containersFriedemann Kleint2023-01-101-2/+1
* shiboken6: Enable views for containersFriedemann Kleint2023-01-061-2/+5
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-9/+9
* shiboken6: Remove explicitly shared data class ApiExtractorResultDataFriedemann Kleint2022-12-061-12/+10
* shiboken6: Use smart pointers for AbstractMetaClass instancesFriedemann Kleint2022-12-061-12/+11
* shiboken6: Use smart pointers for the TypeEntry classesFriedemann Kleint2022-11-171-23/+20
* shiboken6: Make some TypeEntry query functions free functionsFriedemann Kleint2022-11-171-2/+2
* shiboken6: Fix coding style regarding pointers (Type* v -> Type *v)Friedemann Kleint2022-11-141-1/+1
* shiboken6: Reorder headers containing typedefsFriedemann Kleint2022-11-111-2/+2
* shiboken6: Enable specifying namespaces for smart pointer instantiationsFriedemann Kleint2022-11-101-4/+34
* shiboken6: Make it possible to specify names for smart pointer instantiationsFriedemann Kleint2022-11-091-2/+3
* Port from qAsConst() to std::as_const()Friedemann Kleint2022-10-131-5/+5
* shiboken6: Fix smart pointers of type <const Pointee>Friedemann Kleint2022-10-061-1/+1
* shiboken6: Clean up includesFriedemann Kleint2022-09-211-2/+0
* shiboken6: Refactor CustomConversionFriedemann Kleint2022-09-091-2/+2
* shiboken6: Refactor Handling of CustomConversionFriedemann Kleint2022-09-061-2/+3
* shiboken6: Move some fields of TypeEntry to derived classesFriedemann Kleint2022-09-051-1/+4
* shiboken6: Simplify smart pointer types when searching instantiationsFriedemann Kleint2022-07-011-8/+12
* Use SPDX license identifiersLucie GĂ©rard2022-05-271-27/+2
* shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabledFriedemann Kleint2022-05-181-0/+1
* shiboken6: Extract class CodeSnip into separate filesFriedemann Kleint2022-05-171-0/+1
* shiboken6: Split the typesystem headerFriedemann Kleint2022-05-171-1/+6
* shiboken6: Move ownership of the metabuilder classes into ApiExtractorResultFriedemann Kleint2022-04-301-17/+17
* shiboken6: Remove deprecated QLatin1StringFriedemann Kleint2022-04-251-2/+6
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-251-4/+4
* Fix include conventionsFriedemann Kleint2022-04-221-14/+9
* shiboken6: Use more const for functions dealing with AbstractMetaClassFriedemann Kleint2022-04-201-2/+1
* shiboken6: Write smart pointer constructors/reset methodsFriedemann Kleint2022-04-201-0/+34
* shiboken6: Specialize smart pointers in the ApiExtractorFriedemann Kleint2022-04-201-0/+20
* shiboken6: Extract utility to inherit template classesFriedemann Kleint2022-04-191-0/+9
* shiboken6: Move collection of instantiated containers/smart pointers to ApiEx...Friedemann Kleint2022-04-191-0/+296
* shiboken6: Introduce a private class for ApiExtractorFriedemann Kleint2022-04-111-30/+61
* shiboken6: Refactor smartpointer getter creationFriedemann Kleint2022-03-221-0/+17
* shiboken6: Fix handling of value types with protected constructorsFriedemann Kleint2022-01-181-0/+1
* shiboken6: Pass more generator options to the api extractorFriedemann Kleint2022-01-171-5/+6
* Introduce conditional processing instructions to typesystem XMLFriedemann Kleint2021-06-091-0/+5
* shiboken6: Add option to use global headersFriedemann Kleint2021-05-101-0/+5
* shiboken6: Enable setting clang optionsFriedemann Kleint2021-01-201-2/+26
* shiboken6: Refactor options parsingFriedemann Kleint2021-01-201-4/+2
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-221-2/+11
* shiboken6: Introduce class ApiExtractorResultFriedemann Kleint2020-12-221-13/+15
* shiboken6: Move API for primitive/container types to generatorFriedemann Kleint2020-12-221-10/+0
* shiboken6: Do not sort classes unnecessarilyFriedemann Kleint2020-12-201-7/+0
* shiboken6: Refactor base class retrievalFriedemann Kleint2020-12-201-1/+2