aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor
Commit message (Expand)AuthorAgeFilesLines
* Fix duplication of values in QML properties of type QVariantListFriedemann Kleint2022-11-011-1/+3
* shiboken6/macOS: Remove dupl. check in conditionAdrian Herrmann2022-10-071-1/+0
* shiboken6: Fix smart pointers of type <const Pointee>Friedemann Kleint2022-10-061-1/+1
* shiboken6/macOS: Fix C++ 11 integer types (int32_t, ...) not being recognizedFriedemann Kleint2022-09-291-3/+4
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-263-4/+3
* shiboken6: Fix warning about not returning a value in all control pathsFriedemann Kleint2022-09-261-1/+1
* shiboken6: Fix a crash caused by invalid return types of added functionsFriedemann Kleint2022-09-061-1/+1
* PyEnum: Simplify code generator because of full forgivenessChristian Tismer2022-09-021-10/+2
* shiboken6: Trim white space of default expressionsFriedemann Kleint2022-08-181-2/+5
* PyEnum: Enable the type definition to override all enum typesChristian Tismer2022-08-152-1/+5
* Add a typesystem XML attribute for Python enum typesFriedemann Kleint2022-08-104-0/+42
* shiboken6: Simplify smart pointer types when searching instantiationsFriedemann Kleint2022-07-031-7/+11
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-231-2/+10
* shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabledFriedemann Kleint2022-05-184-9/+27
* shiboken6: Introduce a struct for PyMethodDefFriedemann Kleint2022-05-183-0/+120
* shiboken6: Exclude static fields from default constructible checkFriedemann Kleint2022-05-061-0/+2
* shiboken6: Output more fields in the AbstractMetaClass debug operatorFriedemann Kleint2022-05-061-0/+16
* shiboken: Introduce a function to get the type name of a polymorphic classFriedemann Kleint2022-05-063-0/+18
* shiboken6: Generate includes in deterministic orderFriedemann Kleint2022-05-056-6/+48
* shiboken6: Move ownership of the metabuilder classes into ApiExtractorResultFriedemann Kleint2022-05-016-37/+183
* shiboken6: Remove deprecated QLatin1StringFriedemann Kleint2022-04-2646-552/+805
* shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringViewFriedemann Kleint2022-04-2613-48/+48
* shiboken6: Refactor AbstractMetaClass::findClass() to use QStringViewFriedemann Kleint2022-04-2535-184/+254
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-2537-282/+283
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-2528-167/+163
* shiboken6: Remove unused AbstractMetaFunction membersFriedemann Kleint2022-04-222-27/+0
* Fix include conventionsFriedemann Kleint2022-04-2250-80/+85
* shiboken6: Add missing break statementFriedemann Kleint2022-04-221-0/+1
* shiboken6: Make more functions staticFriedemann Kleint2022-04-221-2/+2
* shiboken6: Remove some unused codeFriedemann Kleint2022-04-204-82/+2
* shiboken6: Use more const for functions dealing with AbstractMetaClassFriedemann Kleint2022-04-205-38/+38
* shiboken6: Replace hasCloneOperator() by isCopyConstructible()Friedemann Kleint2022-04-205-60/+3
* shiboken6: Move the smartpointer naming helpers to the type entryFriedemann Kleint2022-04-202-0/+36
* shiboken6: Add topological sorting for const AbstractMetaClass *Friedemann Kleint2022-04-192-13/+35
* shiboken6: Move collection of instantiated containers/smart pointers to ApiEx...Friedemann Kleint2022-04-193-1/+311
* shiboken6: Remove the need to declare primitive types used in smart pointer i...Friedemann Kleint2022-04-194-63/+68
* shiboken6: Refactor type system parsingFriedemann Kleint2022-04-195-84/+145
* shiboken6: Introduce a private class for TypeDatabaseFriedemann Kleint2022-04-142-115/+215
* shiboken6: Introduce a private class for ApiExtractorFriedemann Kleint2022-04-112-52/+68
* shiboken6: Move check in inheritTemplateFunction() aroundFriedemann Kleint2022-04-091-2/+2
* shiboken6: Enable adding modifications to declare-functionFriedemann Kleint2022-04-081-5/+7
* shiboken6: Refactor CppGenerator::argumentNameFromIndex()Friedemann Kleint2022-04-072-0/+17
* shiboken6/tests: Fix a few warnings by clang and type system parsingFriedemann Kleint2022-04-073-5/+3
* shiboken6: Refactor the class function queriesFriedemann Kleint2022-04-074-16/+21
* shiboken6/Type system parser: Use contiguous enum for StackElementFriedemann Kleint2022-04-062-90/+108
* shiboken6: Add attribute "value-check-method" to smart pointersFriedemann Kleint2022-04-056-19/+60
* shiboken6/Type system parser: Refactor attributes parsingFriedemann Kleint2022-04-011-26/+19
* doc: use https in some source code filesCristián Maureira-Fredes2022-03-311-1/+1
* shiboken6: Set constructor flags when adding functionFriedemann Kleint2022-03-291-0/+2
* shiboken6: Synthesize missing smart pointer functions and classesFriedemann Kleint2022-03-297-31/+116