| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix crash instantiating smart pointer types | Friedemann Kleint | 2024-12-09 | 1 | -1/+45 |
| * | shiboken6: Prevent repetitive searches for the smart pointer pointee class | Friedemann Kleint | 2024-12-05 | 1 | -0/+7 |
| * | shiboken6: Fix static analysis warnings | Friedemann Kleint | 2024-06-24 | 1 | -5/+5 |
| * | shiboken6: Make it possible to create smart pointer names in the global names... | Friedemann Kleint | 2024-06-07 | 1 | -0/+9 |
| * | shiboken6: Fix type names of smart pointers in namespaces in the cppApi array | Friedemann Kleint | 2024-06-04 | 1 | -8/+5 |
| * | shiboken6: Generate Python override code for added virtuals | Friedemann Kleint | 2024-04-22 | 1 | -0/+2 |
| * | shiboken6: Register typedefs of container types | Friedemann Kleint | 2024-03-18 | 1 | -0/+1 |
| * | shiboken6: Remove some further uses of QStringLiteral | Friedemann Kleint | 2023-11-29 | 1 | -4/+3 |
| * | shiboken6: Improve API extractor command line arguments parsing | Friedemann Kleint | 2023-10-26 | 1 | -7/+12 |
| * | shiboken6: Move options parsing into API extractor | Friedemann Kleint | 2023-09-20 | 1 | -45/+176 |
| * | shiboken6: Move options parsing into type database | Friedemann Kleint | 2023-09-20 | 1 | -35/+0 |
| * | shiboken6: Fix some clang-tidy warnings | Friedemann Kleint | 2023-09-20 | 1 | -4/+4 |
| * | shiboken6: Handle multiple template parameters in opaque containers | Friedemann Kleint | 2023-01-10 | 1 | -2/+1 |
| * | shiboken6: Enable views for containers | Friedemann Kleint | 2023-01-06 | 1 | -2/+5 |
| * | shiboken6: Port from QSharedPointer to std::shared_ptr | Friedemann Kleint | 2023-01-05 | 1 | -9/+9 |
| * | shiboken6: Remove explicitly shared data class ApiExtractorResultData | Friedemann Kleint | 2022-12-06 | 1 | -12/+10 |
| * | shiboken6: Use smart pointers for AbstractMetaClass instances | Friedemann Kleint | 2022-12-06 | 1 | -12/+11 |
| * | shiboken6: Use smart pointers for the TypeEntry classes | Friedemann Kleint | 2022-11-17 | 1 | -23/+20 |
| * | shiboken6: Make some TypeEntry query functions free functions | Friedemann Kleint | 2022-11-17 | 1 | -2/+2 |
| * | 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 | -4/+34 |
| * | shiboken6: Make it possible to specify names for smart pointer instantiations | Friedemann Kleint | 2022-11-09 | 1 | -2/+3 |
| * | Port from qAsConst() to std::as_const() | Friedemann Kleint | 2022-10-13 | 1 | -5/+5 |
| * | shiboken6: Fix smart pointers of type <const Pointee> | Friedemann Kleint | 2022-10-06 | 1 | -1/+1 |
| * | shiboken6: Clean up includes | Friedemann Kleint | 2022-09-21 | 1 | -2/+0 |
| * | shiboken6: Refactor CustomConversion | Friedemann Kleint | 2022-09-09 | 1 | -2/+2 |
| * | shiboken6: Refactor Handling of CustomConversion | Friedemann Kleint | 2022-09-06 | 1 | -2/+3 |
| * | shiboken6: Move some fields of TypeEntry to derived classes | Friedemann Kleint | 2022-09-05 | 1 | -1/+4 |
| * | shiboken6: Simplify smart pointer types when searching instantiations | Friedemann Kleint | 2022-07-01 | 1 | -8/+12 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -27/+2 |
| * | shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabled | Friedemann Kleint | 2022-05-18 | 1 | -0/+1 |
| * | shiboken6: Extract class CodeSnip into separate files | Friedemann Kleint | 2022-05-17 | 1 | -0/+1 |
| * | shiboken6: Split the typesystem header | Friedemann Kleint | 2022-05-17 | 1 | -1/+6 |
| * | shiboken6: Move ownership of the metabuilder classes into ApiExtractorResult | Friedemann Kleint | 2022-04-30 | 1 | -17/+17 |
| * | shiboken6: Remove deprecated QLatin1String | Friedemann Kleint | 2022-04-25 | 1 | -2/+6 |
| * | Migrate from QLatin1Char to UTF-16 char literals | Friedemann Kleint | 2022-04-25 | 1 | -4/+4 |
| * | Fix include conventions | Friedemann Kleint | 2022-04-22 | 1 | -14/+9 |
| * | shiboken6: Use more const for functions dealing with AbstractMetaClass | Friedemann Kleint | 2022-04-20 | 1 | -2/+1 |
| * | shiboken6: Write smart pointer constructors/reset methods | Friedemann Kleint | 2022-04-20 | 1 | -0/+34 |
| * | shiboken6: Specialize smart pointers in the ApiExtractor | Friedemann Kleint | 2022-04-20 | 1 | -0/+20 |
| * | shiboken6: Extract utility to inherit template classes | Friedemann Kleint | 2022-04-19 | 1 | -0/+9 |
| * | shiboken6: Move collection of instantiated containers/smart pointers to ApiEx... | Friedemann Kleint | 2022-04-19 | 1 | -0/+296 |
| * | shiboken6: Introduce a private class for ApiExtractor | Friedemann Kleint | 2022-04-11 | 1 | -30/+61 |
| * | shiboken6: Refactor smartpointer getter creation | Friedemann Kleint | 2022-03-22 | 1 | -0/+17 |
| * | shiboken6: Fix handling of value types with protected constructors | Friedemann Kleint | 2022-01-18 | 1 | -0/+1 |
| * | shiboken6: Pass more generator options to the api extractor | Friedemann Kleint | 2022-01-17 | 1 | -5/+6 |
| * | Introduce conditional processing instructions to typesystem XML | Friedemann Kleint | 2021-06-09 | 1 | -0/+5 |
| * | shiboken6: Add option to use global headers | Friedemann Kleint | 2021-05-10 | 1 | -0/+5 |
| * | shiboken6: Enable setting clang options | Friedemann Kleint | 2021-01-20 | 1 | -2/+26 |