aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typesystemparser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* shiboken6: Add type "handle", "value-handle", to smart pointersFriedemann Kleint2022-05-131-11/+17
* shiboken6: Add an attribute for explicitly defining the functions to be gener...Friedemann Kleint2022-05-111-0/+8
* shiboken: Introduce a function to get the type name of a polymorphic classFriedemann Kleint2022-05-051-0/+2
* Make meta type registration configureableFriedemann Kleint2022-05-041-0/+21
* shiboken6: Remove deprecated QLatin1StringFriedemann Kleint2022-04-251-72/+76
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-251-37/+37
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-251-18/+19
* shiboken6: Remove the need to declare primitive types used in smart pointer i...Friedemann Kleint2022-04-191-61/+2
* shiboken6: Refactor type system parsingFriedemann Kleint2022-04-191-23/+24
* shiboken6: Enable adding modifications to declare-functionFriedemann Kleint2022-04-081-5/+7
* shiboken6/Type system parser: Use contiguous enum for StackElementFriedemann Kleint2022-04-061-28/+46
* shiboken6: Add attribute "value-check-method" to smart pointersFriedemann Kleint2022-04-051-0/+4
* shiboken6/Type system parser: Refactor attributes parsingFriedemann Kleint2022-04-011-26/+19
* shiboken6: Enable declaring top-level functionsFriedemann Kleint2022-03-041-0/+1
* shiboken6/Type system parser: Use a QHash for element type lookupsFriedemann Kleint2022-01-241-9/+52
* shiboken6/Type system parser: Handle native-to-target and vv in argument conv...Friedemann Kleint2022-01-181-24/+62
* shiboken6/Type system parser: Purge empty code snippetsFriedemann Kleint2022-01-181-0/+7
* shiboken6/Type system parser: Introduce a helper for the code snippetsFriedemann Kleint2022-01-151-66/+103
* shiboken6/Type system parser: Simplify codeFriedemann Kleint2022-01-151-9/+2
* shiboken6/Type system parser: Remove class StackElementFriedemann Kleint2022-01-131-175/+170
* shiboken6/Type system parser: Remove m_currentDroppedEntry pointerFriedemann Kleint2022-01-131-12/+6
* shiboken6/Type system parser: Move type entry from StackElement into StackEle...Friedemann Kleint2022-01-131-101/+107
* shiboken6: Move TemplateInstance/TemplateEntry members into type system parserFriedemann Kleint2022-01-131-26/+18
* shiboken6: Rename type system parser enumeration value for clarityFriedemann Kleint2022-01-121-8/+8
* shiboken6: Remove code for unimplemented elements "custom-constructor", "cust...Friedemann Kleint2022-01-111-71/+23
* shiboken6: Add further methods to smart pointersFriedemann Kleint2021-11-241-0/+8
* shiboken6: Make common standard containers built-inFriedemann Kleint2021-11-081-0/+7
* shiboken6: TypeEntry: Use a pointer to the target lang API type entryFriedemann Kleint2021-09-241-3/+10
* shiboken6: Add opaque containers for C++ sequence containersFriedemann Kleint2021-09-241-0/+32
* shiboken6: Add support for built-in typesFriedemann Kleint2021-09-171-1/+28
* shiboken6: Fix some memory leaks shown by the address sanitizerFriedemann Kleint2021-09-061-11/+22
* shiboken6: Fix stack-use-after-scope ASAN issues in TypeSystemParserFriedemann Kleint2021-09-041-2/+4
* shiboken6: Add a processing instruction for defining entities to typesystem p...Friedemann Kleint2021-08-301-10/+6
* shiboken6: Fix signature for matching modifications of added/declared functionsFriedemann Kleint2021-07-301-0/+3
* shiboken6: Replace placeholder formatting by string literalsFriedemann Kleint2021-07-291-7/+7
* shiboken6: Introduce a new normalization function for added functionsFriedemann Kleint2021-07-281-1/+1
* shiboken6: Simplify the container typesFriedemann Kleint2021-07-201-7/+7
* ApiExtractor: add classmethod attribute to add-function, fixChristian Tismer2021-07-201-10/+0
* ApiExtractor: add classmethod attribute to add-function for tr()Christian Tismer2021-07-091-0/+16
* shiboken6: Add support for operator boolFriedemann Kleint2021-07-021-0/+31
* shiboken6: Add a modification for PYI typesFriedemann Kleint2021-06-151-0/+5
* shiboken6: Add a check-function attribute to custom type entriesFriedemann Kleint2021-06-111-2/+20
* shiboken6: Introduce a private attributeFriedemann Kleint2021-06-091-0/+4
* Introduce conditional processing instructions to typesystem XMLFriedemann Kleint2021-06-091-50/+51
* shiboken6: Mark old syntax for conversion rules as deprecatedFriedemann Kleint2021-05-261-11/+7
* shiboken6: Refactor argument ownershipFriedemann Kleint2021-05-201-1/+10
* shiboken6: Remove "Invalid" enumeration values that exist only for error chec...Friedemann Kleint2021-05-201-117/+178
* shiboken6: Join Modification into FunctionModificationFriedemann Kleint2021-04-131-15/+15
* shiboken: get rid of some warningsChristian Tismer2021-04-121-1/+0
* shiboken6: Make missing snippet labels a fatal errorFriedemann Kleint2021-03-101-12/+26