| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the shiboken-generator source around | Friedemann Kleint | 2025-11-24 | 1 | -1729/+0 |
| * | shiboken6: Port to Qt include style | Friedemann Kleint | 2025-03-27 | 1 | -2/+2 |
| * | shiboken6: Match "const" for unresolved signatures with legacy handling | Friedemann Kleint | 2025-03-19 | 1 | -9/+11 |
| * | shiboken6: Introduce convenience API AbstractMetaType::basicPrimitiveName() | Friedemann Kleint | 2025-03-19 | 1 | -3/+2 |
| * | shiboken6: Add a way of removing redundant overloads that differ in one param... | Friedemann Kleint | 2025-03-03 | 1 | -10/+21 |
| * | shiboken6: Remove unused flags from AbstractMetaFunction::compareTo() | Friedemann Kleint | 2025-02-24 | 1 | -52/+14 |
| * | shiboken6: Handle further class special functions | Friedemann Kleint | 2025-02-11 | 1 | -0/+1 |
| * | shiboken6: Consider all base classes when finding a modification | Friedemann Kleint | 2025-02-06 | 1 | -10/+20 |
| * | shiboken6: Fix some clang-tidy warnings | Friedemann Kleint | 2025-02-03 | 1 | -3/+3 |
| * | shiboken6: Split code paths for determining global/member function modifications | Friedemann Kleint | 2025-01-29 | 1 | -12/+27 |
| * | shiboken6: Add information about overriding functions to AbstractMetaFunction | Friedemann Kleint | 2025-01-29 | 1 | -0/+11 |
| * | Documentation: Use function parameter names from WebXML/qdoc when they are mi... | Friedemann Kleint | 2024-11-21 | 1 | -0/+5 |
| * | shiboken6: Improve formatting of function signatures | Friedemann Kleint | 2024-08-01 | 1 | -1/+2 |
| * | shiboken6: Fix clang-tidy warning about using std::any_of instead of loops | Friedemann Kleint | 2024-06-24 | 1 | -29/+33 |
| * | shiboken6: Fix static analysis warnings | Friedemann Kleint | 2024-06-24 | 1 | -6/+7 |
| * | shiboken6: Generate Python override code for added virtuals | Friedemann Kleint | 2024-04-22 | 1 | -0/+5 |
| * | shiboken6: Extract common C++ function attributes | Friedemann Kleint | 2024-04-17 | 1 | -13/+33 |
| * | shiboken6: Remove function attribute FinalInTargetLang | Friedemann Kleint | 2024-04-17 | 1 | -1/+1 |
| * | shiboken6: Indicate default parameters in the generated overload decisor code | Friedemann Kleint | 2024-01-25 | 1 | -3/+5 |
| * | shiboken6/Metabuilder: Prepare for documenting global functions | Friedemann Kleint | 2023-12-12 | 1 | -0/+11 |
| * | shiboken6: Remove some further uses of QStringLiteral | Friedemann Kleint | 2023-11-29 | 1 | -3/+3 |
| * | shiboken6: Port the MetaClass::find*() helpers to QAnyStringView | Friedemann Kleint | 2023-11-27 | 1 | -1/+1 |
| * | shiboken6: Add __int__, __float__ | Friedemann Kleint | 2023-09-05 | 1 | -0/+3 |
| * | Handle more attributes in add-function/declare-function/function elements | Friedemann Kleint | 2023-08-01 | 1 | -5/+2 |
| * | Add experimental support for rvalue references | Friedemann Kleint | 2023-08-01 | 1 | -1/+4 |
| * | Disable generation of bindings for protected methods with disabled wrapper | Friedemann Kleint | 2023-07-25 | 1 | -0/+7 |
| * | shiboken6: Make it possible to override a C++ deprecation attribute | Friedemann Kleint | 2023-07-25 | 1 | -7/+16 |
| * | shiboken6: Prepare for handling opaque containers for spans | Friedemann Kleint | 2023-03-17 | 1 | -4/+10 |
| * | shiboken6: Port from QSharedPointer to std::shared_ptr | Friedemann Kleint | 2023-01-05 | 1 | -8/+8 |
| * | shiboken6: Use smart pointers for AbstractMetaClass instances | Friedemann Kleint | 2022-12-06 | 1 | -28/+28 |
| * | shiboken6: Use smart pointers for the TypeEntry classes | Friedemann Kleint | 2022-11-17 | 1 | -5/+4 |
| * | shiboken6: Make some TypeEntry query functions free functions | Friedemann Kleint | 2022-11-17 | 1 | -3/+3 |
| * | shiboken6: Fix coding style regarding pointers (Type* v -> Type *v) | Friedemann Kleint | 2022-11-14 | 1 | -1/+1 |
| * | shiboken6: Implement the modify-function/final attribute | Friedemann Kleint | 2022-10-14 | 1 | -0/+11 |
| * | shiboken6: Port some loop variables to qsizetype | Friedemann Kleint | 2022-10-13 | 1 | -5/+5 |
| * | shiboken6: Match function modifications by unresolved signature as well | Friedemann Kleint | 2022-09-30 | 1 | -4/+27 |
| * | shiboken6: Clean up includes | Friedemann Kleint | 2022-09-21 | 1 | -1/+1 |
| * | shiboken6: Fix documentation injection for added functions with parameter names | Friedemann Kleint | 2022-09-06 | 1 | -0/+6 |
| * | shiboken6: Split AddedFunction from modifications | Friedemann Kleint | 2022-09-05 | 1 | -1/+2 |
| * | shiboken6: Introduce a convenience function for argument conversion rules | Friedemann Kleint | 2022-06-29 | 1 | -0/+5 |
| * | shiboken6: Fix mapping of arguments when writing virtual methods | Friedemann Kleint | 2022-06-27 | 1 | -0/+12 |
| * | shiboken6: Disable return value heuristics for parent accessors | Friedemann Kleint | 2022-05-31 | 1 | -2/+7 |
| * | shiboken6: Fix deprecation handling | Friedemann Kleint | 2022-05-27 | 1 | -0/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -27/+2 |
| * | 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/+4 |
| * | shiboken6: Add an attribute for explicitly defining the functions to be gener... | Friedemann Kleint | 2022-05-11 | 1 | -1/+22 |
| * | shiboken6: Remove deprecated QLatin1String | Friedemann Kleint | 2022-04-25 | 1 | -17/+21 |
| * | shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringView | Friedemann Kleint | 2022-04-25 | 1 | -1/+1 |
| * | Migrate from QLatin1String to UTF-16 string literals | Friedemann Kleint | 2022-04-25 | 1 | -2/+2 |