aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/typesystemparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint2024-04-221-0/+6
* shiboken6: Introduce new position for code injection into virtual methodsFriedemann Kleint2024-04-221-1/+2
* shiboken6: Remove unused function modificationsFriedemann Kleint2024-04-171-1/+0
* shiboken6: Add a placeholder for the base class to polymorphic-id-expressionFriedemann Kleint2024-04-121-2/+5
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-081-0/+10
* shiboken6/type system parser: Refactor attribute value lookupFriedemann Kleint2023-12-191-48/+31
* Add a documentation file hint to function/enum type entriesFriedemann Kleint2023-12-191-0/+7
* shiboken6/Metabuilder: Prepare for documenting global functionsFriedemann Kleint2023-12-121-0/+2
* shiboken6: Add typesystem attribute to suppress the meta object functionsFriedemann Kleint2023-12-081-0/+7
* Add a submodule attribute to the typesystemFriedemann Kleint2023-12-081-0/+5
* shiboken6: Make it possible to inject documentation from separate .rst filesFriedemann Kleint2023-12-071-23/+51
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-291-15/+14
* shiboken6: Type system parser: Port attribute names to use latin1 literalsFriedemann Kleint2023-11-241-231/+233
* CMake: Tell shiboken to process Qt headers inside system include dirsAlexandru Croitor2023-11-021-1/+1
* shiboken6: Simplify spaces in function signaturesFriedemann Kleint2023-11-011-7/+7
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-201-3/+2
* Handle more attributes in add-function/declare-function/function elementsFriedemann Kleint2023-08-011-70/+88
* shiboken6: Log unused rejections and suppressed warningsFriedemann Kleint2023-08-011-3/+9
* shiboken6: Remove unused "thread" attribute of <modify-function>Friedemann Kleint2023-07-261-6/+1
* shiboken6: Make it possible to override a C++ deprecation attributeFriedemann Kleint2023-07-251-3/+6
* Fix deprecation warnings in Qt 6.6Friedemann Kleint2023-06-141-1/+1
* shiboken6: Add support for std::spanFriedemann Kleint2023-03-071-1/+2
* Add support for excluding classes by a preprocessor condition in the module h...Friedemann Kleint2023-02-221-0/+29
* shiboken6: Add element for opaque containersFriedemann Kleint2023-01-111-1/+29
* shiboken6: Handle multiple template parameters in opaque containersFriedemann Kleint2023-01-101-8/+13
* shiboken6: Refactor OpaqueContainer parsingFriedemann Kleint2023-01-091-9/+17
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-52/+55
* shiboken6/generator: Fix CMake UNITY_BUILD (jumbo)Friedemann Kleint2022-12-161-4/+3
* Purge remaining uses of old Qt string literalsFriedemann Kleint2022-11-221-1/+1
* shiboken6: Use smart pointers for the TypeEntry classesFriedemann Kleint2022-11-171-80/+80
* shiboken6: Make some TypeEntry query functions free functionsFriedemann Kleint2022-11-171-1/+1
* shiboken6: Fix coding style regarding pointers (Type* v -> Type *v)Friedemann Kleint2022-11-141-1/+1
* shiboken6: Add a way of specifying types for casting enum valuesFriedemann Kleint2022-10-191-0/+3
* shiboken6: Implement the modify-function/final attributeFriedemann Kleint2022-10-141-1/+1
* shiboken6: Port some loop variables to qsizetypeFriedemann Kleint2022-10-131-48/+49
* Port from qAsConst() to std::as_const()Friedemann Kleint2022-10-131-1/+1
* shiboken6: Clean up includesFriedemann Kleint2022-09-211-4/+0
* shiboken6: Refactor CustomConversionFriedemann Kleint2022-09-091-4/+5
* shiboken6: Fix documentation injection for added functions with parameter namesFriedemann Kleint2022-09-061-4/+16
* shiboken6: Refactor Handling of CustomConversionFriedemann Kleint2022-09-061-23/+44
* shiboken6: Split AddedFunction from modificationsFriedemann Kleint2022-09-051-1/+2
* shiboken6: Move some fields of TypeEntry to derived classesFriedemann Kleint2022-09-051-9/+20
* PyEnum: Enable the type definition to override all enum typesChristian Tismer2022-08-151-1/+3
* Add a typesystem XML attribute for Python enum typesFriedemann Kleint2022-08-091-0/+18
* Add initial support for std::unique_ptr pointerFriedemann Kleint2022-06-301-0/+6
* shiboken6: Introduce an attribute for parent ownership heuristicsFriedemann Kleint2022-05-271-0/+6
* shiboken6: Add a way to specify free functionsFriedemann Kleint2022-05-271-0/+45
* Use SPDX license identifiersLucie GĂ©rard2022-05-271-27/+2
* shiboken6: Extract class CodeSnip into separate filesFriedemann Kleint2022-05-171-0/+2
* shiboken6: Split the typesystem headerFriedemann Kleint2022-05-171-0/+18