| Commit message (Expand) | Author | Age | Files | Lines |
| * | shiboken6: Add a documentation file hint to complex type entries | Friedemann Kleint | 2024-11-28 | 1 | -0/+19 |
| * | shiboken6: Handle QT6_DECL_NEW_OVERLOAD_TAIL within shiboken6 | Friedemann Kleint | 2024-10-02 | 1 | -0/+10 |
| * | shiboken6/Documentation: Fix resolving images in the overview pages | Friedemann Kleint | 2024-09-27 | 1 | -3/+25 |
| * | Documentation: Move image resolving from QtXmlToSphinx to QtDocGenerator | Friedemann Kleint | 2024-06-06 | 1 | -0/+7 |
| * | shiboken6: Ignore nested containers as template parameters when inheriting a ... | Friedemann Kleint | 2024-05-08 | 1 | -0/+15 |
| * | shiboken6: Extract common C++ function attributes | Friedemann Kleint | 2024-04-17 | 1 | -2/+3 |
| * | shiboken6: Improve code snippet error handling | Friedemann Kleint | 2024-01-31 | 1 | -0/+6 |
| * | shiboken6: Improve messages when skipping fields and functions | Friedemann Kleint | 2024-01-23 | 1 | -3/+21 |
| * | shiboken6: Improve warning message when stripping arguments | Friedemann Kleint | 2023-12-21 | 1 | -2/+3 |
| * | Extract global (non-added) function/enum documentation | Friedemann Kleint | 2023-12-19 | 1 | -6/+8 |
| * | shiboken6: Remove some further uses of QStringLiteral | Friedemann Kleint | 2023-11-29 | 1 | -2/+2 |
| * | shiboken6: Add an options parser for common options | Friedemann Kleint | 2023-09-20 | 1 | -9/+3 |
| * | shiboken6: Move options parsing into API extractor | Friedemann Kleint | 2023-09-20 | 1 | -0/+5 |
| * | shiboken6: Introduce simple option struct | Friedemann Kleint | 2023-09-20 | 1 | -0/+6 |
| * | shiboken6: Improve message about not being able to resolve typedefs | Friedemann Kleint | 2023-08-31 | 1 | -0/+9 |
| * | Remove remaining usage of QCoreApplication | Friedemann Kleint | 2023-07-24 | 1 | -3/+2 |
| * | shiboken6: Improve message about missing type entries | Friedemann Kleint | 2023-05-12 | 1 | -2/+4 |
| * | shiboken6: Refactor reject logic | Friedemann Kleint | 2023-05-11 | 1 | -3/+3 |
| * | shiboken6: Remove check for variable type in conversion snippets | Friedemann Kleint | 2023-05-11 | 1 | -17/+0 |
| * | Add support for excluding classes by a preprocessor condition in the module h... | Friedemann Kleint | 2023-02-22 | 1 | -1/+7 |
| * | shiboken6: Port from QSharedPointer to std::shared_ptr | Friedemann Kleint | 2023-01-05 | 1 | -5/+5 |
| * | shiboken6/generator: Fix CMake UNITY_BUILD (jumbo) | Friedemann Kleint | 2022-12-16 | 1 | -6/+4 |
| * | shiboken6: Use smart pointers for AbstractMetaClass instances | Friedemann Kleint | 2022-12-06 | 1 | -18/+18 |
| * | shiboken6: Use smart pointers for the TypeEntry classes | Friedemann Kleint | 2022-11-17 | 1 | -12/+12 |
| * | shiboken6: Fix coding style regarding pointers (Type* v -> Type *v) | Friedemann Kleint | 2022-11-14 | 1 | -1/+1 |
| * | shiboken6: Reorder headers containing typedefs | Friedemann Kleint | 2022-11-11 | 1 | -2/+2 |
| * | shiboken6: Enable specifying namespaces for smart pointer instantiations | Friedemann Kleint | 2022-11-10 | 1 | -0/+5 |
| * | shiboken6: Port some loop variables to qsizetype | Friedemann Kleint | 2022-10-13 | 1 | -4/+4 |
| * | shiboken6: Fix indirections of enums/flag arguments | Friedemann Kleint | 2022-10-05 | 1 | -0/+6 |
| * | shiboken6: Refactor Handling of CustomConversion | Friedemann Kleint | 2022-09-06 | 1 | -0/+8 |
| * | shiboken6: Fix mapping of arguments when writing virtual methods | Friedemann Kleint | 2022-06-27 | 1 | -0/+8 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -27/+2 |
| * | shiboken6: Split the typesystem header | Friedemann Kleint | 2022-05-17 | 1 | -1/+3 |
| * | shiboken6: Remove deprecated QLatin1String | Friedemann Kleint | 2022-04-25 | 1 | -61/+61 |
| * | Migrate from QLatin1Char to UTF-16 char literals | Friedemann Kleint | 2022-04-25 | 1 | -4/+4 |
| * | shiboken6: Refactor CppGenerator::argumentNameFromIndex() | Friedemann Kleint | 2022-04-07 | 1 | -0/+14 |
| * | shiboken6: Add attribute "value-check-method" to smart pointers | Friedemann Kleint | 2022-04-05 | 1 | -3/+3 |
| * | shiboken6: Synthesize missing smart pointer functions and classes | Friedemann Kleint | 2022-03-29 | 1 | -14/+9 |
| * | shiboken6: Split CppGenerator::generateClass() | Friedemann Kleint | 2022-03-22 | 1 | -0/+12 |
| * | shiboken6/Documentation: Replace XPath/Xquery usage for retrieving WebXML doc... | Friedemann Kleint | 2021-12-16 | 1 | -8/+22 |
| * | Fix documentation generation | Friedemann Kleint | 2021-12-10 | 1 | -4/+21 |
| * | shiboken6: Add further methods to smart pointers | Friedemann Kleint | 2021-11-24 | 1 | -0/+6 |
| * | shiboken6: Clean up messages about cyclic dependencies of overloaded functions | Friedemann Kleint | 2021-11-03 | 1 | -3/+6 |
| * | shiboken6: Do not crash when class cannot be found in the overload sorter | Friedemann Kleint | 2021-10-28 | 1 | -3/+11 |
| * | shiboken6: Store removed modification in AbstractMetaArgument | Friedemann Kleint | 2021-10-01 | 1 | -0/+12 |
| * | shiboken6: Refactor modified types of functions | Friedemann Kleint | 2021-10-01 | 1 | -0/+27 |
| * | shiboken6: Remove ShibokenGenerator::guessCPythonCheckFunction() | Friedemann Kleint | 2021-09-30 | 1 | -0/+6 |
| * | shiboken6: TypeEntry: Use a pointer to the target lang API type entry | Friedemann Kleint | 2021-09-24 | 1 | -0/+6 |
| * | shiboken6: Improve message for a mismatched global function | Friedemann Kleint | 2021-09-24 | 1 | -2/+6 |
| * | shiboken6: Add support for built-in types | Friedemann Kleint | 2021-09-17 | 1 | -0/+11 |